var/cache/dev/ContainerEPfF6lQ/App_KernelDevDebugContainer.php line 1850

Open in your IDE?
  1. <?php
  2. namespace ContainerEPfF6lQ;
  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('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1020.             return ($this->privates['App\\EventListener\\JWTCreatedListener'] ?? ($this->privates['App\\EventListener\\JWTCreatedListener'] = new \App\EventListener\JWTCreatedListener()));
  1021.         }, => 'onJWTCreated'], 0);
  1022.         $instance->addListener('lexik_jwt_authentication.on_jwt_decoded', [=> function () {
  1023.             return ($this->privates['App\\EventListener\\JWTDecodedListener'] ?? $this->load('getJWTDecodedListenerService'));
  1024.         }, => 'onJWTDecoded'], 0);
  1025.         $instance->addListener('kernel.exception', [=> function () {
  1026.             return ($this->privates['App\\EventListener\\KernelExceptionListener'] ?? $this->load('getKernelExceptionListenerService'));
  1027.         }, => 'onKernelException'], 0);
  1028.         $instance->addListener('kernel.controller', [=> function () {
  1029.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1030.         }, => 'onKernelController'], 0);
  1031.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1032.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1033.         }, => 'checkPassport'], 1024);
  1034.         $instance->addListener('kernel.request', [=> function () {
  1035.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1036.         }, => 'onKernelRequest'], 250);
  1037.         $instance->addListener('kernel.response', [=> function () {
  1038.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1039.         }, => 'onKernelResponse'], 0);
  1040.         $instance->addListener('kernel.response', [=> function () {
  1041.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1042.         }, => 'onResponse'], 0);
  1043.         $instance->addListener('kernel.request', [=> function () {
  1044.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1045.         }, => 'onKernelRequest'], 28);
  1046.         $instance->addListener('kernel.request', [=> function () {
  1047.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1048.         }, => 'onKernelRequest'], 2);
  1049.         $instance->addListener('kernel.view', [=> function () {
  1050.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1051.         }, => 'onKernelView'], 16);
  1052.         $instance->addListener('kernel.view', [=> function () {
  1053.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1054.         }, => 'onKernelView'], 8);
  1055.         $instance->addListener('kernel.exception', [=> function () {
  1056.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1057.         }, => 'onKernelException'], 0);
  1058.         $instance->addListener('kernel.exception', [=> function () {
  1059.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1060.         }, => 'onKernelException'], -96);
  1061.         $instance->addListener('kernel.view', [=> function () {
  1062.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1063.         }, => 'onKernelView'], 32);
  1064.         $instance->addListener('kernel.request', [=> function () {
  1065.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1066.         }, => 'onKernelRequest'], 4);
  1067.         $instance->addListener('kernel.request', [=> function () {
  1068.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1069.         }, => 'onKernelRequest'], 0);
  1070.         $instance->addListener('kernel.response', [=> function () {
  1071.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1072.         }, => 'onKernelResponse'], 0);
  1073.         $instance->addListener('kernel.response', [=> function () {
  1074.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1075.         }, => 'onKernelResponse'], -1);
  1076.         $instance->addListener('kernel.view', [=> function () {
  1077.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1078.         }, => 'onKernelView'], 64);
  1079.         $instance->addListener('kernel.request', [=> function () {
  1080.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1081.         }, => 'onKernelRequest'], 16);
  1082.         $instance->addListener('kernel.request', [=> function () {
  1083.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1084.         }, => 'onSecurity'], 3);
  1085.         $instance->addListener('kernel.request', [=> function () {
  1086.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1087.         }, => 'onSecurityPostDenormalize'], 1);
  1088.         $instance->addListener('kernel.view', [=> function () {
  1089.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1090.         }, => 'onSecurityPostValidation'], 63);
  1091.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1092.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1093.         }, => 'attachRefreshToken'], 0);
  1094.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1095.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  1096.         }, => 'onLogout'], 0);
  1097.         $instance->addListener('kernel.controller', [=> function () {
  1098.             return ($this->privates['App\\EventSubscriber\\CheckHeadersSubscriber'] ?? ($this->privates['App\\EventSubscriber\\CheckHeadersSubscriber'] = new \App\EventSubscriber\CheckHeadersSubscriber()));
  1099.         }, => 'hasFilter'], 5);
  1100.         $instance->addListener('gesdinet.refresh_token', [=> function () {
  1101.             return ($this->privates['App\\EventSubscriber\\RefreshTokenSubscriber'] ?? $this->load('getRefreshTokenSubscriberService'));
  1102.         }, => 'onRefreshToken'], 0);
  1103.         $instance->addListener('kernel.response', [=> function () {
  1104.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1105.         }, => 'onKernelResponse'], 0);
  1106.         $instance->addListener('kernel.response', [=> function () {
  1107.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1108.         }, => 'onKernelResponse'], -1024);
  1109.         $instance->addListener('kernel.request', [=> function () {
  1110.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1111.         }, => 'setDefaultLocale'], 100);
  1112.         $instance->addListener('kernel.request', [=> function () {
  1113.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1114.         }, => 'onKernelRequest'], 16);
  1115.         $instance->addListener('kernel.finish_request', [=> function () {
  1116.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1117.         }, => 'onKernelFinishRequest'], 0);
  1118.         $instance->addListener('kernel.request', [=> function () {
  1119.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1120.         }, => 'onKernelRequest'], 256);
  1121.         $instance->addListener('kernel.response', [=> function () {
  1122.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1123.         }, => 'onResponse'], -255);
  1124.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1125.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1126.         }, => 'onControllerArguments'], 0);
  1127.         $instance->addListener('kernel.exception', [=> function () {
  1128.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1129.         }, => 'logKernelException'], 0);
  1130.         $instance->addListener('kernel.exception', [=> function () {
  1131.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1132.         }, => 'onKernelException'], -128);
  1133.         $instance->addListener('kernel.response', [=> function () {
  1134.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1135.         }, => 'removeCspHeader'], -128);
  1136.         $instance->addListener('kernel.request', [=> function () {
  1137.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1138.         }, => 'onKernelRequest'], 15);
  1139.         $instance->addListener('kernel.finish_request', [=> function () {
  1140.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1141.         }, => 'onKernelFinishRequest'], -15);
  1142.         $instance->addListener('console.error', [=> function () {
  1143.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1144.         }, => 'onConsoleError'], -128);
  1145.         $instance->addListener('console.terminate', [=> function () {
  1146.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1147.         }, => 'onConsoleTerminate'], -128);
  1148.         $instance->addListener('console.error', [=> function () {
  1149.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1150.         }, => 'onConsoleError'], 0);
  1151.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1152.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1153.         }, => 'onMessage'], -255);
  1154.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1155.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1156.         }, => 'onMessage'], -255);
  1157.         $instance->addListener('kernel.request', [=> function () {
  1158.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1159.         }, => 'configure'], 2048);
  1160.         $instance->addListener('console.command', [=> function () {
  1161.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1162.         }, => 'configure'], 2048);
  1163.         $instance->addListener('kernel.request', [=> function () {
  1164.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1165.         }, => 'onKernelRequest'], 32);
  1166.         $instance->addListener('kernel.finish_request', [=> function () {
  1167.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1168.         }, => 'onKernelFinishRequest'], 0);
  1169.         $instance->addListener('kernel.exception', [=> function () {
  1170.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1171.         }, => 'onKernelException'], -64);
  1172.         $instance->addListener('kernel.response', [=> function () {
  1173.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1174.         }, => 'onKernelResponse'], 0);
  1175.         $instance->addListener('kernel.request', [=> function () {
  1176.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1177.         }, => 'onKernelRequest'], 128);
  1178.         $instance->addListener('kernel.response', [=> function () {
  1179.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1180.         }, => 'onKernelResponse'], -1000);
  1181.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1182.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1183.         }, => 'onMessageFailed'], 100);
  1184.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1185.             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()));
  1186.         }, => 'onMessageFailed'], 200);
  1187.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1188.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1189.         }, => 'onWorkerStarted'], 0);
  1190.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1191.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1192.         }, => 'onWorkerRunning'], 0);
  1193.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1194.             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()));
  1195.         }, => 'onMessageFailed'], 0);
  1196.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1197.             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()));
  1198.         }, => 'onWorkerRunning'], 0);
  1199.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1200.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1201.         }, => 'onNotification'], -255);
  1202.         $instance->addListener('kernel.response', [=> function () {
  1203.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1204.         }, => 'onKernelResponse'], -100);
  1205.         $instance->addListener('kernel.exception', [=> function () {
  1206.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1207.         }, => 'onKernelException'], 0);
  1208.         $instance->addListener('kernel.terminate', [=> function () {
  1209.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1210.         }, => 'onKernelTerminate'], -1024);
  1211.         $instance->addListener('kernel.controller', [=> function () {
  1212.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1213.         }, => 'onKernelController'], 0);
  1214.         $instance->addListener('kernel.response', [=> function () {
  1215.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1216.         }, => 'onKernelResponse'], 0);
  1217.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1218.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1219.         }, => 'onWorkerMessageHandled'], 0);
  1220.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1221.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1222.         }, => 'onWorkerMessageFailed'], 0);
  1223.         $instance->addListener('console.command', [=> function () {
  1224.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1225.         }, => 'configure'], 1024);
  1226.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1227.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1228.         }, => 'onMessage'], 0);
  1229.         $instance->addListener('kernel.response', [=> function () {
  1230.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1231.         }, => 'onKernelResponse'], -128);
  1232.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1233.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1234.         }, => 'checkPassport'], 0);
  1235.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1236.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1237.         }, => 'onLoginSuccess'], 0);
  1238.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1239.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1240.         }, => 'onVoterVote'], 0);
  1241.         $instance->addListener('kernel.request', [=> function () {
  1242.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1243.         }, => 'configureLogoutUrlGenerator'], 8);
  1244.         $instance->addListener('kernel.request', [=> function () {
  1245.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1246.         }, => 'onKernelRequest'], 8);
  1247.         $instance->addListener('kernel.finish_request', [=> function () {
  1248.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1249.         }, => 'onKernelFinishRequest'], 0);
  1250.         $instance->addListener('console.error', [=> function () {
  1251.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1252.         }, => 'onConsoleError'], 0);
  1253.         $instance->addListener('console.terminate', [=> function () {
  1254.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1255.         }, => 'onConsoleTerminate'], 0);
  1256.         $instance->addListener('kernel.controller', [=> function () {
  1257.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1258.         }, => 'onKernelController'], 0);
  1259.         $instance->addListener('kernel.controller', [=> function () {
  1260.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1261.         }, => 'onKernelController'], 0);
  1262.         $instance->addListener('kernel.controller', [=> function () {
  1263.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1264.         }, => 'onKernelController'], -128);
  1265.         $instance->addListener('kernel.view', [=> function () {
  1266.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1267.         }, => 'onKernelView'], 0);
  1268.         $instance->addListener('kernel.controller', [=> function () {
  1269.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1270.         }, => 'onKernelController'], 0);
  1271.         $instance->addListener('kernel.response', [=> function () {
  1272.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1273.         }, => 'onKernelResponse'], 0);
  1274.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1275.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1276.         }, => 'onKernelControllerArguments'], 0);
  1277.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1278.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1279.         }, => 'onKernelControllerArguments'], 0);
  1280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1281.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1282.         }, => 'checkPassport'], 512);
  1283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1284.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1285.         }, => 'onLogout'], 0);
  1286.         return $instance;
  1287.     }
  1288.     /**
  1289.      * Gets the public 'http_kernel' shared service.
  1290.      *
  1291.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1292.      */
  1293.     protected function getHttpKernelService()
  1294.     {
  1295.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1296.         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 () {
  1297.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1298.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1299.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1300.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1301.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1302.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1303.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1304.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1305.         }, 8)), $a));
  1306.     }
  1307.     /**
  1308.      * Gets the public 'messenger.default_bus' shared service.
  1309.      *
  1310.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1311.      */
  1312.     protected function getMessenger_DefaultBusService()
  1313.     {
  1314.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1315.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1316.             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')));
  1317.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1318.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1319.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1320.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1321.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1322.         }, 7)));
  1323.     }
  1324.     /**
  1325.      * Gets the public 'request_stack' shared service.
  1326.      *
  1327.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1328.      */
  1329.     protected function getRequestStackService()
  1330.     {
  1331.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1332.     }
  1333.     /**
  1334.      * Gets the public 'router' shared service.
  1335.      *
  1336.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1337.      */
  1338.     protected function getRouterService()
  1339.     {
  1340.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1341.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1342.         $a->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  1343.         $a->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  1344.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1345.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1346.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1347.         ], [
  1348.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1349.         ]))->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');
  1350.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1351.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1352.         return $instance;
  1353.     }
  1354.     /**
  1355.      * Gets the public 'translator' shared service.
  1356.      *
  1357.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1358.      */
  1359.     protected function getTranslatorService()
  1360.     {
  1361.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1362.     }
  1363.     /**
  1364.      * Gets the public 'var_dumper.cloner' shared service.
  1365.      *
  1366.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1367.      */
  1368.     protected function getVarDumper_ClonerService()
  1369.     {
  1370.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1371.         $instance->setMaxItems(2500);
  1372.         $instance->setMinDepth(1);
  1373.         $instance->setMaxString(-1);
  1374.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1375.         return $instance;
  1376.     }
  1377.     /**
  1378.      * Gets the private '.debug.http_client' shared service.
  1379.      *
  1380.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1381.      */
  1382.     protected function get_Debug_HttpClientService()
  1383.     {
  1384.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1385.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1386.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1387.         $b->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  1388.         $b->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  1389.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1390.         $a->setLogger($b);
  1391.         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))));
  1392.     }
  1393.     /**
  1394.      * Gets the private '.service_locator.KLVvNIq' shared service.
  1395.      *
  1396.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1397.      */
  1398.     protected function get_ServiceLocator_KLVvNIqService()
  1399.     {
  1400.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1401.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1402.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1403.         ], [
  1404.             'doctrine.ulid_generator' => '?',
  1405.             'doctrine.uuid_generator' => '?',
  1406.         ]);
  1407.     }
  1408.     /**
  1409.      * Gets the private '.service_locator.ibPhY9H' shared service.
  1410.      *
  1411.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1412.      */
  1413.     protected function get_ServiceLocator_IbPhY9HService()
  1414.     {
  1415.         return $this->privates['.service_locator.ibPhY9H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1416.             'security.firewall.map.context.api_or_jwt' => ['privates''security.firewall.map.context.api_or_jwt''getSecurity_Firewall_Map_Context_ApiOrJwtService'true],
  1417.             'security.firewall.map.context.api_token_refresh' => ['privates''security.firewall.map.context.api_token_refresh''getSecurity_Firewall_Map_Context_ApiTokenRefreshService'true],
  1418.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1419.             'security.firewall.map.context.docs' => ['privates''security.firewall.map.context.docs''getSecurity_Firewall_Map_Context_DocsService'true],
  1420.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  1421.         ], [
  1422.             'security.firewall.map.context.api_or_jwt' => '?',
  1423.             'security.firewall.map.context.api_token_refresh' => '?',
  1424.             'security.firewall.map.context.dev' => '?',
  1425.             'security.firewall.map.context.docs' => '?',
  1426.             'security.firewall.map.context.login' => '?',
  1427.         ]);
  1428.     }
  1429.     /**
  1430.      * Gets the private 'annotations.cache_adapter' shared service.
  1431.      *
  1432.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1433.      */
  1434.     protected function getAnnotations_CacheAdapterService()
  1435.     {
  1436.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1437.     }
  1438.     /**
  1439.      * Gets the private 'annotations.cached_reader' shared service.
  1440.      *
  1441.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1442.      */
  1443.     protected function getAnnotations_CachedReaderService()
  1444.     {
  1445.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1446.     }
  1447.     /**
  1448.      * Gets the private 'annotations.reader' shared service.
  1449.      *
  1450.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1451.      */
  1452.     protected function getAnnotations_ReaderService()
  1453.     {
  1454.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1455.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1456.         $a->registerUniqueLoader('class_exists');
  1457.         $instance->addGlobalIgnoredName('required'$a);
  1458.         return $instance;
  1459.     }
  1460.     /**
  1461.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1462.      *
  1463.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1464.      */
  1465.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1466.     {
  1467.         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())));
  1468.     }
  1469.     /**
  1470.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1471.      *
  1472.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1473.      */
  1474.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1475.     {
  1476.         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())));
  1477.     }
  1478.     /**
  1479.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1480.      *
  1481.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1482.      */
  1483.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1484.     {
  1485.         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())));
  1486.     }
  1487.     /**
  1488.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1489.      *
  1490.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1491.      */
  1492.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1493.     {
  1494.         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())));
  1495.     }
  1496.     /**
  1497.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1498.      *
  1499.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1500.      */
  1501.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1502.     {
  1503.         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())));
  1504.     }
  1505.     /**
  1506.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1507.      *
  1508.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1509.      */
  1510.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1511.     {
  1512.         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())));
  1513.     }
  1514.     /**
  1515.      * Gets the private 'api_platform.filter_locator' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1518.      */
  1519.     protected function getApiPlatform_FilterLocatorService()
  1520.     {
  1521.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1522.             'App\\Filter\\AdminRolesExcludeFilter' => ['privates''App\\Filter\\AdminRolesExcludeFilter''getAdminRolesExcludeFilterService'true],
  1523.             'App\\Filter\\AdminRolesFilter' => ['privates''App\\Filter\\AdminRolesFilter''getAdminRolesFilterService'true],
  1524.             'App\\Filter\\BooleanFilter' => ['privates''App\\Filter\\BooleanFilter''getBooleanFilterService'true],
  1525.             'App\\Filter\\ChildrenAndParentsOrder' => ['privates''App\\Filter\\ChildrenAndParentsOrder''getChildrenAndParentsOrderService'true],
  1526.             'App\\Filter\\ChildrenGroupFilter' => ['privates''App\\Filter\\ChildrenGroupFilter''getChildrenGroupFilterService'true],
  1527.             'App\\Filter\\EducatorsGroupFilter' => ['privates''App\\Filter\\EducatorsGroupFilter''getEducatorsGroupFilterService'true],
  1528.             'App\\Filter\\EducatorsRolesExcludeFilter' => ['privates''App\\Filter\\EducatorsRolesExcludeFilter''getEducatorsRolesExcludeFilterService'true],
  1529.             'App\\Filter\\EducatorsRolesFilter' => ['privates''App\\Filter\\EducatorsRolesFilter''getEducatorsRolesFilterService'true],
  1530.             'App\\Filter\\ExcludeFilter' => ['privates''App\\Filter\\ExcludeFilter''getExcludeFilterService'true],
  1531.             'App\\Filter\\ExistsNonZeroFilter' => ['privates''App\\Filter\\ExistsNonZeroFilter''getExistsNonZeroFilterService'true],
  1532.             'App\\Filter\\IntRequiredFilter' => ['privates''App\\Filter\\IntRequiredFilter''getIntRequiredFilterService'true],
  1533.             'App\\Filter\\NumericFilter' => ['privates''App\\Filter\\NumericFilter''getNumericFilterService'true],
  1534.             'App\\Filter\\ParentsGroupFilter' => ['privates''App\\Filter\\ParentsGroupFilter''getParentsGroupFilterService'true],
  1535.             'App\\Filter\\ParticipationFilter' => ['privates''App\\Filter\\ParticipationFilter''getParticipationFilterService'true],
  1536.             'App\\Filter\\StringFilter' => ['privates''App\\Filter\\StringFilter''getStringFilterService'true],
  1537.             'App\\Filter\\StringRequiredFilter' => ['privates''App\\Filter\\StringRequiredFilter''getStringRequiredFilterService'true],
  1538.             'App\\Filter\\UserRoleFilter' => ['privates''App\\Filter\\UserRoleFilter''getUserRoleFilterService'true],
  1539.             '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],
  1540.             '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],
  1541.             '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],
  1542.             '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],
  1543.             '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],
  1544.             '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],
  1545.             '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],
  1546.             'annotated_app_entity_monolith_children_app_filter_boolean_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_boolean_filter''getAnnotatedAppEntityMonolithChildrenAppFilterBooleanFilterService'true],
  1547.             '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],
  1548.             'annotated_app_entity_monolith_children_app_filter_children_group_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_children_group_filter''getAnnotatedAppEntityMonolithChildrenAppFilterChildrenGroupFilterService'true],
  1549.             'annotated_app_entity_monolith_children_app_filter_exclude_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_exclude_filter''getAnnotatedAppEntityMonolithChildrenAppFilterExcludeFilterService'true],
  1550.             '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],
  1551.             'annotated_app_entity_monolith_children_app_filter_participation_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_participation_filter''getAnnotatedAppEntityMonolithChildrenAppFilterParticipationFilterService'true],
  1552.             'annotated_app_entity_monolith_children_app_filter_string_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_string_filter''getAnnotatedAppEntityMonolithChildrenAppFilterStringFilterService'true],
  1553.             '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],
  1554.             '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],
  1555.             '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],
  1556.             '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],
  1557.             '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],
  1558.             'annotated_app_entity_monolith_educators_app_filter_educators_group_filter' => ['privates''annotated_app_entity_monolith_educators_app_filter_educators_group_filter''getAnnotatedAppEntityMonolithEducatorsAppFilterEducatorsGroupFilterService'true],
  1559.             '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],
  1560.             'annotated_app_entity_monolith_educators_app_filter_educators_roles_filter' => ['privates''annotated_app_entity_monolith_educators_app_filter_educators_roles_filter''getAnnotatedAppEntityMonolithEducatorsAppFilterEducatorsRolesFilterService'true],
  1561.             'annotated_app_entity_monolith_educators_app_filter_exclude_filter' => ['privates''annotated_app_entity_monolith_educators_app_filter_exclude_filter''getAnnotatedAppEntityMonolithEducatorsAppFilterExcludeFilterService'true],
  1562.             '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],
  1563.             '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],
  1564.             '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],
  1565.             '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],
  1566.             '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],
  1567.             '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],
  1568.             '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],
  1569.             '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],
  1570.             '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],
  1571.             '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],
  1572.             '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],
  1573.             'annotated_app_entity_monolith_kg_admins_app_filter_exclude_filter' => ['privates''annotated_app_entity_monolith_kg_admins_app_filter_exclude_filter''getAnnotatedAppEntityMonolithKgAdminsAppFilterExcludeFilterService'true],
  1574.             '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],
  1575.             '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],
  1576.             '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],
  1577.             '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],
  1578.             '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],
  1579.             '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],
  1580.             '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],
  1581.             '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],
  1582.             'annotated_app_entity_monolith_parents_app_filter_exclude_filter' => ['privates''annotated_app_entity_monolith_parents_app_filter_exclude_filter''getAnnotatedAppEntityMonolithParentsAppFilterExcludeFilterService'true],
  1583.             '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],
  1584.             'annotated_app_entity_monolith_parents_app_filter_parents_group_filter' => ['privates''annotated_app_entity_monolith_parents_app_filter_parents_group_filter''getAnnotatedAppEntityMonolithParentsAppFilterParentsGroupFilterService'true],
  1585.             '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],
  1586.             '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],
  1587.             '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],
  1588.             '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],
  1589.             '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],
  1590.             '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],
  1591.             '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],
  1592.             '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],
  1593.             '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],
  1594.             '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],
  1595.             '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],
  1596.             '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],
  1597.             '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],
  1598.             '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],
  1599.             '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],
  1600.             '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],
  1601.             '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],
  1602.             '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],
  1603.         ], [
  1604.             'App\\Filter\\AdminRolesExcludeFilter' => '?',
  1605.             'App\\Filter\\AdminRolesFilter' => '?',
  1606.             'App\\Filter\\BooleanFilter' => '?',
  1607.             'App\\Filter\\ChildrenAndParentsOrder' => '?',
  1608.             'App\\Filter\\ChildrenGroupFilter' => '?',
  1609.             'App\\Filter\\EducatorsGroupFilter' => '?',
  1610.             'App\\Filter\\EducatorsRolesExcludeFilter' => '?',
  1611.             'App\\Filter\\EducatorsRolesFilter' => '?',
  1612.             'App\\Filter\\ExcludeFilter' => '?',
  1613.             'App\\Filter\\ExistsNonZeroFilter' => '?',
  1614.             'App\\Filter\\IntRequiredFilter' => '?',
  1615.             'App\\Filter\\NumericFilter' => '?',
  1616.             'App\\Filter\\ParentsGroupFilter' => '?',
  1617.             'App\\Filter\\ParticipationFilter' => '?',
  1618.             'App\\Filter\\StringFilter' => '?',
  1619.             'App\\Filter\\StringRequiredFilter' => '?',
  1620.             'App\\Filter\\UserRoleFilter' => '?',
  1621.             'annotated_app_entity_internal_two_fa_config_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1622.             'annotated_app_entity_internal_two_fa_config_app_filter_string_filter' => '?',
  1623.             'annotated_app_entity_internal_two_fa_ip_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1624.             'annotated_app_entity_internal_two_fa_ip_app_filter_string_filter' => '?',
  1625.             'annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1626.             'annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1627.             'annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1628.             'annotated_app_entity_monolith_children_app_filter_boolean_filter' => '?',
  1629.             'annotated_app_entity_monolith_children_app_filter_children_and_parents_order' => '?',
  1630.             'annotated_app_entity_monolith_children_app_filter_children_group_filter' => '?',
  1631.             'annotated_app_entity_monolith_children_app_filter_exclude_filter' => '?',
  1632.             'annotated_app_entity_monolith_children_app_filter_exists_non_zero_filter' => '?',
  1633.             'annotated_app_entity_monolith_children_app_filter_participation_filter' => '?',
  1634.             'annotated_app_entity_monolith_children_app_filter_string_filter' => '?',
  1635.             'annotated_app_entity_monolith_children_groups_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1636.             'annotated_app_entity_monolith_children_groups_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1637.             'annotated_app_entity_monolith_children_metaclass_filter_bundle_filter_filter_logic' => '?',
  1638.             'annotated_app_entity_monolith_educators_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1639.             'annotated_app_entity_monolith_educators_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1640.             'annotated_app_entity_monolith_educators_app_filter_educators_group_filter' => '?',
  1641.             'annotated_app_entity_monolith_educators_app_filter_educators_roles_exclude_filter' => '?',
  1642.             'annotated_app_entity_monolith_educators_app_filter_educators_roles_filter' => '?',
  1643.             'annotated_app_entity_monolith_educators_app_filter_exclude_filter' => '?',
  1644.             'annotated_app_entity_monolith_educators_metaclass_filter_bundle_filter_filter_logic' => '?',
  1645.             'annotated_app_entity_monolith_email_templates_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1646.             'annotated_app_entity_monolith_family_users_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1647.             'annotated_app_entity_monolith_family_users_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1648.             'annotated_app_entity_monolith_family_users_metaclass_filter_bundle_filter_filter_logic' => '?',
  1649.             'annotated_app_entity_monolith_groups_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1650.             'annotated_app_entity_monolith_groups_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1651.             'annotated_app_entity_monolith_kg_admins_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1652.             'annotated_app_entity_monolith_kg_admins_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1653.             'annotated_app_entity_monolith_kg_admins_app_filter_admin_roles_exclude_filter' => '?',
  1654.             'annotated_app_entity_monolith_kg_admins_app_filter_admin_roles_filter' => '?',
  1655.             'annotated_app_entity_monolith_kg_admins_app_filter_exclude_filter' => '?',
  1656.             'annotated_app_entity_monolith_kg_admins_metaclass_filter_bundle_filter_filter_logic' => '?',
  1657.             'annotated_app_entity_monolith_kg_role_users_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1658.             'annotated_app_entity_monolith_kg_roles_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1659.             'annotated_app_entity_monolith_kindergartens_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1660.             'annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1661.             'annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1662.             'annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1663.             'annotated_app_entity_monolith_parents_app_filter_children_and_parents_order' => '?',
  1664.             'annotated_app_entity_monolith_parents_app_filter_exclude_filter' => '?',
  1665.             'annotated_app_entity_monolith_parents_app_filter_exists_non_zero_filter' => '?',
  1666.             'annotated_app_entity_monolith_parents_app_filter_parents_group_filter' => '?',
  1667.             'annotated_app_entity_monolith_parents_metaclass_filter_bundle_filter_filter_logic' => '?',
  1668.             'annotated_app_entity_monolith_user_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1669.             'annotated_app_entity_monolith_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1670.             'annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  1671.             'annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1672.             'annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1673.             'annotated_app_entity_monolith_user_kindergartens_metaclass_filter_bundle_filter_filter_logic' => '?',
  1674.             'annotated_app_entity_monolith_user_role_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1675.             'annotated_app_entity_special_childs_family_members_app_filter_int_required_filter' => '?',
  1676.             'annotated_app_entity_special_family_members_by_child_app_filter_int_required_filter' => '?',
  1677.             'annotated_app_entity_special_groups_with_members_count_app_filter_user_role_filter' => '?',
  1678.             'annotated_app_entity_special_user_module_access_app_filter_int_required_filter_kg' => '?',
  1679.             'annotated_app_entity_special_user_module_access_app_filter_int_required_filter_users' => '?',
  1680.             'annotated_app_entity_special_users_by_group_app_filter_int_required_filter' => '?',
  1681.             'annotated_app_entity_special_users_by_group_app_filter_numeric_filter' => '?',
  1682.             'annotated_app_entity_special_users_by_group_app_filter_string_filter' => '?',
  1683.             'annotated_app_entity_special_users_by_kindergarten_app_filter_int_required_filter' => '?',
  1684.             'annotated_app_entity_special_users_by_kindergarten_app_filter_string_filter' => '?',
  1685.         ]);
  1686.     }
  1687.     /**
  1688.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1689.      *
  1690.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1691.      */
  1692.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1693.     {
  1694.         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');
  1695.     }
  1696.     /**
  1697.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1698.      *
  1699.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1700.      */
  1701.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1702.     {
  1703.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1704.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1705.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1706.         }
  1707.         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())));
  1708.     }
  1709.     /**
  1710.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1711.      *
  1712.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1713.      */
  1714.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1715.     {
  1716.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1717.     }
  1718.     /**
  1719.      * Gets the private 'api_platform.identifier.converter' shared service.
  1720.      *
  1721.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1722.      */
  1723.     protected function getApiPlatform_Identifier_ConverterService()
  1724.     {
  1725.         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 () {
  1726.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1727.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1728.         }, 2));
  1729.     }
  1730.     /**
  1731.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1732.      *
  1733.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1734.      */
  1735.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1736.     {
  1737.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1738.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1739.         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);
  1740.     }
  1741.     /**
  1742.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  1743.      *
  1744.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1745.      */
  1746.     protected function getApiPlatform_IriConverter_LegacyService()
  1747.     {
  1748.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1749.         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()));
  1750.     }
  1751.     /**
  1752.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1753.      *
  1754.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1755.      */
  1756.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1757.     {
  1758.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1759.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1760.         return $instance;
  1761.     }
  1762.     /**
  1763.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1764.      *
  1765.      * @return \ApiPlatform\JsonLd\ContextBuilder
  1766.      */
  1767.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1768.     {
  1769.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1770.         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));
  1771.     }
  1772.     /**
  1773.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1774.      *
  1775.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1776.      */
  1777.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1778.     {
  1779.         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']);
  1780.     }
  1781.     /**
  1782.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1783.      *
  1784.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1785.      */
  1786.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1787.     {
  1788.         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()));
  1789.     }
  1790.     /**
  1791.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1792.      *
  1793.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1794.      */
  1795.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1796.     {
  1797.         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()));
  1798.     }
  1799.     /**
  1800.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1801.      *
  1802.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1803.      */
  1804.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1805.     {
  1806.         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);
  1807.     }
  1808.     /**
  1809.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  1810.      *
  1811.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1812.      */
  1813.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  1814.     {
  1815.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1816.         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 () {
  1817.             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()));
  1818.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  1819.             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()));
  1820.             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()));
  1821.             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()));
  1822.             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()));
  1823.             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()));
  1824.             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()));
  1825.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1826.             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()));
  1827.             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()));
  1828.             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()));
  1829.             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()));
  1830.         }, 13)));
  1831.     }
  1832.     /**
  1833.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1834.      *
  1835.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1836.      */
  1837.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1838.     {
  1839.         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()))));
  1840.     }
  1841.     /**
  1842.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1843.      *
  1844.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1845.      */
  1846.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1847.     {
  1848.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1849.         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']));
  1850.     }
  1851.     /**
  1852.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1853.      *
  1854.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1855.      */
  1856.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1857.     {
  1858.         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)))))));
  1859.     }
  1860.     /**
  1861.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1862.      *
  1863.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  1864.      */
  1865.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1866.     {
  1867.         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()))));
  1868.     }
  1869.     /**
  1870.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1871.      *
  1872.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1873.      */
  1874.     protected function getApiPlatform_OperationPathResolver_RouterService()
  1875.     {
  1876.         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()));
  1877.     }
  1878.     /**
  1879.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1880.      *
  1881.      * @return \ApiPlatform\Api\ResourceClassResolver
  1882.      */
  1883.     protected function getApiPlatform_ResourceClassResolverService()
  1884.     {
  1885.         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()));
  1886.     }
  1887.     /**
  1888.      * Gets the private 'api_platform.router' shared service.
  1889.      *
  1890.      * @return \ApiPlatform\Symfony\Routing\Router
  1891.      */
  1892.     protected function getApiPlatform_RouterService()
  1893.     {
  1894.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1895.     }
  1896.     /**
  1897.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1898.      *
  1899.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  1900.      */
  1901.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1902.     {
  1903.         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()));
  1904.     }
  1905.     /**
  1906.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1907.      *
  1908.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  1909.      */
  1910.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1911.     {
  1912.         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);
  1913.     }
  1914.     /**
  1915.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1916.      *
  1917.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  1918.      */
  1919.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1920.     {
  1921.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1922.         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));
  1923.     }
  1924.     /**
  1925.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1926.      *
  1927.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  1928.      */
  1929.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1930.     {
  1931.         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()))])));
  1932.     }
  1933.     /**
  1934.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1935.      *
  1936.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1937.      */
  1938.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1939.     {
  1940.         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())));
  1941.     }
  1942.     /**
  1943.      * Gets the private 'cache.annotations' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1946.      */
  1947.     protected function getCache_AnnotationsService()
  1948.     {
  1949.         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())));
  1950.     }
  1951.     /**
  1952.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1953.      *
  1954.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1955.      */
  1956.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1957.     {
  1958.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1959.     }
  1960.     /**
  1961.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1962.      *
  1963.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1964.      */
  1965.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1966.     {
  1967.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1968.     }
  1969.     /**
  1970.      * Gets the private 'cache.doctrine.orm.internal.query' shared service.
  1971.      *
  1972.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1973.      */
  1974.     protected function getCache_Doctrine_Orm_Internal_QueryService()
  1975.     {
  1976.         return $this->privates['cache.doctrine.orm.internal.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1977.     }
  1978.     /**
  1979.      * Gets the private 'cache.doctrine.orm.internal.result' shared service.
  1980.      *
  1981.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1982.      */
  1983.     protected function getCache_Doctrine_Orm_Internal_ResultService()
  1984.     {
  1985.         return $this->privates['cache.doctrine.orm.internal.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1986.     }
  1987.     /**
  1988.      * Gets the private 'cache.doctrine.orm.migration.query' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1991.      */
  1992.     protected function getCache_Doctrine_Orm_Migration_QueryService()
  1993.     {
  1994.         return $this->privates['cache.doctrine.orm.migration.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1995.     }
  1996.     /**
  1997.      * Gets the private 'cache.doctrine.orm.migration.result' shared service.
  1998.      *
  1999.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2000.      */
  2001.     protected function getCache_Doctrine_Orm_Migration_ResultService()
  2002.     {
  2003.         return $this->privates['cache.doctrine.orm.migration.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2004.     }
  2005.     /**
  2006.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2007.      *
  2008.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2009.      */
  2010.     protected function getCache_Messenger_RestartWorkersSignalService()
  2011.     {
  2012.         $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))));
  2013.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2014.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2015.     }
  2016.     /**
  2017.      * Gets the private 'cache.property_info' shared service.
  2018.      *
  2019.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2020.      */
  2021.     protected function getCache_PropertyInfoService()
  2022.     {
  2023.         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())));
  2024.     }
  2025.     /**
  2026.      * Gets the private 'cache.security_expression_language' shared service.
  2027.      *
  2028.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2029.      */
  2030.     protected function getCache_SecurityExpressionLanguageService()
  2031.     {
  2032.         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())));
  2033.     }
  2034.     /**
  2035.      * Gets the private 'cache.serializer' shared service.
  2036.      *
  2037.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2038.      */
  2039.     protected function getCache_SerializerService()
  2040.     {
  2041.         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())));
  2042.     }
  2043.     /**
  2044.      * Gets the private 'cache.validator' shared service.
  2045.      *
  2046.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2047.      */
  2048.     protected function getCache_ValidatorService()
  2049.     {
  2050.         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())));
  2051.     }
  2052.     /**
  2053.      * Gets the private 'config_cache_factory' shared service.
  2054.      *
  2055.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2056.      */
  2057.     protected function getConfigCacheFactoryService()
  2058.     {
  2059.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2060.             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)));
  2061.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2062.         }, 2));
  2063.     }
  2064.     /**
  2065.      * Gets the private 'data_collector.form' shared service.
  2066.      *
  2067.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2068.      */
  2069.     protected function getDataCollector_FormService()
  2070.     {
  2071.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2072.     }
  2073.     /**
  2074.      * Gets the private 'data_collector.request' shared service.
  2075.      *
  2076.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2077.      */
  2078.     protected function getDataCollector_RequestService()
  2079.     {
  2080.         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())));
  2081.     }
  2082.     /**
  2083.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2084.      *
  2085.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2086.      */
  2087.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2088.     {
  2089.         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 () {
  2090.             yield => ($this->privates['App\\DataProvider\\ChildsFamilyMembersProvider'] ?? $this->load('getChildsFamilyMembersProviderService'));
  2091.             yield => ($this->privates['App\\DataProvider\\FamilyMembersByChildProvider'] ?? $this->load('getFamilyMembersByChildProviderService'));
  2092.             yield => ($this->privates['App\\DataProvider\\GroupsWithMembersCountProvider'] ?? $this->load('getGroupsWithMembersCountProviderService'));
  2093.             yield => ($this->privates['App\\DataProvider\\UserModuleAccessProvider'] ?? $this->load('getUserModuleAccessProviderService'));
  2094.             yield => ($this->privates['App\\DataProvider\\UsersByGroupProvider'] ?? $this->load('getUsersByGroupProviderService'));
  2095.             yield => ($this->privates['App\\DataProvider\\UsersByKindergartenProvider'] ?? $this->load('getUsersByKindergartenProviderService'));
  2096.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2097.         }, 7)));
  2098.     }
  2099.     /**
  2100.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2101.      *
  2102.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2103.      */
  2104.     protected function getDebug_ApiPlatform_DataPersisterService()
  2105.     {
  2106.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2107.             yield => ($this->privates['App\\DataPersister\\UserPersister'] ?? $this->load('getUserPersisterService'));
  2108.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  2109.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2110.         }, 3)));
  2111.     }
  2112.     /**
  2113.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2114.      *
  2115.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2116.      */
  2117.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2118.     {
  2119.         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 () {
  2120.             yield => ($this->privates['App\\DataProvider\\ChildsFamilyMembersProvider'] ?? $this->load('getChildsFamilyMembersProviderService'));
  2121.             yield => ($this->privates['App\\DataProvider\\FamilyMembersByChildProvider'] ?? $this->load('getFamilyMembersByChildProviderService'));
  2122.             yield => ($this->privates['App\\DataProvider\\GroupsWithMembersCountProvider'] ?? $this->load('getGroupsWithMembersCountProviderService'));
  2123.             yield => ($this->privates['App\\DataProvider\\UserModuleAccessProvider'] ?? $this->load('getUserModuleAccessProviderService'));
  2124.             yield => ($this->privates['App\\DataProvider\\UsersByGroupProvider'] ?? $this->load('getUsersByGroupProviderService'));
  2125.             yield => ($this->privates['App\\DataProvider\\UsersByKindergartenProvider'] ?? $this->load('getUsersByKindergartenProviderService'));
  2126.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2127.         }, 7)));
  2128.     }
  2129.     /**
  2130.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2131.      *
  2132.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2133.      */
  2134.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2135.     {
  2136.         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 () {
  2137.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2138.         }, 1)));
  2139.     }
  2140.     /**
  2141.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2142.      *
  2143.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2144.      */
  2145.     protected function getDebug_DebugHandlersListenerService()
  2146.     {
  2147.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2148.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2149.         $a->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2150.         $a->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2151.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2152.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2153.     }
  2154.     /**
  2155.      * Gets the private 'debug.file_link_formatter' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2158.      */
  2159.     protected function getDebug_FileLinkFormatterService()
  2160.     {
  2161.         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 () {
  2162.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2163.         });
  2164.     }
  2165.     /**
  2166.      * Gets the private 'debug.log_processor' shared service.
  2167.      *
  2168.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2169.      */
  2170.     protected function getDebug_LogProcessorService()
  2171.     {
  2172.         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())));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2176.      *
  2177.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2178.      */
  2179.     protected function getDebug_Security_Access_DecisionManagerService()
  2180.     {
  2181.         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 () {
  2182.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2183.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2184.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2185.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2186.     }
  2187.     /**
  2188.      * Gets the private 'debug.security.firewall' shared service.
  2189.      *
  2190.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2191.      */
  2192.     protected function getDebug_Security_FirewallService()
  2193.     {
  2194.         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()));
  2195.     }
  2196.     /**
  2197.      * Gets the private 'debug.validator' shared service.
  2198.      *
  2199.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2200.      */
  2201.     protected function getDebug_ValidatorService()
  2202.     {
  2203.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2204.     }
  2205.     /**
  2206.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  2207.      *
  2208.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  2209.      */
  2210.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  2211.     {
  2212.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2213.             'App\\Repository\\TwoFaConfigRepository' => ['privates''App\\Repository\\TwoFaConfigRepository''getTwoFaConfigRepositoryService'true],
  2214.             'App\\Repository\\TwoFaIpRepository' => ['privates''App\\Repository\\TwoFaIpRepository''getTwoFaIpRepositoryService'true],
  2215.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  2216.         ], [
  2217.             'App\\Repository\\TwoFaConfigRepository' => '?',
  2218.             'App\\Repository\\TwoFaIpRepository' => '?',
  2219.             'App\\Repository\\UserRepository' => '?',
  2220.         ]));
  2221.     }
  2222.     /**
  2223.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2224.      *
  2225.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2226.      */
  2227.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2228.     {
  2229.         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')]);
  2230.     }
  2231.     /**
  2232.      * Gets the private 'doctrine.orm.internal_annotation_metadata_driver' shared service.
  2233.      *
  2234.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2235.      */
  2236.     protected function getDoctrine_Orm_InternalAnnotationMetadataDriverService()
  2237.     {
  2238.         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')]);
  2239.     }
  2240.     /**
  2241.      * Gets the private 'doctrine.orm.internal_xml_metadata_driver' shared service.
  2242.      *
  2243.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2244.      */
  2245.     protected function getDoctrine_Orm_InternalXmlMetadataDriverService()
  2246.     {
  2247.         $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']);
  2248.         $instance->setGlobalBasename('mapping');
  2249.         return $instance;
  2250.     }
  2251.     /**
  2252.      * Gets the private 'doctrine.orm.migration_annotation_metadata_driver' shared service.
  2253.      *
  2254.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2255.      */
  2256.     protected function getDoctrine_Orm_MigrationAnnotationMetadataDriverService()
  2257.     {
  2258.         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')]);
  2259.     }
  2260.     /**
  2261.      * Gets the private 'exception_listener' shared service.
  2262.      *
  2263.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2264.      */
  2265.     protected function getExceptionListenerService()
  2266.     {
  2267.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2268.     }
  2269.     /**
  2270.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2271.      *
  2272.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2273.      */
  2274.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2275.     {
  2276.         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())));
  2277.     }
  2278.     /**
  2279.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2280.      *
  2281.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2282.      */
  2283.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2284.     {
  2285.         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()));
  2286.     }
  2287.     /**
  2288.      * Gets the private 'locale_aware_listener' shared service.
  2289.      *
  2290.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2291.      */
  2292.     protected function getLocaleAwareListenerService()
  2293.     {
  2294.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2295.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2296.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2297.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2298.     }
  2299.     /**
  2300.      * Gets the private 'locale_listener' shared service.
  2301.      *
  2302.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2303.      */
  2304.     protected function getLocaleListenerService()
  2305.     {
  2306.         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, []);
  2307.     }
  2308.     /**
  2309.      * Gets the private 'mime_types' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\Mime\MimeTypes
  2312.      */
  2313.     protected function getMimeTypesService()
  2314.     {
  2315.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2316.         $instance->setDefault($instance);
  2317.         return $instance;
  2318.     }
  2319.     /**
  2320.      * Gets the private 'monolog.handler.filter' shared service.
  2321.      *
  2322.      * @return \Monolog\Handler\FingersCrossedHandler
  2323.      */
  2324.     protected function getMonolog_Handler_FilterService()
  2325.     {
  2326.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 7100trueNULLfalse);
  2327.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2328.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2329.         $a->setFormatter(new \Monolog\Formatter\LineFormatter());
  2330.         return $this->privates['monolog.handler.filter'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(500), 0truetrueNULL);
  2331.     }
  2332.     /**
  2333.      * Gets the private 'monolog.handler.syslog' shared service.
  2334.      *
  2335.      * @return \Monolog\Handler\SyslogHandler
  2336.      */
  2337.     protected function getMonolog_Handler_SyslogService()
  2338.     {
  2339.         $this->privates['monolog.handler.syslog'] = $instance = new \Monolog\Handler\SyslogHandler(false'user'500true1);
  2340.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2341.         return $instance;
  2342.     }
  2343.     /**
  2344.      * Gets the private 'monolog.logger' shared service.
  2345.      *
  2346.      * @return \Symfony\Bridge\Monolog\Logger
  2347.      */
  2348.     protected function getMonolog_LoggerService()
  2349.     {
  2350.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2351.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2352.         $instance->useMicrosecondTimestamps(true);
  2353.         $instance->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2354.         $instance->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2355.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2356.         return $instance;
  2357.     }
  2358.     /**
  2359.      * Gets the private 'monolog.logger.cache' shared service.
  2360.      *
  2361.      * @return \Symfony\Bridge\Monolog\Logger
  2362.      */
  2363.     protected function getMonolog_Logger_CacheService()
  2364.     {
  2365.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2366.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2367.         $instance->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2368.         $instance->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2369.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2370.         return $instance;
  2371.     }
  2372.     /**
  2373.      * Gets the private 'monolog.logger.doctrine' shared service.
  2374.      *
  2375.      * @return \Symfony\Bridge\Monolog\Logger
  2376.      */
  2377.     protected function getMonolog_Logger_DoctrineService()
  2378.     {
  2379.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2380.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2381.         $instance->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2382.         $instance->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2383.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2384.         return $instance;
  2385.     }
  2386.     /**
  2387.      * Gets the private 'monolog.logger.request' shared service.
  2388.      *
  2389.      * @return \Symfony\Bridge\Monolog\Logger
  2390.      */
  2391.     protected function getMonolog_Logger_RequestService()
  2392.     {
  2393.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2394.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2395.         $instance->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2396.         $instance->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2397.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2398.         return $instance;
  2399.     }
  2400.     /**
  2401.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2402.      *
  2403.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2404.      */
  2405.     protected function getNelmioCors_CorsListenerService()
  2406.     {
  2407.         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'))]));
  2408.     }
  2409.     /**
  2410.      * Gets the private 'parameter_bag' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2413.      */
  2414.     protected function getParameterBagService()
  2415.     {
  2416.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2417.     }
  2418.     /**
  2419.      * Gets the private 'profiler_listener' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2422.      */
  2423.     protected function getProfilerListenerService()
  2424.     {
  2425.         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);
  2426.     }
  2427.     /**
  2428.      * Gets the private 'property_accessor' shared service.
  2429.      *
  2430.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2431.      */
  2432.     protected function getPropertyAccessorService()
  2433.     {
  2434.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2435.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2436.     }
  2437.     /**
  2438.      * Gets the private 'property_info' shared service.
  2439.      *
  2440.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2441.      */
  2442.     protected function getPropertyInfoService()
  2443.     {
  2444.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2445.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2446.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  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.         }, 5), new RewindableGenerator(function () {
  2451.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2452.             yield => ($this->privates['doctrine.orm.internal_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_InternalEntityManager_PropertyInfoExtractorService'));
  2453.             yield => ($this->privates['doctrine.orm.migration_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MigrationEntityManager_PropertyInfoExtractorService'));
  2454.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2455.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2456.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2457.         }, 6), new RewindableGenerator(function () {
  2458.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2459.         }, 1), new RewindableGenerator(function () {
  2460.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2461.             yield => ($this->privates['doctrine.orm.internal_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_InternalEntityManager_PropertyInfoExtractorService'));
  2462.             yield => ($this->privates['doctrine.orm.migration_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MigrationEntityManager_PropertyInfoExtractorService'));
  2463.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2464.         }, 4), new RewindableGenerator(function () {
  2465.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2466.         }, 1));
  2467.     }
  2468.     /**
  2469.      * Gets the private 'router.expression_language_provider' shared service.
  2470.      *
  2471.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2472.      */
  2473.     protected function getRouter_ExpressionLanguageProviderService()
  2474.     {
  2475.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2476.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2477.         ], [
  2478.             'env' => 'Closure',
  2479.         ]));
  2480.     }
  2481.     /**
  2482.      * Gets the private 'router.request_context' shared service.
  2483.      *
  2484.      * @return \Symfony\Component\Routing\RequestContext
  2485.      */
  2486.     protected function getRouter_RequestContextService()
  2487.     {
  2488.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2489.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2490.         return $instance;
  2491.     }
  2492.     /**
  2493.      * Gets the private 'router_listener' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2496.      */
  2497.     protected function getRouterListenerService()
  2498.     {
  2499.         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);
  2500.     }
  2501.     /**
  2502.      * Gets the private 'security.authorization_checker' shared service.
  2503.      *
  2504.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2505.      */
  2506.     protected function getSecurity_AuthorizationCheckerService()
  2507.     {
  2508.         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);
  2509.     }
  2510.     /**
  2511.      * Gets the private 'security.expression_language' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2514.      */
  2515.     protected function getSecurity_ExpressionLanguageService()
  2516.     {
  2517.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2518.         $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())));
  2519.         return $instance;
  2520.     }
  2521.     /**
  2522.      * Gets the private 'security.firewall.map' shared service.
  2523.      *
  2524.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2525.      */
  2526.     protected function getSecurity_Firewall_MapService()
  2527.     {
  2528.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.ibPhY9H'] ?? $this->get_ServiceLocator_IbPhY9HService()), new RewindableGenerator(function () {
  2529.             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')));
  2530.             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)/')));
  2531.             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')));
  2532.             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')));
  2533.             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')));
  2534.         }, 5));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'security.logout_url_generator' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2540.      */
  2541.     protected function getSecurity_LogoutUrlGeneratorService()
  2542.     {
  2543.         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()));
  2544.     }
  2545.     /**
  2546.      * Gets the private 'security.token_storage' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2549.      */
  2550.     protected function getSecurity_TokenStorageService()
  2551.     {
  2552.         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, [
  2553.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2554.         ], [
  2555.             'request_stack' => '?',
  2556.         ]));
  2557.     }
  2558.     /**
  2559.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2560.      *
  2561.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2562.      */
  2563.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2564.     {
  2565.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2566.     }
  2567.     /**
  2568.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2569.      *
  2570.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2571.      */
  2572.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2573.     {
  2574.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2575.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2576.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2577.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2578.     }
  2579.     /**
  2580.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2581.      *
  2582.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2583.      */
  2584.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2585.     {
  2586.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2587.         $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())));
  2588.         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()));
  2589.     }
  2590.     /**
  2591.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2592.      *
  2593.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2594.      */
  2595.     protected function getSensioFrameworkExtra_View_ListenerService()
  2596.     {
  2597.         $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))));
  2598.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2599.             'twig' => ['privates''twig''getTwigService'false],
  2600.         ], [
  2601.             'twig' => 'Twig\\Environment',
  2602.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2603.         return $instance;
  2604.     }
  2605.     /**
  2606.      * Gets the private 'serializer' shared service.
  2607.      *
  2608.      * @return \Symfony\Component\Serializer\Serializer
  2609.      */
  2610.     protected function getSerializerService()
  2611.     {
  2612.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2613.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2614.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  2615.         $d = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  2616.         $e = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($d);
  2617.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2618.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2619.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2620.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2621.         $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));
  2622.         $k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2623.         $l = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2624.         $m = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2625.         $n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  2626.         $o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  2627.         $p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  2628.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2629.         $r = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($p);
  2630.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($p$l$a$b$rNULL);
  2631.         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 () {
  2632.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  2633.         }, 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 () {
  2634.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  2635.         }, 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()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), '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')]);
  2636.     }
  2637.     /**
  2638.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2639.      *
  2640.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2641.      */
  2642.     protected function getSerializer_NameConverter_MetadataAwareService()
  2643.     {
  2644.         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()));
  2645.     }
  2646.     /**
  2647.      * Gets the private 'session_listener' shared service.
  2648.      *
  2649.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2650.      */
  2651.     protected function getSessionListenerService()
  2652.     {
  2653.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2654.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2655.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2656.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2657.         ], [
  2658.             'logger' => '?',
  2659.             'session_collector' => '?',
  2660.             'session_factory' => '?',
  2661.         ]), true$this->parameters['session.storage.options']);
  2662.     }
  2663.     /**
  2664.      * Gets the private 'translator.default' shared service.
  2665.      *
  2666.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2667.      */
  2668.     protected function getTranslator_DefaultService()
  2669.     {
  2670.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2671.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2672.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2673.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2674.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2675.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2676.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2677.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2678.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2679.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2680.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2681.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2682.         ], [
  2683.             'translation.loader.csv' => '?',
  2684.             'translation.loader.dat' => '?',
  2685.             'translation.loader.ini' => '?',
  2686.             'translation.loader.json' => '?',
  2687.             'translation.loader.mo' => '?',
  2688.             'translation.loader.php' => '?',
  2689.             'translation.loader.po' => '?',
  2690.             'translation.loader.qt' => '?',
  2691.             'translation.loader.res' => '?',
  2692.             'translation.loader.xliff' => '?',
  2693.             'translation.loader.yml' => '?',
  2694.         ]), 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']]], []);
  2695.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2696.         $instance->setFallbackLocales([=> 'en']);
  2697.         return $instance;
  2698.     }
  2699.     /**
  2700.      * Gets the private 'twig' shared service.
  2701.      *
  2702.      * @return \Twig\Environment
  2703.      */
  2704.     protected function getTwigService()
  2705.     {
  2706.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  2707.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2708.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2709.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  2710.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  2711.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2712.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2713.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2714.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2715.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2716.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2717.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  2718.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  2719.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2720.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2721.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2722.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2723.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  2724.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2725.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2726.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2727.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2728.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2729.         $g = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  2730.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2731.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  2732.         $i = new \Symfony\Bridge\Twig\AppVariable();
  2733.         $i->setEnvironment('dev');
  2734.         $i->setDebug(true);
  2735.         $i->setTokenStorage($g);
  2736.         if ($this->has('request_stack')) {
  2737.             $i->setRequestStack($d);
  2738.         }
  2739.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  2740.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2741.         $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())));
  2742.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2743.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  2744.         $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 () {
  2745.             return new \EmptyIterator();
  2746.         }, 0))));
  2747.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  2748.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2749.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2750.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2751.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2752.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  2754.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  2755.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2756.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  2757.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2758.         $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)));
  2759.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2760.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  2761.         $instance->addGlobal('app'$i);
  2762.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2763.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  2764.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  2765.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  2766.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  2767.         ], [
  2768.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2769.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2770.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2771.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2772.         ])));
  2773.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  2774.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  2775.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  2776.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2777.         return $instance;
  2778.     }
  2779.     /**
  2780.      * Gets the private 'validator.builder' shared service.
  2781.      *
  2782.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2783.      */
  2784.     protected function getValidator_BuilderService()
  2785.     {
  2786.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2787.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2788.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2789.             'App\\Validator\\EmailDomainValidator' => ['privates''App\\Validator\\EmailDomainValidator''getEmailDomainValidatorService'true],
  2790.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2791.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2792.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2793.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2794.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2795.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2796.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2797.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2798.         ], [
  2799.             'App\\Validator\\EmailDomainValidator' => '?',
  2800.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2801.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2802.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2803.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2804.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2805.             'doctrine.orm.validator.unique' => '?',
  2806.             'security.validator.user_password' => '?',
  2807.             'validator.expression' => '?',
  2808.         ])));
  2809.         if ($this->has('translator')) {
  2810.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2811.         }
  2812.         $instance->setTranslationDomain('validators');
  2813.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2814.         $instance->enableAnnotationMapping(true);
  2815.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2816.         $instance->addMethodMapping('loadValidatorMetadata');
  2817.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2818.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2819.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2820.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.internal_entity_manager'] ?? $this->getDoctrine_Orm_InternalEntityManagerService()), NULL));
  2821.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.migration_entity_manager'] ?? $this->getDoctrine_Orm_MigrationEntityManagerService()), NULL));
  2822.         return $instance;
  2823.     }
  2824.     /**
  2825.      * Gets the private 'var_dumper.html_dumper' shared service.
  2826.      *
  2827.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2828.      */
  2829.     protected function getVarDumper_HtmlDumperService()
  2830.     {
  2831.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2832.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2833.         return $instance;
  2834.     }
  2835.     /**
  2836.      * Gets the private 'var_dumper.server_connection' shared service.
  2837.      *
  2838.      * @return \Symfony\Component\VarDumper\Server\Connection
  2839.      */
  2840.     protected function getVarDumper_ServerConnectionService()
  2841.     {
  2842.         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()]);
  2843.     }
  2844.     /**
  2845.      * Gets the private 'web_profiler.csp.handler' shared service.
  2846.      *
  2847.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2848.      */
  2849.     protected function getWebProfiler_Csp_HandlerService()
  2850.     {
  2851.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2852.     }
  2853.     /**
  2854.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2855.      *
  2856.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2857.      */
  2858.     protected function getWebProfiler_DebugToolbarService()
  2859.     {
  2860.         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()));
  2861.     }
  2862.     /**
  2863.      * Gets the public 'profiler' alias.
  2864.      *
  2865.      * @return object The ".container.private.profiler" service.
  2866.      */
  2867.     protected function getProfilerService()
  2868.     {
  2869.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2870.         return $this->get('.container.private.profiler');
  2871.     }
  2872.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  2873.     {
  2874.         if (isset($this->buildParameters[$name])) {
  2875.             return $this->buildParameters[$name];
  2876.         }
  2877.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2878.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2879.         }
  2880.         if (isset($this->loadedDynamicParameters[$name])) {
  2881.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2882.         }
  2883.         return $this->parameters[$name];
  2884.     }
  2885.     public function hasParameter(string $name): bool
  2886.     {
  2887.         if (isset($this->buildParameters[$name])) {
  2888.             return true;
  2889.         }
  2890.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2891.     }
  2892.     public function setParameter(string $name$value): void
  2893.     {
  2894.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2895.     }
  2896.     public function getParameterBag(): ParameterBagInterface
  2897.     {
  2898.         if (null === $this->parameterBag) {
  2899.             $parameters $this->parameters;
  2900.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2901.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2902.             }
  2903.             foreach ($this->buildParameters as $name => $value) {
  2904.                 $parameters[$name] = $value;
  2905.             }
  2906.             $this->parameterBag = new FrozenParameterBag($parameters);
  2907.         }
  2908.         return $this->parameterBag;
  2909.     }
  2910.     private $loadedDynamicParameters = [
  2911.         'kernel.runtime_environment' => false,
  2912.         'kernel.build_dir' => false,
  2913.         'kernel.cache_dir' => false,
  2914.         'importer_batch_size' => false,
  2915.         'kernel.secret' => false,
  2916.         'debug.container.dump' => false,
  2917.         'serializer.mapping.cache.file' => false,
  2918.         'session.save_path' => false,
  2919.         'validator.mapping.cache.file' => false,
  2920.         'profiler.storage.dsn' => false,
  2921.         'doctrine.orm.proxy_dir' => false,
  2922.         'nelmio_cors.defaults' => false,
  2923.         'lexik_jwt_authentication.pass_phrase' => false,
  2924.     ];
  2925.     private $dynamicParameters = [];
  2926.     private function getDynamicParameter(string $name)
  2927.     {
  2928.         switch ($name) {
  2929.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2930.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2931.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2932.             case 'importer_batch_size'$value $this->getEnv('int:IMPORTER_BATCH_SIZE'); break;
  2933.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2934.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2935.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2936.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2937.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2938.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2939.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2940.             case 'nelmio_cors.defaults'$value = [
  2941.                 'allow_origin' => [
  2942.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2943.                 ],
  2944.                 'allow_credentials' => false,
  2945.                 'allow_headers' => [
  2946.                     => 'content-type',
  2947.                     => 'authorization',
  2948.                 ],
  2949.                 'expose_headers' => [
  2950.                     => 'Link',
  2951.                 ],
  2952.                 'allow_methods' => [
  2953.                     => 'GET',
  2954.                     => 'OPTIONS',
  2955.                     => 'POST',
  2956.                     => 'PUT',
  2957.                     => 'PATCH',
  2958.                     => 'DELETE',
  2959.                 ],
  2960.                 'max_age' => 3600,
  2961.                 'hosts' => [
  2962.                 ],
  2963.                 'origin_regex' => true,
  2964.                 'forced_allow_origin_value' => NULL,
  2965.             ]; break;
  2966.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  2967.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2968.         }
  2969.         $this->loadedDynamicParameters[$name] = true;
  2970.         return $this->dynamicParameters[$name] = $value;
  2971.     }
  2972.     protected function getDefaultParameters(): array
  2973.     {
  2974.         return [
  2975.             'kernel.project_dir' => \dirname(__DIR__4),
  2976.             'kernel.environment' => 'dev',
  2977.             'kernel.debug' => true,
  2978.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2979.             'kernel.bundles' => [
  2980.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2981.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2982.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2983.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2984.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2985.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2986.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2987.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2988.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2989.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2990.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2991.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2992.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  2993.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2994.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  2995.                 'MetaclassFilterBundle' => 'Metaclass\\FilterBundle\\MetaclassFilterBundle',
  2996.             ],
  2997.             'kernel.bundles_metadata' => [
  2998.                 'FrameworkBundle' => [
  2999.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3000.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3001.                 ],
  3002.                 'DoctrineBundle' => [
  3003.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3004.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3005.                 ],
  3006.                 'DoctrineMigrationsBundle' => [
  3007.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3008.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3009.                 ],
  3010.                 'DebugBundle' => [
  3011.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3012.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3013.                 ],
  3014.                 'TwigBundle' => [
  3015.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3016.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3017.                 ],
  3018.                 'WebProfilerBundle' => [
  3019.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3020.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3021.                 ],
  3022.                 'TwigExtraBundle' => [
  3023.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3024.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3025.                 ],
  3026.                 'SecurityBundle' => [
  3027.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3028.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3029.                 ],
  3030.                 'MonologBundle' => [
  3031.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3032.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3033.                 ],
  3034.                 'MakerBundle' => [
  3035.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3036.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3037.                 ],
  3038.                 'SensioFrameworkExtraBundle' => [
  3039.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3040.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3041.                 ],
  3042.                 'NelmioCorsBundle' => [
  3043.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3044.                     'namespace' => 'Nelmio\\CorsBundle',
  3045.                 ],
  3046.                 'ApiPlatformBundle' => [
  3047.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3048.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3049.                 ],
  3050.                 'LexikJWTAuthenticationBundle' => [
  3051.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3052.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3053.                 ],
  3054.                 'GesdinetJWTRefreshTokenBundle' => [
  3055.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  3056.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  3057.                 ],
  3058.                 'MetaclassFilterBundle' => [
  3059.                     'path' => (\dirname(__DIR__4).'/vendor/metaclass-nl/filter-bundle/src'),
  3060.                     'namespace' => 'Metaclass\\FilterBundle',
  3061.                 ],
  3062.             ],
  3063.             'kernel.charset' => 'UTF-8',
  3064.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3065.             'event_dispatcher.event_aliases' => [
  3066.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3067.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3068.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3069.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3070.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3071.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3072.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3073.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3074.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3075.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3076.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3077.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3078.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3079.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3080.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3081.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3082.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3083.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3084.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3085.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3086.             ],
  3087.             'fragment.renderer.hinclude.global_template' => NULL,
  3088.             'fragment.path' => '/_fragment',
  3089.             'kernel.http_method_override' => false,
  3090.             'kernel.trusted_hosts' => [
  3091.             ],
  3092.             'kernel.default_locale' => 'en',
  3093.             'kernel.enabled_locales' => [
  3094.             ],
  3095.             'kernel.error_controller' => 'error_controller',
  3096.             'debug.file_link_format' => NULL,
  3097.             'asset.request_context.base_path' => NULL,
  3098.             'asset.request_context.secure' => NULL,
  3099.             'translator.logging' => false,
  3100.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3101.             'debug.error_handler.throw_at' => -1,
  3102.             'router.request_context.host' => 'localhost',
  3103.             'router.request_context.scheme' => 'http',
  3104.             'router.request_context.base_url' => '',
  3105.             'router.resource' => 'kernel::loadRoutes',
  3106.             'request_listener.http_port' => 80,
  3107.             'request_listener.https_port' => 443,
  3108.             'session.metadata.storage_key' => '_sf2_meta',
  3109.             'session.storage.options' => [
  3110.                 'cache_limiter' => '0',
  3111.                 'cookie_secure' => 'auto',
  3112.                 'cookie_httponly' => true,
  3113.                 'cookie_samesite' => 'lax',
  3114.                 'gc_probability' => 1,
  3115.             ],
  3116.             'session.metadata.update_threshold' => 0,
  3117.             'form.type_extension.csrf.enabled' => true,
  3118.             'form.type_extension.csrf.field_name' => '_token',
  3119.             'validator.translation_domain' => 'validators',
  3120.             'profiler_listener.only_exceptions' => false,
  3121.             'profiler_listener.only_main_requests' => false,
  3122.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3123.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3124.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3125.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3126.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3127.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3128.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3129.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3130.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3131.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3132.             'doctrine.entity_managers' => [
  3133.                 'default' => 'doctrine.orm.default_entity_manager',
  3134.                 'internal' => 'doctrine.orm.internal_entity_manager',
  3135.                 'migration' => 'doctrine.orm.migration_entity_manager',
  3136.             ],
  3137.             'doctrine.default_entity_manager' => 'default',
  3138.             'doctrine.dbal.connection_factory.types' => [
  3139.             ],
  3140.             'doctrine.connections' => [
  3141.                 'default' => 'doctrine.dbal.default_connection',
  3142.                 'internal' => 'doctrine.dbal.internal_connection',
  3143.                 'migration' => 'doctrine.dbal.migration_connection',
  3144.             ],
  3145.             'doctrine.default_connection' => 'default',
  3146.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3147.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3148.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3149.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3150.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3151.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3152.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3153.             'doctrine.orm.cache.memcache_port' => 11211,
  3154.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3155.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3156.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3157.             'doctrine.orm.cache.memcached_port' => 11211,
  3158.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3159.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3160.             'doctrine.orm.cache.redis_host' => 'localhost',
  3161.             'doctrine.orm.cache.redis_port' => 6379,
  3162.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3163.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3164.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3165.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3166.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3167.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3168.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3169.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3170.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3171.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3172.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3173.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3174.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3175.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3176.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3177.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3178.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3179.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3180.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3181.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3182.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3183.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3184.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3185.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3186.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3187.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3188.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3189.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3190.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3191.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3192.             'doctrine.orm.auto_generate_proxy_classes' => false,
  3193.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3194.             'doctrine.migrations.preferred_em' => 'internal',
  3195.             'doctrine.migrations.preferred_connection' => NULL,
  3196.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3197.             'twig.form.resources' => [
  3198.                 => 'form_div_layout.html.twig',
  3199.             ],
  3200.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3201.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3202.             'web_profiler.debug_toolbar.mode' => 2,
  3203.             'security.role_hierarchy.roles' => [
  3204.             ],
  3205.             'security.access.denied_url' => NULL,
  3206.             'security.authentication.manager.erase_credentials' => true,
  3207.             'security.authentication.session_strategy.strategy' => 'migrate',
  3208.             'security.authentication.hide_user_not_found' => true,
  3209.             'security.firewalls' => [
  3210.                 => 'docs',
  3211.                 => 'dev',
  3212.                 => 'api_token_refresh',
  3213.                 => 'login',
  3214.                 => 'api_or_jwt',
  3215.             ],
  3216.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3217.             'monolog.use_microseconds' => true,
  3218.             'monolog.swift_mailer.handlers' => [
  3219.             ],
  3220.             'monolog.handlers_to_channels' => [
  3221.                 'monolog.handler.syslog' => [
  3222.                     'type' => 'exclusive',
  3223.                     'elements' => [
  3224.                         => 'event',
  3225.                     ],
  3226.                 ],
  3227.                 'monolog.handler.filter' => [
  3228.                     'type' => 'exclusive',
  3229.                     'elements' => [
  3230.                         => 'event',
  3231.                     ],
  3232.                 ],
  3233.             ],
  3234.             'nelmio_cors.map' => [
  3235.                 '^/' => [
  3236.                 ],
  3237.             ],
  3238.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3239.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3240.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3241.             'api_platform.metadata_backward_compatibility_layer' => true,
  3242.             'api_platform.enable_entrypoint' => true,
  3243.             'api_platform.enable_docs' => true,
  3244.             'api_platform.title' => 'UserServer - Kinderpedia',
  3245.             'api_platform.description' => '<b>WIP!</b> Internal service to manage users',
  3246.             'api_platform.version' => '1.0.0',
  3247.             'api_platform.show_webby' => false,
  3248.             'api_platform.url_generation_strategy' => 1,
  3249.             'api_platform.exception_to_status' => [
  3250.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3251.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  3252.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  3253.                 'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => 422,
  3254.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3255.                 'LogicException' => 422,
  3256.             ],
  3257.             'api_platform.formats' => [
  3258.                 'jsonld' => [
  3259.                     => 'application/ld+json',
  3260.                 ],
  3261.                 'json' => [
  3262.                     => 'application/json',
  3263.                 ],
  3264.                 'html' => [
  3265.                     => 'text/html',
  3266.                 ],
  3267.             ],
  3268.             'api_platform.patch_formats' => [
  3269.                 'json' => [
  3270.                     => 'application/merge-patch+json',
  3271.                 ],
  3272.             ],
  3273.             'api_platform.error_formats' => [
  3274.                 'jsonproblem' => [
  3275.                     => 'application/problem+json',
  3276.                 ],
  3277.                 'jsonld' => [
  3278.                     => 'application/ld+json',
  3279.                 ],
  3280.             ],
  3281.             'api_platform.allow_plain_identifiers' => false,
  3282.             'api_platform.eager_loading.enabled' => true,
  3283.             'api_platform.eager_loading.max_joins' => 30,
  3284.             'api_platform.eager_loading.fetch_partial' => false,
  3285.             'api_platform.eager_loading.force_eager' => true,
  3286.             'api_platform.collection.exists_parameter_name' => 'exists',
  3287.             'api_platform.collection.order' => 'ASC',
  3288.             'api_platform.collection.order_parameter_name' => 'order',
  3289.             'api_platform.collection.order_nulls_comparison' => NULL,
  3290.             'api_platform.collection.pagination.enabled' => true,
  3291.             'api_platform.collection.pagination.partial' => false,
  3292.             'api_platform.collection.pagination.client_enabled' => false,
  3293.             'api_platform.collection.pagination.client_items_per_page' => true,
  3294.             'api_platform.collection.pagination.client_partial' => false,
  3295.             'api_platform.collection.pagination.items_per_page' => 30,
  3296.             'api_platform.collection.pagination.maximum_items_per_page' => 200,
  3297.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3298.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3299.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3300.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3301.             'api_platform.collection.pagination' => [
  3302.                 'enabled' => true,
  3303.                 'partial' => false,
  3304.                 'client_enabled' => false,
  3305.                 'client_items_per_page' => true,
  3306.                 'client_partial' => false,
  3307.                 'items_per_page' => 30,
  3308.                 'maximum_items_per_page' => 200,
  3309.                 'page_parameter_name' => 'page',
  3310.                 'enabled_parameter_name' => 'pagination',
  3311.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3312.                 'partial_parameter_name' => 'partial',
  3313.             ],
  3314.             'api_platform.http_cache.etag' => true,
  3315.             'api_platform.http_cache.max_age' => NULL,
  3316.             'api_platform.http_cache.shared_max_age' => NULL,
  3317.             'api_platform.http_cache.vary' => [
  3318.                 => 'Accept',
  3319.             ],
  3320.             'api_platform.http_cache.public' => NULL,
  3321.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3322.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3323.             'api_platform.asset_package' => NULL,
  3324.             'api_platform.defaults' => [
  3325.                 'attributes' => [
  3326.                     'pagination_client_items_per_page' => true,
  3327.                     'pagination_maximum_items_per_page' => 200,
  3328.                 ],
  3329.             ],
  3330.             'api_platform.resource_class_directories' => [
  3331.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  3332.                 => (\dirname(__DIR__4).'/src/Entity'),
  3333.             ],
  3334.             'api_platform.oauth.enabled' => false,
  3335.             'api_platform.oauth.clientId' => '',
  3336.             'api_platform.oauth.clientSecret' => '',
  3337.             'api_platform.oauth.type' => 'oauth2',
  3338.             'api_platform.oauth.flow' => 'application',
  3339.             'api_platform.oauth.tokenUrl' => '',
  3340.             'api_platform.oauth.authorizationUrl' => '',
  3341.             'api_platform.oauth.refreshUrl' => '',
  3342.             'api_platform.oauth.scopes' => [
  3343.             ],
  3344.             'api_platform.oauth.pkce' => false,
  3345.             'api_platform.openapi.termsOfService' => NULL,
  3346.             'api_platform.openapi.contact.name' => NULL,
  3347.             'api_platform.openapi.contact.url' => NULL,
  3348.             'api_platform.openapi.contact.email' => NULL,
  3349.             'api_platform.openapi.license.name' => NULL,
  3350.             'api_platform.openapi.license.url' => NULL,
  3351.             'api_platform.swagger.versions' => [
  3352.                 => 3,
  3353.             ],
  3354.             'api_platform.enable_swagger_ui' => true,
  3355.             'api_platform.enable_re_doc' => true,
  3356.             'api_platform.swagger.api_keys' => [
  3357.                 'Bearer' => [
  3358.                     'name' => 'Authorization',
  3359.                     'type' => 'header',
  3360.                 ],
  3361.                 'Kindergarten' => [
  3362.                     'name' => 'X-KINDERGARTEN-ID',
  3363.                     'type' => 'header',
  3364.                 ],
  3365.                 'UserType' => [
  3366.                     'name' => 'USER-TYPE',
  3367.                     'type' => 'header',
  3368.                 ],
  3369.                 'ChildID' => [
  3370.                     'name' => 'X-CHILD-ID',
  3371.                     'type' => 'header',
  3372.                 ],
  3373.                 'ApiKey' => [
  3374.                     'name' => 'X-API-KEY',
  3375.                     'type' => 'header',
  3376.                 ],
  3377.             ],
  3378.             'api_platform.swagger_ui.extra_configuration' => [
  3379.                 'tagsSorter' => 'alpha',
  3380.             ],
  3381.             'api_platform.graphql.enabled' => false,
  3382.             'api_platform.graphql.graphiql.enabled' => false,
  3383.             'api_platform.graphql.graphql_playground.enabled' => false,
  3384.             'api_platform.graphql.collection.pagination' => [
  3385.                 'enabled' => true,
  3386.             ],
  3387.             'api_platform.validator.serialize_payload_fields' => [
  3388.             ],
  3389.             'api_platform.validator.query_parameter_validation' => true,
  3390.             'api_platform.elasticsearch.enabled' => false,
  3391.             'lexik_jwt_authentication.token_ttl' => 7200,
  3392.             'lexik_jwt_authentication.clock_skew' => 0,
  3393.             'lexik_jwt_authentication.user_identity_field' => 'email',
  3394.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3395.             'lexik_jwt_authentication.user_id_claim' => 'email',
  3396.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'HS256',
  3397.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3398.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  3399.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  3400.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  3401.             'gesdinet_jwt_refresh_token.user_provider' => NULL,
  3402.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  3403.             'gesdinet_jwt_refresh_token.single_use' => true,
  3404.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  3405.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  3406.             'gesdinet_jwt_refresh_token.cookie' => [
  3407.                 'enabled' => false,
  3408.                 'same_site' => 'lax',
  3409.                 'path' => '/',
  3410.                 'domain' => NULL,
  3411.                 'http_only' => true,
  3412.                 'secure' => true,
  3413.                 'partitioned' => false,
  3414.                 'remove_token_from_body' => true,
  3415.             ],
  3416.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  3417.             'gesdinet_jwt_refresh_token.return_expiration' => false,
  3418.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  3419.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\Internal\\RefreshToken',
  3420.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.internal_entity_manager',
  3421.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  3422.             'data_collector.templates' => [
  3423.                 'data_collector.request' => [
  3424.                     => 'request',
  3425.                     => '@WebProfiler/Collector/request.html.twig',
  3426.                 ],
  3427.                 'api_platform.data_collector.request' => [
  3428.                     => 'api_platform.data_collector.request',
  3429.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  3430.                 ],
  3431.                 'data_collector.time' => [
  3432.                     => 'time',
  3433.                     => '@WebProfiler/Collector/time.html.twig',
  3434.                 ],
  3435.                 'data_collector.memory' => [
  3436.                     => 'memory',
  3437.                     => '@WebProfiler/Collector/memory.html.twig',
  3438.                 ],
  3439.                 'data_collector.validator' => [
  3440.                     => 'validator',
  3441.                     => '@WebProfiler/Collector/validator.html.twig',
  3442.                 ],
  3443.                 'data_collector.ajax' => [
  3444.                     => 'ajax',
  3445.                     => '@WebProfiler/Collector/ajax.html.twig',
  3446.                 ],
  3447.                 'data_collector.form' => [
  3448.                     => 'form',
  3449.                     => '@WebProfiler/Collector/form.html.twig',
  3450.                 ],
  3451.                 'data_collector.exception' => [
  3452.                     => 'exception',
  3453.                     => '@WebProfiler/Collector/exception.html.twig',
  3454.                 ],
  3455.                 'data_collector.logger' => [
  3456.                     => 'logger',
  3457.                     => '@WebProfiler/Collector/logger.html.twig',
  3458.                 ],
  3459.                 'data_collector.events' => [
  3460.                     => 'events',
  3461.                     => '@WebProfiler/Collector/events.html.twig',
  3462.                 ],
  3463.                 'data_collector.router' => [
  3464.                     => 'router',
  3465.                     => '@WebProfiler/Collector/router.html.twig',
  3466.                 ],
  3467.                 'data_collector.cache' => [
  3468.                     => 'cache',
  3469.                     => '@WebProfiler/Collector/cache.html.twig',
  3470.                 ],
  3471.                 'data_collector.translation' => [
  3472.                     => 'translation',
  3473.                     => '@WebProfiler/Collector/translation.html.twig',
  3474.                 ],
  3475.                 'data_collector.security' => [
  3476.                     => 'security',
  3477.                     => '@Security/Collector/security.html.twig',
  3478.                 ],
  3479.                 'data_collector.twig' => [
  3480.                     => 'twig',
  3481.                     => '@WebProfiler/Collector/twig.html.twig',
  3482.                 ],
  3483.                 'data_collector.http_client' => [
  3484.                     => 'http_client',
  3485.                     => '@WebProfiler/Collector/http_client.html.twig',
  3486.                 ],
  3487.                 'data_collector.doctrine' => [
  3488.                     => 'db',
  3489.                     => '@Doctrine/Collector/db.html.twig',
  3490.                 ],
  3491.                 'data_collector.dump' => [
  3492.                     => 'dump',
  3493.                     => '@Debug/Profiler/dump.html.twig',
  3494.                 ],
  3495.                 'data_collector.messenger' => [
  3496.                     => 'messenger',
  3497.                     => '@WebProfiler/Collector/messenger.html.twig',
  3498.                 ],
  3499.                 'mailer.data_collector' => [
  3500.                     => 'mailer',
  3501.                     => '@WebProfiler/Collector/mailer.html.twig',
  3502.                 ],
  3503.                 'notifier.data_collector' => [
  3504.                     => 'notifier',
  3505.                     => '@WebProfiler/Collector/notifier.html.twig',
  3506.                 ],
  3507.                 'data_collector.config' => [
  3508.                     => 'config',
  3509.                     => '@WebProfiler/Collector/config.html.twig',
  3510.                 ],
  3511.             ],
  3512.             'console.command.ids' => [
  3513.             ],
  3514.         ];
  3515.     }
  3516. }