var/cache/dev/ContainerSfGEqmH/App_KernelDevDebugContainer.php line 5942

Open in your IDE?
  1. <?php
  2. namespace ContainerSfGEqmH;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class App_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Service\\Demande\\AcceptDemande' => 'getAcceptDemandeService',
  37.             'App\\Service\\Demande\\DeclineDemande' => 'getDeclineDemandeService',
  38.             'App\\Service\\Demande\\ListDemandes' => 'getListDemandesService',
  39.             'App\\Service\\Demande\\MesDemandes' => 'getMesDemandesService',
  40.             'App\\Service\\User\\ResetPasswordService' => 'getResetPasswordServiceService',
  41.             'App\\Service\\User\\SetNewPasswordService' => 'getSetNewPasswordServiceService',
  42.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  43.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  44.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  45.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  46.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  47.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  48.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  49.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  50.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  51.             'cache.app' => 'getCache_AppService',
  52.             'cache.app_clearer' => 'getCache_AppClearerService',
  53.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  54.             'cache.system' => 'getCache_SystemService',
  55.             'cache.system_clearer' => 'getCache_SystemClearerService',
  56.             'cache_clearer' => 'getCacheClearerService',
  57.             'cache_warmer' => 'getCacheWarmerService',
  58.             'console.command.public_alias.api_platform.json_schema.json_schema_generate_command' => 'getConsole_Command_PublicAlias_ApiPlatform_JsonSchema_JsonSchemaGenerateCommandService',
  59.             'console.command.public_alias.api_platform.swagger.command.swagger_command' => 'getConsole_Command_PublicAlias_ApiPlatform_Swagger_Command_SwaggerCommandService',
  60.             'console.command_loader' => 'getConsole_CommandLoaderService',
  61.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  62.             'data_collector.dump' => 'getDataCollector_DumpService',
  63.             'doctrine' => 'getDoctrineService',
  64.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  65.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  66.             'error_controller' => 'getErrorControllerService',
  67.             'event_dispatcher' => 'getEventDispatcherService',
  68.             'filesystem' => 'getFilesystemService',
  69.             'form.factory' => 'getForm_FactoryService',
  70.             'form.type.file' => 'getForm_Type_FileService',
  71.             'http_kernel' => 'getHttpKernelService',
  72.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService',
  73.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  74.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  75.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  76.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  77.             'profiler' => 'getProfilerService',
  78.             'request_stack' => 'getRequestStackService',
  79.             'router' => 'getRouterService',
  80.             'routing.loader' => 'getRouting_LoaderService',
  81.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  82.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  83.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  84.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  85.             'security.token_storage' => 'getSecurity_TokenStorageService',
  86.             'serializer' => 'getSerializerService',
  87.             'services_resetter' => 'getServicesResetterService',
  88.             'session' => 'getSessionService',
  89.             'translator' => 'getTranslatorService',
  90.             'twig' => 'getTwigService',
  91.             'validator' => 'getValidatorService',
  92.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  93.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  94.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  95.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  96.         ];
  97.         $this->aliases = [
  98.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  99.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  100.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  101.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  102.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  103.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  104.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  105.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  106.             'database_connection' => 'doctrine.dbal.default_connection',
  107.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  108.         ];
  109.         $this->privates['service_container'] = function () {
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  116.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  129.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  152.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  193.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  200.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  233.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  250.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  251.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  252.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  254.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  255.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  256.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  257.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  258.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  259.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  261.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  268.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  270.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  271.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  272.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  273.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  274.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  283.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  285.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  287.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  296.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  317.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  318.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  320.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  323.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  373.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  385.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  388.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  391.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  395.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  398.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  399.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  467.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  469.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyNameCollectionFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidateListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  575.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/Hub.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  581.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/SentryBundle.php';
  582.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/FlushableClientInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/DependencyInjection/IntegrationFilterFactory.php';
  589.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  602.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  608.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  610.         };
  611.     }
  612.     public function compile(): void
  613.     {
  614.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  615.     }
  616.     public function isCompiled(): bool
  617.     {
  618.         return true;
  619.     }
  620.     public function getRemovedIds(): array
  621.     {
  622.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  623.     }
  624.     /**
  625.      * Gets the public 'App\Service\Demande\AcceptDemande' shared autowired service.
  626.      *
  627.      * @return \App\Service\Demande\AcceptDemande
  628.      */
  629.     protected function getAcceptDemandeService()
  630.     {
  631.         include_once \dirname(__DIR__4).'/src/Service/Demande/AcceptDemande.php';
  632.         return $this->services['App\\Service\\Demande\\AcceptDemande'] = new \App\Service\Demande\AcceptDemande(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  633.     }
  634.     /**
  635.      * Gets the public 'App\Service\Demande\DeclineDemande' shared autowired service.
  636.      *
  637.      * @return \App\Service\Demande\DeclineDemande
  638.      */
  639.     protected function getDeclineDemandeService()
  640.     {
  641.         include_once \dirname(__DIR__4).'/src/Service/Demande/DeclineDemande.php';
  642.         return $this->services['App\\Service\\Demande\\DeclineDemande'] = new \App\Service\Demande\DeclineDemande(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService()));
  643.     }
  644.     /**
  645.      * Gets the public 'App\Service\Demande\ListDemandes' shared autowired service.
  646.      *
  647.      * @return \App\Service\Demande\ListDemandes
  648.      */
  649.     protected function getListDemandesService()
  650.     {
  651.         include_once \dirname(__DIR__4).'/src/Service/Demande/ListDemandes.php';
  652.         return $this->services['App\\Service\\Demande\\ListDemandes'] = new \App\Service\Demande\ListDemandes(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  653.     }
  654.     /**
  655.      * Gets the public 'App\Service\Demande\MesDemandes' shared autowired service.
  656.      *
  657.      * @return \App\Service\Demande\MesDemandes
  658.      */
  659.     protected function getMesDemandesService()
  660.     {
  661.         include_once \dirname(__DIR__4).'/src/Service/Demande/MesDemandes.php';
  662.         return $this->services['App\\Service\\Demande\\MesDemandes'] = new \App\Service\Demande\MesDemandes(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  663.     }
  664.     /**
  665.      * Gets the public 'App\Service\User\ResetPasswordService' shared autowired service.
  666.      *
  667.      * @return \App\Service\User\ResetPasswordService
  668.      */
  669.     protected function getResetPasswordServiceService()
  670.     {
  671.         include_once \dirname(__DIR__4).'/src/Service/User/ResetPasswordService.php';
  672.         return $this->services['App\\Service\\User\\ResetPasswordService'] = new \App\Service\User\ResetPasswordService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  673.     }
  674.     /**
  675.      * Gets the public 'App\Service\User\SetNewPasswordService' shared autowired service.
  676.      *
  677.      * @return \App\Service\User\SetNewPasswordService
  678.      */
  679.     protected function getSetNewPasswordServiceService()
  680.     {
  681.         include_once \dirname(__DIR__4).'/src/Service/User/SetNewPasswordService.php';
  682.         return $this->services['App\\Service\\User\\SetNewPasswordService'] = new \App\Service\User\SetNewPasswordService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  683.     }
  684.     /**
  685.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  686.      *
  687.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  688.      */
  689.     protected function getRedirectControllerService()
  690.     {
  691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  692.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  693.     }
  694.     /**
  695.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  696.      *
  697.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  698.      */
  699.     protected function getTemplateControllerService()
  700.     {
  701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  702.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()));
  703.     }
  704.     /**
  705.      * Gets the public 'api_platform.action.documentation' shared service.
  706.      *
  707.      * @return \ApiPlatform\Core\Documentation\Action\DocumentationAction
  708.      */
  709.     protected function getApiPlatform_Action_DocumentationService()
  710.     {
  711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  712.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Core\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions']);
  713.     }
  714.     /**
  715.      * Gets the public 'api_platform.action.entrypoint' shared service.
  716.      *
  717.      * @return \ApiPlatform\Core\Action\EntrypointAction
  718.      */
  719.     protected function getApiPlatform_Action_EntrypointService()
  720.     {
  721.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  722.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Core\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  723.     }
  724.     /**
  725.      * Gets the public 'api_platform.action.exception' shared service.
  726.      *
  727.      * @return \ApiPlatform\Core\Action\ExceptionAction
  728.      */
  729.     protected function getApiPlatform_Action_ExceptionService()
  730.     {
  731.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  732.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Core\Action\ExceptionAction(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  733.     }
  734.     /**
  735.      * Gets the public 'api_platform.action.not_found' shared service.
  736.      *
  737.      * @return \ApiPlatform\Core\Action\NotFoundAction
  738.      */
  739.     protected function getApiPlatform_Action_NotFoundService()
  740.     {
  741.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  742.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Core\Action\NotFoundAction();
  743.     }
  744.     /**
  745.      * Gets the public 'api_platform.action.placeholder' shared service.
  746.      *
  747.      * @return \ApiPlatform\Core\Action\PlaceholderAction
  748.      */
  749.     protected function getApiPlatform_Action_PlaceholderService()
  750.     {
  751.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  752.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Core\Action\PlaceholderAction();
  753.     }
  754.     /**
  755.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  756.      *
  757.      * @return \ApiPlatform\Core\JsonLd\Action\ContextAction
  758.      */
  759.     protected function getApiPlatform_Jsonld_Action_ContextService()
  760.     {
  761.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  762.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\Core\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($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()));
  763.     }
  764.     /**
  765.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  766.      *
  767.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  768.      */
  769.     protected function getApiPlatform_Swagger_Action_UiService()
  770.     {
  771.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  772.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($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->services['serializer'] ?? $this->getSerializerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), '''''0.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], truetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions']);
  773.     }
  774.     /**
  775.      * Gets the public 'cache.app' shared service.
  776.      *
  777.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  778.      */
  779.     protected function getCache_AppService()
  780.     {
  781.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2c9tqZSwI6'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  782.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  783.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  784.     }
  785.     /**
  786.      * Gets the public 'cache.app_clearer' shared service.
  787.      *
  788.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  789.      */
  790.     protected function getCache_AppClearerService()
  791.     {
  792.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  794.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  795.     }
  796.     /**
  797.      * Gets the public 'cache.global_clearer' shared service.
  798.      *
  799.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  800.      */
  801.     protected function getCache_GlobalClearerService()
  802.     {
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  805.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService())]);
  806.     }
  807.     /**
  808.      * Gets the public 'cache.system' shared service.
  809.      *
  810.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  811.      */
  812.     protected function getCache_SystemService()
  813.     {
  814.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k7IGk4bDEB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  815.     }
  816.     /**
  817.      * Gets the public 'cache.system_clearer' shared service.
  818.      *
  819.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  820.      */
  821.     protected function getCache_SystemClearerService()
  822.     {
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  825.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService())]);
  826.     }
  827.     /**
  828.      * Gets the public 'cache_clearer' shared service.
  829.      *
  830.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  831.      */
  832.     protected function getCacheClearerService()
  833.     {
  834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  836.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  837.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  838.         }, 1));
  839.     }
  840.     /**
  841.      * Gets the public 'cache_warmer' shared service.
  842.      *
  843.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  844.      */
  845.     protected function getCacheWarmerService()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  849.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  850.             yield => ($this->privates['api_platform.cache_warmer.cache_pool_clearer'] ?? $this->getApiPlatform_CacheWarmer_CachePoolClearerService());
  851.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  852.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  853.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  854.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  855.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  856.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  857.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  858.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  859.     }
  860.     /**
  861.      * Gets the public 'console.command.public_alias.api_platform.json_schema.json_schema_generate_command' shared service.
  862.      *
  863.      * @return \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand
  864.      */
  865.     protected function getConsole_Command_PublicAlias_ApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  866.     {
  867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  868.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  869.         return $this->services['console.command.public_alias.api_platform.json_schema.json_schema_generate_command'] = new \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  870.     }
  871.     /**
  872.      * Gets the public 'console.command.public_alias.api_platform.swagger.command.swagger_command' shared service.
  873.      *
  874.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  875.      */
  876.     protected function getConsole_Command_PublicAlias_ApiPlatform_Swagger_Command_SwaggerCommandService()
  877.     {
  878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  879.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  880.         return $this->services['console.command.public_alias.api_platform.swagger.command.swagger_command'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions']);
  881.     }
  882.     /**
  883.      * Gets the public 'console.command_loader' shared service.
  884.      *
  885.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  886.      */
  887.     protected function getConsole_CommandLoaderService()
  888.     {
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  891.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  892.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  893.             'App\\Command\\CreateUsersDemandesTestCommand' => ['privates''App\\Command\\CreateUsersDemandesTestCommand''getCreateUsersDemandesTestCommandService'false],
  894.             'App\\Command\\LoadUsersToDbCommand' => ['privates''App\\Command\\LoadUsersToDbCommand''getLoadUsersToDbCommandService'false],
  895.             'App\\Command\\UpdateUserCommand' => ['privates''App\\Command\\UpdateUserCommand''getUpdateUserCommandService'false],
  896.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  897.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  898.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  899.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  900.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  901.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  902.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  903.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  904.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  905.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  906.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  907.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  908.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  909.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  910.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  911.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  912.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  913.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  914.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  915.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  916.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  917.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  918.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  919.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  920.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  921.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  922.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  923.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  924.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  925.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  926.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  927.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  928.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  929.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  930.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  931.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  932.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  933.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  934.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  935.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  936.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  937.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  938.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  939.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  940.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  941.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  942.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  943.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  944.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  945.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  946.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  947.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  948.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  949.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  950.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  951.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  952.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  953.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  954.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  955.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  956.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  957.             'lexik_jwt_authentication.check_config_command' => ['services''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  958.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  959.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  960.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  961.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  962.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  963.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  964.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  965.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  966.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  967.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  968.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  969.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  970.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  971.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  972.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  973.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  974.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  975.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  976.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  977.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  978.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  979.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  980.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  981.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  982.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  983.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  984.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  985.         ], [
  986.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  987.             'App\\Command\\CreateUsersDemandesTestCommand' => 'App\\Command\\CreateUsersDemandesTestCommand',
  988.             'App\\Command\\LoadUsersToDbCommand' => 'App\\Command\\LoadUsersToDbCommand',
  989.             'App\\Command\\UpdateUserCommand' => 'App\\Command\\UpdateUserCommand',
  990.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  991.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  992.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  993.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  994.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  995.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  996.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  997.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  998.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  999.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1000.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1001.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1002.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1003.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1004.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1005.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1006.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1007.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1008.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1009.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1010.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1011.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1012.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1013.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1014.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1015.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1016.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1017.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1018.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1019.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1020.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1021.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1022.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1023.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1024.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1025.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1026.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1027.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1028.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1029.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1030.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1031.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1032.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1033.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1034.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1035.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1036.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1037.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1038.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1039.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1040.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1041.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1042.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1043.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1044.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1045.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1046.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1047.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1048.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1049.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1050.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1051.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1052.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1053.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1054.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1055.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1056.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1057.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1058.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1059.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1060.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1061.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1062.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1063.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1064.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1065.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1066.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1067.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1068.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1069.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1070.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1071.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1072.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1073.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1074.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1075.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1076.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1077.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1078.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1079.         ]), ['app:create-user' => 'App\\Command\\CreateUserCommand''test:prepare' => 'App\\Command\\CreateUsersDemandesTestCommand''app:load-users-todb' => 'App\\Command\\LoadUsersToDbCommand''app:update-user' => 'App\\Command\\UpdateUserCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1080.     }
  1081.     /**
  1082.      * Gets the public 'container.env_var_processors_locator' shared service.
  1083.      *
  1084.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1085.      */
  1086.     protected function getContainer_EnvVarProcessorsLocatorService()
  1087.     {
  1088.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1089.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1090.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1091.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1092.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1093.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1094.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1095.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1096.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1097.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1098.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1099.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1100.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1101.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1102.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1103.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1104.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1105.         ], [
  1106.             'base64' => '?',
  1107.             'bool' => '?',
  1108.             'const' => '?',
  1109.             'csv' => '?',
  1110.             'default' => '?',
  1111.             'file' => '?',
  1112.             'float' => '?',
  1113.             'int' => '?',
  1114.             'json' => '?',
  1115.             'key' => '?',
  1116.             'query_string' => '?',
  1117.             'require' => '?',
  1118.             'resolve' => '?',
  1119.             'string' => '?',
  1120.             'trim' => '?',
  1121.             'url' => '?',
  1122.         ]);
  1123.     }
  1124.     /**
  1125.      * Gets the public 'data_collector.dump' shared service.
  1126.      *
  1127.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1128.      */
  1129.     protected function getDataCollector_DumpService()
  1130.     {
  1131.         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()));
  1132.     }
  1133.     /**
  1134.      * Gets the public 'doctrine' shared service.
  1135.      *
  1136.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1137.      */
  1138.     protected function getDoctrineService()
  1139.     {
  1140.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1141.     }
  1142.     /**
  1143.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1144.      *
  1145.      * @return \Doctrine\DBAL\Connection
  1146.      */
  1147.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1148.     {
  1149.         $a = new \Doctrine\DBAL\Configuration();
  1150.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1151.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1152.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1154.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1155.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1156.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1157.         ], [
  1158.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1159.         ]));
  1160.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1161.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1162.     }
  1163.     /**
  1164.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1165.      *
  1166.      * @return \Doctrine\ORM\EntityManager
  1167.      */
  1168.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1169.     {
  1170.         $a = new \Doctrine\ORM\Configuration();
  1171.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1172.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1173.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1174.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1175.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1176.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1177.         $a->setMetadataDriverImpl($b);
  1178.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1179.         $a->setProxyNamespace('Proxies');
  1180.         $a->setAutoGenerateProxyClasses(true);
  1181.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1182.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1183.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1184.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1185.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1186.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1187.             'App\\Repository\\DayoffRepository' => ['privates''App\\Repository\\DayoffRepository''getDayoffRepositoryService'false],
  1188.             'App\\Repository\\DemandeRepository' => ['privates''App\\Repository\\DemandeRepository''getDemandeRepositoryService'false],
  1189.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1190.         ], [
  1191.             'App\\Repository\\DayoffRepository' => '?',
  1192.             'App\\Repository\\DemandeRepository' => '?',
  1193.             'App\\Repository\\UserRepository' => '?',
  1194.         ])));
  1195.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1196.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1197.         return $instance;
  1198.     }
  1199.     /**
  1200.      * Gets the public 'error_controller' shared service.
  1201.      *
  1202.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1203.      */
  1204.     protected function getErrorControllerService()
  1205.     {
  1206.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1211.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1212.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1213.     }
  1214.     /**
  1215.      * Gets the public 'event_dispatcher' shared service.
  1216.      *
  1217.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1218.      */
  1219.     protected function getEventDispatcherService()
  1220.     {
  1221.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1222.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1223.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1224.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1225.         $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())));
  1226.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1227.             return ($this->privates['app_api.event.jwt_created_listener'] ?? $this->getAppApi_Event_JwtCreatedListenerService());
  1228.         }, => 'onJWTCreated'], 0);
  1229.         $instance->addListener('kernel.controller', [=> function () {
  1230.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1231.         }, => 'onKernelController'], 0);
  1232.         $instance->addListener('kernel.request', [=> function () {
  1233.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1234.         }, => 'onKernelRequest'], 250);
  1235.         $instance->addListener('kernel.response', [=> function () {
  1236.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1237.         }, => 'onKernelResponse'], 0);
  1238.         $instance->addListener('kernel.response', [=> function () {
  1239.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1240.         }, => 'onResponse'], 0);
  1241.         $instance->addListener('kernel.request', [=> function () {
  1242.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1243.         }, => 'onKernelRequest'], 7);
  1244.         $instance->addListener('kernel.request', [=> function () {
  1245.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1246.         }, => 'onKernelRequest'], 4);
  1247.         $instance->addListener('kernel.view', [=> function () {
  1248.             return ($this->privates['api_platform.listener.view.write'] ?? $this->getApiPlatform_Listener_View_WriteService());
  1249.         }, => 'onKernelView'], 32);
  1250.         $instance->addListener('kernel.request', [=> function () {
  1251.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1252.         }, => 'onKernelRequest'], 2);
  1253.         $instance->addListener('kernel.view', [=> function () {
  1254.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  1255.         }, => 'onKernelView'], 16);
  1256.         $instance->addListener('kernel.view', [=> function () {
  1257.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  1258.         }, => 'onKernelView'], 8);
  1259.         $instance->addListener('kernel.exception', [=> function () {
  1260.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  1261.         }, => 'onKernelException'], 0);
  1262.         $instance->addListener('kernel.exception', [=> function () {
  1263.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  1264.         }, => 'onKernelException'], -96);
  1265.         $instance->addListener('kernel.request', [=> function () {
  1266.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1267.         }, => 'onKernelRequest'], 0);
  1268.         $instance->addListener('kernel.response', [=> function () {
  1269.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1270.         }, => 'onKernelResponse'], 0);
  1271.         $instance->addListener('kernel.response', [=> function () {
  1272.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1273.         }, => 'onKernelResponse'], -1);
  1274.         $instance->addListener('kernel.view', [=> function () {
  1275.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  1276.         }, => 'onKernelView'], 64);
  1277.         $instance->addListener('kernel.request', [=> function () {
  1278.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1279.         }, => 'onKernelRequest'], 16);
  1280.         $instance->addListener('kernel.request', [=> function () {
  1281.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1282.         }, => 'onSecurity'], 3);
  1283.         $instance->addListener('kernel.request', [=> function () {
  1284.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1285.         }, => 'onSecurityPostDenormalize'], 1);
  1286.         $instance->addListener('console.command', [=> function () {
  1287.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  1288.         }, => 'onConsoleCommand'], 1);
  1289.         $instance->addListener('console.error', [=> function () {
  1290.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  1291.         }, => 'onConsoleError'], 128);
  1292.         $instance->addListener('kernel.exception', [=> function () {
  1293.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  1294.         }, => 'onException'], 128);
  1295.         $instance->addListener('kernel.request', [=> function () {
  1296.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1297.         }, => 'onKernelRequest'], 1);
  1298.         $instance->addListener('kernel.controller', [=> function () {
  1299.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1300.         }, => 'onKernelController'], 1);
  1301.         $instance->addListener('kernel.request', [=> function () {
  1302.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  1303.         }, => 'onKernelRequest'], 1);
  1304.         $instance->addListener('kernel.finish_request', [=> function () {
  1305.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  1306.         }, => 'onKernelFinishRequest'], 1);
  1307.         $instance->addListener('kernel.view', [=> function () {
  1308.             return ($this->privates['App\\EventSubscriber\\DemandeSubscriber'] ?? $this->getDemandeSubscriberService());
  1309.         }, => 'onPostDemande'], 31);
  1310.         $instance->addListener('kernel.view', [=> function () {
  1311.             return ($this->privates['App\\EventSubscriber\\DemandeSubscriber'] ?? $this->getDemandeSubscriberService());
  1312.         }, => 'onUpdateDemande'], 31);
  1313.         $instance->addListener('kernel.response', [=> function () {
  1314.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1315.         }, => 'onKernelResponse'], 0);
  1316.         $instance->addListener('kernel.response', [=> function () {
  1317.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1318.         }, => 'onKernelResponse'], -1024);
  1319.         $instance->addListener('kernel.request', [=> function () {
  1320.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1321.         }, => 'setDefaultLocale'], 100);
  1322.         $instance->addListener('kernel.request', [=> function () {
  1323.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1324.         }, => 'onKernelRequest'], 16);
  1325.         $instance->addListener('kernel.finish_request', [=> function () {
  1326.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1327.         }, => 'onKernelFinishRequest'], 0);
  1328.         $instance->addListener('kernel.request', [=> function () {
  1329.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1330.         }, => 'onKernelRequest'], 256);
  1331.         $instance->addListener('kernel.response', [=> function () {
  1332.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1333.         }, => 'onResponse'], -255);
  1334.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1335.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1336.         }, => 'onControllerArguments'], 0);
  1337.         $instance->addListener('kernel.exception', [=> function () {
  1338.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1339.         }, => 'logKernelException'], 0);
  1340.         $instance->addListener('kernel.exception', [=> function () {
  1341.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1342.         }, => 'onKernelException'], -128);
  1343.         $instance->addListener('kernel.request', [=> function () {
  1344.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1345.         }, => 'onKernelRequest'], 15);
  1346.         $instance->addListener('kernel.finish_request', [=> function () {
  1347.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1348.         }, => 'onKernelFinishRequest'], -15);
  1349.         $instance->addListener('console.error', [=> function () {
  1350.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1351.         }, => 'onConsoleError'], -128);
  1352.         $instance->addListener('console.terminate', [=> function () {
  1353.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1354.         }, => 'onConsoleTerminate'], -128);
  1355.         $instance->addListener('console.error', [=> function () {
  1356.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1357.         }, => 'onConsoleError'], 0);
  1358.         $instance->addListener('kernel.request', [=> function () {
  1359.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1360.         }, => 'onKernelRequest'], 128);
  1361.         $instance->addListener('kernel.response', [=> function () {
  1362.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1363.         }, => 'onKernelResponse'], -1000);
  1364.         $instance->addListener('kernel.finish_request', [=> function () {
  1365.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1366.         }, => 'onFinishRequest'], 0);
  1367.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1368.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1369.         }, => 'onMessage'], -255);
  1370.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1371.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1372.         }, => 'onMessage'], -255);
  1373.         $instance->addListener('kernel.response', [=> function () {
  1374.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1375.         }, => 'onKernelResponse'], -100);
  1376.         $instance->addListener('kernel.exception', [=> function () {
  1377.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1378.         }, => 'onKernelException'], 0);
  1379.         $instance->addListener('kernel.terminate', [=> function () {
  1380.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1381.         }, => 'onKernelTerminate'], -1024);
  1382.         $instance->addListener('kernel.controller', [=> function () {
  1383.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1384.         }, => 'onKernelController'], 0);
  1385.         $instance->addListener('kernel.response', [=> function () {
  1386.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1387.         }, => 'onKernelResponse'], 0);
  1388.         $instance->addListener('kernel.request', [=> function () {
  1389.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1390.         }, => 'configure'], 2048);
  1391.         $instance->addListener('console.command', [=> function () {
  1392.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1393.         }, => 'configure'], 2048);
  1394.         $instance->addListener('kernel.request', [=> function () {
  1395.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1396.         }, => 'onKernelRequest'], 32);
  1397.         $instance->addListener('kernel.finish_request', [=> function () {
  1398.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1399.         }, => 'onKernelFinishRequest'], 0);
  1400.         $instance->addListener('kernel.exception', [=> function () {
  1401.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1402.         }, => 'onKernelException'], -64);
  1403.         $instance->addListener('kernel.response', [=> function () {
  1404.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1405.         }, => 'onKernelResponse'], 0);
  1406.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1407.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1408.         }, => 'onMessage'], 0);
  1409.         $instance->addListener('kernel.response', [=> function () {
  1410.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1411.         }, => 'onKernelResponse'], -128);
  1412.         $instance->addListener('console.command', [=> function () {
  1413.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1414.         }, => 'onCommand'], 255);
  1415.         $instance->addListener('console.terminate', [=> function () {
  1416.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1417.         }, => 'onTerminate'], -255);
  1418.         $instance->addListener('console.command', [=> function () {
  1419.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1420.         }, => 'configure'], 1024);
  1421.         $instance->addListener('kernel.controller', [=> function () {
  1422.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1423.         }, => 'onKernelController'], 0);
  1424.         $instance->addListener('kernel.controller', [=> function () {
  1425.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1426.         }, => 'onKernelController'], 0);
  1427.         $instance->addListener('kernel.controller', [=> function () {
  1428.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1429.         }, => 'onKernelController'], -128);
  1430.         $instance->addListener('kernel.view', [=> function () {
  1431.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1432.         }, => 'onKernelView'], 0);
  1433.         $instance->addListener('kernel.controller', [=> function () {
  1434.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1435.         }, => 'onKernelController'], 0);
  1436.         $instance->addListener('kernel.response', [=> function () {
  1437.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1438.         }, => 'onKernelResponse'], 0);
  1439.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1440.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1441.         }, => 'onKernelControllerArguments'], 0);
  1442.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1443.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1444.         }, => 'onKernelControllerArguments'], 0);
  1445.         $instance->addListener('kernel.response', [=> function () {
  1446.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1447.         }, => 'onKernelResponse'], 0);
  1448.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1449.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1450.         }, => 'onVoterVote'], 0);
  1451.         $instance->addListener('kernel.request', [=> function () {
  1452.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1453.         }, => 'configureLogoutUrlGenerator'], 8);
  1454.         $instance->addListener('kernel.request', [=> function () {
  1455.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1456.         }, => 'onKernelRequest'], 8);
  1457.         $instance->addListener('kernel.finish_request', [=> function () {
  1458.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1459.         }, => 'onKernelFinishRequest'], 0);
  1460.         $instance->addListener('console.error', [=> function () {
  1461.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1462.         }, => 'onConsoleError'], 0);
  1463.         $instance->addListener('console.terminate', [=> function () {
  1464.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1465.         }, => 'onConsoleTerminate'], 0);
  1466.         return $instance;
  1467.     }
  1468.     /**
  1469.      * Gets the public 'filesystem' shared service.
  1470.      *
  1471.      * @return \Symfony\Component\Filesystem\Filesystem
  1472.      */
  1473.     protected function getFilesystemService()
  1474.     {
  1475.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1476.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1477.     }
  1478.     /**
  1479.      * Gets the public 'form.factory' shared service.
  1480.      *
  1481.      * @return \Symfony\Component\Form\FormFactory
  1482.      */
  1483.     protected function getForm_FactoryService()
  1484.     {
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1487.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1488.     }
  1489.     /**
  1490.      * Gets the public 'form.type.file' shared service.
  1491.      *
  1492.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1493.      */
  1494.     protected function getForm_Type_FileService()
  1495.     {
  1496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1499.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1500.     }
  1501.     /**
  1502.      * Gets the public 'http_kernel' shared service.
  1503.      *
  1504.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1505.      */
  1506.     protected function getHttpKernelService()
  1507.     {
  1508.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1509.         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 () {
  1510.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1511.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1512.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1513.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1514.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1515.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1516.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1517.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1518.         }, 8)), $a));
  1519.     }
  1520.     /**
  1521.      * Gets the public 'lexik_jwt_authentication.check_config_command' shared service.
  1522.      *
  1523.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  1524.      */
  1525.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  1526.     {
  1527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  1529.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1533.         $this->services['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__4).'/config/jwt/private.pem'), (\dirname(__DIR__4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE')))), 'RS256');
  1534.         $instance->setName('lexik:jwt:check-config');
  1535.         return $instance;
  1536.     }
  1537.     /**
  1538.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  1539.      *
  1540.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  1541.      */
  1542.     protected function getLexikJwtAuthentication_EncoderService()
  1543.     {
  1544.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1552.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1553.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__4).'/config/jwt/private.pem'), (\dirname(__DIR__4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE')))), 'openssl''RS256'360000));
  1554.     }
  1555.     /**
  1556.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  1557.      *
  1558.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  1559.      */
  1560.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  1561.     {
  1562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  1564.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  1565.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  1566.         }, 1));
  1567.         $instance->setName('lexik:jwt:generate-token');
  1568.         return $instance;
  1569.     }
  1570.     /**
  1571.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  1572.      *
  1573.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  1574.      */
  1575.     protected function getLexikJwtAuthentication_JwtManagerService()
  1576.     {
  1577.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  1580.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  1581.         $instance->setUserIdentityField('username');
  1582.         return $instance;
  1583.     }
  1584.     /**
  1585.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  1586.      *
  1587.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  1588.      */
  1589.     protected function getLexikJwtAuthentication_KeyLoaderService()
  1590.     {
  1591.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1592.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1593.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1594.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1595.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__4).'/config/jwt/private.pem'), (\dirname(__DIR__4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE'));
  1596.     }
  1597.     /**
  1598.      * Gets the public 'profiler' shared service.
  1599.      *
  1600.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1601.      */
  1602.     protected function getProfilerService()
  1603.     {
  1604.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1605.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1606.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1607.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1608.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1609.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1610.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1611.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1612.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1613.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1614.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1615.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1616.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1617.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1618.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1619.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1620.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1621.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1622.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1623.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1624.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1625.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1626.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1627.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  1628.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1629.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1630.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1631.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1632.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1633.         if ($this->has('kernel')) {
  1634.             $g->setKernel($b);
  1635.         }
  1636.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1637.         $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())));
  1638.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1639.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1640.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1641.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1642.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1643.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1644.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1645.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1646.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1647.         $instance->add($d);
  1648.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1649.         $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())));
  1650.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1651.         $instance->add($e);
  1652.         $instance->add($f);
  1653.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1654.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1655.         $instance->add($g);
  1656.         return $instance;
  1657.     }
  1658.     /**
  1659.      * Gets the public 'request_stack' shared service.
  1660.      *
  1661.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1662.      */
  1663.     protected function getRequestStackService()
  1664.     {
  1665.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1666.     }
  1667.     /**
  1668.      * Gets the public 'router' shared service.
  1669.      *
  1670.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1671.      */
  1672.     protected function getRouterService()
  1673.     {
  1674.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1675.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1676.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1677.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1678.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1679.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1680.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1681.         ], [
  1682.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1683.         ]))->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'fr');
  1684.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1685.         return $instance;
  1686.     }
  1687.     /**
  1688.      * Gets the public 'routing.loader' shared service.
  1689.      *
  1690.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1691.      */
  1692.     protected function getRouting_LoaderService()
  1693.     {
  1694.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1695.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1696.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1698.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1700.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1701.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/ApiLoader.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1716.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1717.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  1718.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b);
  1719.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1720.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c));
  1721.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c));
  1722.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c));
  1723.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c));
  1724.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c));
  1725.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1726.             'kernel' => ['services''kernel''getKernelService'false],
  1727.         ], [
  1728.             'kernel' => 'App\\Kernel',
  1729.         ])));
  1730.         $a->addLoader(new \ApiPlatform\Core\Bridge\Symfony\Routing\ApiLoader($b, ($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.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), falsetruetruefalsefalse));
  1731.         $a->addLoader($d);
  1732.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  1733.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  1734.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true]);
  1735.     }
  1736.     /**
  1737.      * Gets the public 'security.authentication_utils' shared service.
  1738.      *
  1739.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1740.      */
  1741.     protected function getSecurity_AuthenticationUtilsService()
  1742.     {
  1743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1744.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1745.     }
  1746.     /**
  1747.      * Gets the public 'security.authorization_checker' shared service.
  1748.      *
  1749.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1750.      */
  1751.     protected function getSecurity_AuthorizationCheckerService()
  1752.     {
  1753.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1754.     }
  1755.     /**
  1756.      * Gets the public 'security.csrf.token_manager' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1759.      */
  1760.     protected function getSecurity_Csrf_TokenManagerService()
  1761.     {
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1769.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1770.     }
  1771.     /**
  1772.      * Gets the public 'security.password_encoder' shared service.
  1773.      *
  1774.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1775.      */
  1776.     protected function getSecurity_PasswordEncoderService()
  1777.     {
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1780.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1781.     }
  1782.     /**
  1783.      * Gets the public 'security.token_storage' shared service.
  1784.      *
  1785.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1786.      */
  1787.     protected function getSecurity_TokenStorageService()
  1788.     {
  1789.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1790.             'session' => ['services''session''getSessionService'false],
  1791.         ], [
  1792.             'session' => '?',
  1793.         ]));
  1794.     }
  1795.     /**
  1796.      * Gets the public 'serializer' shared service.
  1797.      *
  1798.      * @return \Symfony\Component\Serializer\Serializer
  1799.      */
  1800.     protected function getSerializerService()
  1801.     {
  1802.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1803.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1804.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1805.         $d = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1806.         $e = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1807.         $f = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1808.         $g = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($a$b$c, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($d, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $e), NULL$fNULLfalse'oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], [], $etrue'page'true'itemsPerPage'$this->parameters['api_platform.formats'], true'pagination', [], $this->parameters['api_platform.swagger.versions']));
  1809.         $h = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1810.         $i = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1811.         $j = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  1812.         $k = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1813.         $l = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1814.         $m = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1815.         $n = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($m$h$l, ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($m), NULL, []);
  1816.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> $g=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($d, [], $h), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $h), => $g=> new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($a$b$c$iNULL$d$e$h), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($a$j$d), => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($dtrue), => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($a$b$c$j$i$k$l$h$m, [], new RewindableGenerator(function () {
  1817.             return new \EmptyIterator();
  1818.         }, 0), false), 10 => new \ApiPlatform\Core\Serializer\ItemNormalizer($b$c$j$i$l$h$m, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  1819.             return new \EmptyIterator();
  1820.         }, 0), $afalse), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $h), 14 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 17 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($k$i$j), 'page''pagination'$a$l), $a$i$f), 18 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 19 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($n$j$k), 20 => $n], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  1821.     }
  1822.     /**
  1823.      * Gets the public 'services_resetter' shared service.
  1824.      *
  1825.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1826.      */
  1827.     protected function getServicesResetterService()
  1828.     {
  1829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1830.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1831.             if (isset($this->services['cache.app'])) {
  1832.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1833.             }
  1834.             if (isset($this->services['cache.system'])) {
  1835.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1836.             }
  1837.             if (isset($this->privates['cache.validator'])) {
  1838.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1839.             }
  1840.             if (isset($this->privates['cache.serializer'])) {
  1841.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1842.             }
  1843.             if (isset($this->privates['cache.annotations'])) {
  1844.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1845.             }
  1846.             if (isset($this->privates['cache.property_info'])) {
  1847.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1848.             }
  1849.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1850.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1851.             }
  1852.             if (isset($this->services['profiler'])) {
  1853.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1854.             }
  1855.             if (isset($this->services['validator'])) {
  1856.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1857.             }
  1858.             if (isset($this->privates['debug.stopwatch'])) {
  1859.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1860.             }
  1861.             if (isset($this->services['event_dispatcher'])) {
  1862.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1863.             }
  1864.             if (isset($this->privates['monolog.handler.main'])) {
  1865.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1866.             }
  1867.             if (isset($this->privates['monolog.handler.console'])) {
  1868.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1869.             }
  1870.             if (isset($this->services['doctrine'])) {
  1871.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1872.             }
  1873.             if (isset($this->privates['form.type.entity'])) {
  1874.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1875.             }
  1876.             if (isset($this->services['security.token_storage'])) {
  1877.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1878.             }
  1879.             if (isset($this->privates['cache.security_expression_language'])) {
  1880.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1881.             }
  1882.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  1883.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  1884.             }
  1885.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  1886.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  1887.             }
  1888.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  1889.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  1890.             }
  1891.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  1892.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  1893.             }
  1894.             if (isset($this->privates['api_platform.cache.metadata.property'])) {
  1895.                 yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? null);
  1896.             }
  1897.         }, function () {
  1898.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.property']));
  1899.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.property' => [=> 'reset']]);
  1900.     }
  1901.     /**
  1902.      * Gets the public 'session' shared service.
  1903.      *
  1904.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1905.      */
  1906.     protected function getSessionService()
  1907.     {
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1909.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1910.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1911.     }
  1912.     /**
  1913.      * Gets the public 'translator' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1916.      */
  1917.     protected function getTranslatorService()
  1918.     {
  1919.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1920.     }
  1921.     /**
  1922.      * Gets the public 'twig' shared service.
  1923.      *
  1924.      * @return \Twig\Environment
  1925.      */
  1926.     protected function getTwigService()
  1927.     {
  1928.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1929.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1930.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1931.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1932.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1933.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1934.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1935.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1936.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1937.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1938.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1939.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1940.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1941.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1942.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1943.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1944.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1945.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1946.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1947.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1948.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1949.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1950.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1951.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1952.         $f->setEnvironment('dev');
  1953.         $f->setDebug(true);
  1954.         if ($this->has('security.token_storage')) {
  1955.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1956.         }
  1957.         if ($this->has('request_stack')) {
  1958.             $f->setRequestStack($c);
  1959.         }
  1960.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1961.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1962.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1963.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1964.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  1965.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1966.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1967.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1968.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1969.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1970.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1971.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1972.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1973.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1974.         $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())));
  1975.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1976.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1977.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1978.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1979.         $instance->addGlobal('app'$f);
  1980.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1981.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1982.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1983.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1984.         ], [
  1985.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1986.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1987.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1988.         ])));
  1989.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  1990.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  1991.         $instance->registerUndefinedTokenParserCallback([=> $g=> 'suggestTag']);
  1992.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1993.         return $instance;
  1994.     }
  1995.     /**
  1996.      * Gets the public 'validator' shared service.
  1997.      *
  1998.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1999.      */
  2000.     protected function getValidatorService()
  2001.     {
  2002.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2003.     }
  2004.     /**
  2005.      * Gets the public 'var_dumper.cloner' shared service.
  2006.      *
  2007.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2008.      */
  2009.     protected function getVarDumper_ClonerService()
  2010.     {
  2011.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2012.         $instance->setMaxItems(2500);
  2013.         $instance->setMinDepth(1);
  2014.         $instance->setMaxString(-1);
  2015.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2016.         return $instance;
  2017.     }
  2018.     /**
  2019.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2020.      *
  2021.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2022.      */
  2023.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2024.     {
  2025.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2026.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2027.     }
  2028.     /**
  2029.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2030.      *
  2031.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2032.      */
  2033.     protected function getWebProfiler_Controller_ProfilerService()
  2034.     {
  2035.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2036.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2037.     }
  2038.     /**
  2039.      * Gets the public 'web_profiler.controller.router' shared service.
  2040.      *
  2041.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2042.      */
  2043.     protected function getWebProfiler_Controller_RouterService()
  2044.     {
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2046.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  2047.     }
  2048.     /**
  2049.      * Gets the private '.debug.http_client' shared service.
  2050.      *
  2051.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2052.      */
  2053.     protected function get_Debug_HttpClientService()
  2054.     {
  2055.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2056.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2057.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2058.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2059.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2060.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2061.         $a->setLogger($b);
  2062.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2063.     }
  2064.     /**
  2065.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  2066.      *
  2067.      * @return \App\Command\CreateUserCommand
  2068.      */
  2069.     protected function getCreateUserCommandService()
  2070.     {
  2071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2072.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  2073.         $this->privates['App\\Command\\CreateUserCommand'] = $instance = new \App\Command\CreateUserCommand(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  2074.         $instance->setName('app:create-user');
  2075.         return $instance;
  2076.     }
  2077.     /**
  2078.      * Gets the private 'App\Command\CreateUsersDemandesTestCommand' shared autowired service.
  2079.      *
  2080.      * @return \App\Command\CreateUsersDemandesTestCommand
  2081.      */
  2082.     protected function getCreateUsersDemandesTestCommandService()
  2083.     {
  2084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2085.         include_once \dirname(__DIR__4).'/src/Command/CreateUsersDemandesTestCommand.php';
  2086.         $this->privates['App\\Command\\CreateUsersDemandesTestCommand'] = $instance = new \App\Command\CreateUsersDemandesTestCommand(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2087.         $instance->setName('test:prepare');
  2088.         return $instance;
  2089.     }
  2090.     /**
  2091.      * Gets the private 'App\Command\LoadUsersToDbCommand' shared autowired service.
  2092.      *
  2093.      * @return \App\Command\LoadUsersToDbCommand
  2094.      */
  2095.     protected function getLoadUsersToDbCommandService()
  2096.     {
  2097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2098.         include_once \dirname(__DIR__4).'/src/Command/LoadUsersToDbCommand.php';
  2099.         include_once \dirname(__DIR__4).'/src/Service/TimeTimeService.php';
  2100.         $this->privates['App\\Command\\LoadUsersToDbCommand'] = $instance = new \App\Command\LoadUsersToDbCommand(NULL, new \App\Service\TimeTimeService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
  2101.         $instance->setName('app:load-users-todb');
  2102.         return $instance;
  2103.     }
  2104.     /**
  2105.      * Gets the private 'App\Command\UpdateUserCommand' shared autowired service.
  2106.      *
  2107.      * @return \App\Command\UpdateUserCommand
  2108.      */
  2109.     protected function getUpdateUserCommandService()
  2110.     {
  2111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2112.         include_once \dirname(__DIR__4).'/src/Command/UpdateUserCommand.php';
  2113.         $this->privates['App\\Command\\UpdateUserCommand'] = $instance = new \App\Command\UpdateUserCommand(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  2114.         $instance->setName('app:update-user');
  2115.         return $instance;
  2116.     }
  2117.     /**
  2118.      * Gets the private 'App\EventSubscriber\DemandeSubscriber' shared autowired service.
  2119.      *
  2120.      * @return \App\EventSubscriber\DemandeSubscriber
  2121.      */
  2122.     protected function getDemandeSubscriberService()
  2123.     {
  2124.         include_once \dirname(__DIR__4).'/src/EventSubscriber/DemandeSubscriber.php';
  2125.         return $this->privates['App\\EventSubscriber\\DemandeSubscriber'] = new \App\EventSubscriber\DemandeSubscriber(($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2126.     }
  2127.     /**
  2128.      * Gets the private 'App\Filter\OrSearchFilter' shared autowired service.
  2129.      *
  2130.      * @return \App\Filter\OrSearchFilter
  2131.      */
  2132.     protected function getOrSearchFilterService()
  2133.     {
  2134.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  2141.         include_once \dirname(__DIR__4).'/src/Filter/OrSearchFilter.php';
  2142.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2143.         return $this->privates['App\\Filter\\OrSearchFilter'] = new \App\Filter\OrSearchFilter($aNULL$a, [], NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2144.     }
  2145.     /**
  2146.      * Gets the private 'App\Repository\DayoffRepository' shared autowired service.
  2147.      *
  2148.      * @return \App\Repository\DayoffRepository
  2149.      */
  2150.     protected function getDayoffRepositoryService()
  2151.     {
  2152.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2155.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2157.         include_once \dirname(__DIR__4).'/src/Repository/DayoffRepository.php';
  2158.         return $this->privates['App\\Repository\\DayoffRepository'] = new \App\Repository\DayoffRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2159.     }
  2160.     /**
  2161.      * Gets the private 'App\Repository\DemandeRepository' shared autowired service.
  2162.      *
  2163.      * @return \App\Repository\DemandeRepository
  2164.      */
  2165.     protected function getDemandeRepositoryService()
  2166.     {
  2167.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2172.         include_once \dirname(__DIR__4).'/src/Repository/DemandeRepository.php';
  2173.         return $this->privates['App\\Repository\\DemandeRepository'] = new \App\Repository\DemandeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2174.     }
  2175.     /**
  2176.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2177.      *
  2178.      * @return \App\Repository\UserRepository
  2179.      */
  2180.     protected function getUserRepositoryService()
  2181.     {
  2182.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2188.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2189.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2190.     }
  2191.     /**
  2192.      * Gets the private 'App\Service\MailerService' shared autowired service.
  2193.      *
  2194.      * @return \App\Service\MailerService
  2195.      */
  2196.     protected function getMailerServiceService()
  2197.     {
  2198.         include_once \dirname(__DIR__4).'/src/Service/MailerService.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  2202.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  2204.         return $this->privates['App\\Service\\MailerService'] = new \App\Service\MailerService(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2205.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->getMailer_TransportFactory_GmailService());
  2206.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  2207.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  2208.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  2209.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2210.     }
  2211.     /**
  2212.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2213.      *
  2214.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2215.      */
  2216.     protected function getManagerRegistryAwareConnectionProviderService()
  2217.     {
  2218.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  2219.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2220.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  2221.     }
  2222.     /**
  2223.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2224.      *
  2225.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2226.      */
  2227.     protected function getRunSqlCommandService()
  2228.     {
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2231.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  2232.         $instance->setName('dbal:run-sql');
  2233.         return $instance;
  2234.     }
  2235.     /**
  2236.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  2237.      *
  2238.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  2239.      */
  2240.     protected function getSentryTestCommandService()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  2244.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
  2245.         $instance->setName('sentry:test');
  2246.         return $instance;
  2247.     }
  2248.     /**
  2249.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  2250.      *
  2251.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  2252.      */
  2253.     protected function getConsoleListenerService()
  2254.     {
  2255.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  2256.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2257.     }
  2258.     /**
  2259.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  2260.      *
  2261.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  2262.      */
  2263.     protected function getErrorListenerService()
  2264.     {
  2265.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  2266.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2267.     }
  2268.     /**
  2269.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  2270.      *
  2271.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  2272.      */
  2273.     protected function getRequestListenerService()
  2274.     {
  2275.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2276.     }
  2277.     /**
  2278.      * Gets the private 'Sentry\State\HubInterface' shared service.
  2279.      *
  2280.      * @return \Sentry\State\Hub
  2281.      */
  2282.     protected function getHubInterfaceService()
  2283.     {
  2284.         $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\SentryBundle\SentryBundle::getCurrentHub();
  2285.         $a = new \Sentry\Options(['dsn' => $this->getEnv('SENTRY_DSN')]);
  2286.         $a->setEnvironment('dev');
  2287.         $a->setPrefixes([=> \dirname(__DIR__4), => '/usr/share/php']);
  2288.         $a->setRelease('dev-master@c507692');
  2289.         $a->setTags([]);
  2290.         $a->setInAppExcludedPaths([=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')]);
  2291.         $a->setInAppIncludedPaths([]);
  2292.         $a->setClassSerializers([]);
  2293.         $a->setIntegrations(\Sentry\SentryBundle\DependencyInjection\IntegrationFilterFactory::create([]));
  2294.         $b = new \Sentry\ClientBuilder($a);
  2295.         \Sentry\SentryBundle\DependencyInjection\ClientBuilderConfigurator::configure($b);
  2296.         $instance->bindClient($b->getClient());
  2297.         return $instance;
  2298.     }
  2299.     /**
  2300.      * Gets the private 'annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  2301.      *
  2302.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  2303.      */
  2304.     protected function getAnnotatedAppEntityDemandeApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  2305.     {
  2306.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  2307.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  2311.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  2312.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  2313.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  2314.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  2316.         return $this->privates['annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['datedebut' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  2317.     }
  2318.     /**
  2319.      * Gets the private 'annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' shared autowired service.
  2320.      *
  2321.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter
  2322.      */
  2323.     protected function getAnnotatedAppEntityDemandeApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  2327.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  2328.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  2329.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  2331.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  2332.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/NumericFilterTrait.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/NumericFilter.php';
  2334.         return $this->privates['annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_numeric_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['status' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  2335.     }
  2336.     /**
  2337.      * Gets the private 'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  2338.      *
  2339.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  2340.      */
  2341.     protected function getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  2342.     {
  2343.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  2344.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  2348.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  2352.         return $this->privates['annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isManager' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  2353.     }
  2354.     /**
  2355.      * Gets the private 'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  2356.      *
  2357.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  2358.      */
  2359.     protected function getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  2364.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  2366.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  2369.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  2371.         return $this->privates['annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['email' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  2372.     }
  2373.     /**
  2374.      * Gets the private 'annotated_app_entity_user_app_filter_or_search_filter' shared autowired service.
  2375.      *
  2376.      * @return \App\Filter\OrSearchFilter
  2377.      */
  2378.     protected function getAnnotatedAppEntityUserAppFilterOrSearchFilterService()
  2379.     {
  2380.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  2384.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  2387.         include_once \dirname(__DIR__4).'/src/Filter/OrSearchFilter.php';
  2388.         return $this->privates['annotated_app_entity_user_app_filter_or_search_filter'] = new \App\Filter\OrSearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['contract.id' => NULL'term' => NULL], NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2389.     }
  2390.     /**
  2391.      * Gets the private 'annotations.cache' shared service.
  2392.      *
  2393.      * @return \Symfony\Component\Cache\DoctrineProvider
  2394.      */
  2395.     protected function getAnnotations_CacheService()
  2396.     {
  2397.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2399.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2400.     }
  2401.     /**
  2402.      * Gets the private 'annotations.cache_warmer' shared service.
  2403.      *
  2404.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2405.      */
  2406.     protected function getAnnotations_CacheWarmerService()
  2407.     {
  2408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2411.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  2412.     }
  2413.     /**
  2414.      * Gets the private 'annotations.cached_reader' shared service.
  2415.      *
  2416.      * @return \Doctrine\Common\Annotations\CachedReader
  2417.      */
  2418.     protected function getAnnotations_CachedReaderService()
  2419.     {
  2420.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2421.     }
  2422.     /**
  2423.      * Gets the private 'annotations.reader' shared service.
  2424.      *
  2425.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2426.      */
  2427.     protected function getAnnotations_ReaderService()
  2428.     {
  2429.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2430.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2431.         $a->registerUniqueLoader('class_exists');
  2432.         $instance->addGlobalIgnoredName('required'$a);
  2433.         return $instance;
  2434.     }
  2435.     /**
  2436.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2437.      *
  2438.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2439.      */
  2440.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2441.     {
  2442.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('F6Zb+YtcP8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2443.     }
  2444.     /**
  2445.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  2446.      *
  2447.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2448.      */
  2449.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  2450.     {
  2451.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IcyHiuLzR-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2452.     }
  2453.     /**
  2454.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2455.      *
  2456.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2457.      */
  2458.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  2459.     {
  2460.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VQw79ZjuAh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2461.     }
  2462.     /**
  2463.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2464.      *
  2465.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2466.      */
  2467.     protected function getApiPlatform_Cache_RouteNameResolverService()
  2468.     {
  2469.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('K-rWRgbHDe'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2470.     }
  2471.     /**
  2472.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2473.      *
  2474.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2475.      */
  2476.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2477.     {
  2478.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5+eL2Wt+ke'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2479.     }
  2480.     /**
  2481.      * Gets the private 'api_platform.cache_warmer.cache_pool_clearer' shared service.
  2482.      *
  2483.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer
  2484.      */
  2485.     protected function getApiPlatform_CacheWarmer_CachePoolClearerService()
  2486.     {
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  2489.         return $this->privates['api_platform.cache_warmer.cache_pool_clearer'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'api_platform.cache.metadata.property'=> 'api_platform.cache.metadata.resource'=> 'api_platform.cache.route_name_resolver'=> 'api_platform.cache.identifiers_extractor'=> 'api_platform.cache.subresource_operation_factory'=> 'api_platform.elasticsearch.cache.metadata.document']);
  2490.     }
  2491.     /**
  2492.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  2493.      *
  2494.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  2495.      */
  2496.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  2497.     {
  2498.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/DataPersister.php';
  2499.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2500.     }
  2501.     /**
  2502.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  2503.      *
  2504.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  2505.      */
  2506.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  2507.     {
  2508.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  2510.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  2511.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  2512.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  2513.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  2514.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  2515.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  2516.         }, 5));
  2517.     }
  2518.     /**
  2519.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  2520.      *
  2521.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  2522.      */
  2523.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  2524.     {
  2525.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  2528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/ItemDataProvider.php';
  2529.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  2530.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  2531.         }, 1));
  2532.     }
  2533.     /**
  2534.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  2535.      *
  2536.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  2537.      */
  2538.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  2539.     {
  2540.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  2541.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  2542.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  2543.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  2544.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  2545.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  2546.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  2547.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  2548.         }, 5), new RewindableGenerator(function () {
  2549.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  2550.         }, 1));
  2551.     }
  2552.     /**
  2553.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  2554.      *
  2555.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  2556.      */
  2557.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  2558.     {
  2559.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  2561.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  2564.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  2565.     }
  2566.     /**
  2567.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  2568.      *
  2569.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  2570.      */
  2571.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  2572.     {
  2573.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2574.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  2575.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  2576.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  2580.      *
  2581.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  2582.      */
  2583.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  2584.     {
  2585.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  2587.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  2589.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2590.     }
  2591.     /**
  2592.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  2593.      *
  2594.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  2595.      */
  2596.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  2600.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  2601.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2602.     }
  2603.     /**
  2604.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  2605.      *
  2606.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  2607.      */
  2608.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  2609.     {
  2610.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/Pagination.php';
  2615.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2616.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  2617.     }
  2618.     /**
  2619.      * Gets the private 'api_platform.filter_locator' shared service.
  2620.      *
  2621.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2622.      */
  2623.     protected function getApiPlatform_FilterLocatorService()
  2624.     {
  2625.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2626.             'App\\Filter\\OrSearchFilter' => ['privates''App\\Filter\\OrSearchFilter''getOrSearchFilterService'false],
  2627.             'annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityDemandeApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  2628.             'annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityDemandeApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'false],
  2629.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  2630.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  2631.             'annotated_app_entity_user_app_filter_or_search_filter' => ['privates''annotated_app_entity_user_app_filter_or_search_filter''getAnnotatedAppEntityUserAppFilterOrSearchFilterService'false],
  2632.         ], [
  2633.             'App\\Filter\\OrSearchFilter' => '?',
  2634.             'annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  2635.             'annotated_app_entity_demande_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  2636.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2637.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2638.             'annotated_app_entity_user_app_filter_or_search_filter' => '?',
  2639.         ]);
  2640.     }
  2641.     /**
  2642.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2643.      *
  2644.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  2645.      */
  2646.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2647.     {
  2648.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2649.     }
  2650.     /**
  2651.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2652.      *
  2653.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  2654.      */
  2655.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2656.     {
  2657.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2658.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2659.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2660.         }
  2661.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  2662.     }
  2663.     /**
  2664.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2665.      *
  2666.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  2667.      */
  2668.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2669.     {
  2670.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2671.     }
  2672.     /**
  2673.      * Gets the private 'api_platform.identifier.converter' shared service.
  2674.      *
  2675.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2676.      */
  2677.     protected function getApiPlatform_Identifier_ConverterService()
  2678.     {
  2679.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  2680.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  2681.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  2682.         }, 2));
  2683.     }
  2684.     /**
  2685.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2686.      *
  2687.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2688.      */
  2689.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2690.     {
  2691.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2692.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2693.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  2694.     }
  2695.     /**
  2696.      * Gets the private 'api_platform.iri_converter' shared service.
  2697.      *
  2698.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  2699.      */
  2700.     protected function getApiPlatform_IriConverterService()
  2701.     {
  2702.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2703.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2704.     }
  2705.     /**
  2706.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2707.      *
  2708.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2709.      */
  2710.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2711.     {
  2712.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2713.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2714.         return $instance;
  2715.     }
  2716.     /**
  2717.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2718.      *
  2719.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  2720.      */
  2721.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2722.     {
  2723.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2724.     }
  2725.     /**
  2726.      * Gets the private 'api_platform.listener.exception' shared service.
  2727.      *
  2728.      * @return \ApiPlatform\Core\EventListener\ExceptionListener
  2729.      */
  2730.     protected function getApiPlatform_Listener_ExceptionService()
  2731.     {
  2732.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ExceptionListener.php';
  2733.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Core\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, ($this->privates['exception_listener'] ?? $this->getExceptionListenerService()));
  2734.     }
  2735.     /**
  2736.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  2737.      *
  2738.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener
  2739.      */
  2740.     protected function getApiPlatform_Listener_Exception_ValidationService()
  2741.     {
  2742.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  2743.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats']);
  2744.     }
  2745.     /**
  2746.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2747.      *
  2748.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  2749.      */
  2750.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2751.     {
  2752.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  2753.     }
  2754.     /**
  2755.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2756.      *
  2757.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  2758.      */
  2759.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2760.     {
  2761.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2762.     }
  2763.     /**
  2764.      * Gets the private 'api_platform.listener.request.read' shared service.
  2765.      *
  2766.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2767.      */
  2768.     protected function getApiPlatform_Listener_Request_ReadService()
  2769.     {
  2770.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2771.     }
  2772.     /**
  2773.      * Gets the private 'api_platform.listener.view.respond' shared service.
  2774.      *
  2775.      * @return \ApiPlatform\Core\EventListener\RespondListener
  2776.      */
  2777.     protected function getApiPlatform_Listener_View_RespondService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/RespondListener.php';
  2780.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Core\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2781.     }
  2782.     /**
  2783.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  2784.      *
  2785.      * @return \ApiPlatform\Core\EventListener\SerializeListener
  2786.      */
  2787.     protected function getApiPlatform_Listener_View_SerializeService()
  2788.     {
  2789.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/SerializeListener.php';
  2790.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Core\EventListener\SerializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2791.     }
  2792.     /**
  2793.      * Gets the private 'api_platform.listener.view.validate' shared service.
  2794.      *
  2795.      * @return \ApiPlatform\Core\Validator\EventListener\ValidateListener
  2796.      */
  2797.     protected function getApiPlatform_Listener_View_ValidateService()
  2798.     {
  2799.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/EventListener/ValidateListener.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  2801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Validator.php';
  2802.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Core\Validator\EventListener\ValidateListener(new \ApiPlatform\Core\Bridge\Symfony\Validator\Validator(($this->services['validator'] ?? $this->getValidatorService()), $this), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2803.     }
  2804.     /**
  2805.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2806.      *
  2807.      * @return \ApiPlatform\Core\Filter\QueryParameterValidateListener
  2808.      */
  2809.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2810.     {
  2811.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\Filter\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()));
  2812.     }
  2813.     /**
  2814.      * Gets the private 'api_platform.listener.view.write' shared service.
  2815.      *
  2816.      * @return \ApiPlatform\Core\EventListener\WriteListener
  2817.      */
  2818.     protected function getApiPlatform_Listener_View_WriteService()
  2819.     {
  2820.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/WriteListener.php';
  2821.         return $this->privates['api_platform.listener.view.write'] = new \ApiPlatform\Core\EventListener\WriteListener(($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2822.     }
  2823.     /**
  2824.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  2825.      *
  2826.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2827.      */
  2828.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  2829.     {
  2830.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2831.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
  2832.     }
  2833.     /**
  2834.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2835.      *
  2836.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2837.      */
  2838.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2839.     {
  2840.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyNameCollectionFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))))));
  2841.     }
  2842.     /**
  2843.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2844.      *
  2845.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2846.      */
  2847.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2848.     {
  2849.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2850.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  2851.     }
  2852.     /**
  2853.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2854.      *
  2855.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2856.      */
  2857.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2858.     {
  2859.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2860.     }
  2861.     /**
  2862.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2863.      *
  2864.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  2865.      */
  2866.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2867.     {
  2868.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  2869.     }
  2870.     /**
  2871.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2872.      *
  2873.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  2874.      */
  2875.     protected function getApiPlatform_ResourceClassResolverService()
  2876.     {
  2877.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2878.     }
  2879.     /**
  2880.      * Gets the private 'api_platform.router' shared service.
  2881.      *
  2882.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  2883.      */
  2884.     protected function getApiPlatform_RouterService()
  2885.     {
  2886.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()));
  2887.     }
  2888.     /**
  2889.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2890.      *
  2891.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  2892.      */
  2893.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2894.     {
  2895.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2896.     }
  2897.     /**
  2898.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2899.      *
  2900.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  2901.      */
  2902.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2903.     {
  2904.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2905.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  2906.     }
  2907.     /**
  2908.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2909.      *
  2910.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2911.      */
  2912.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2913.     {
  2914.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  2915.     }
  2916.     /**
  2917.      * Gets the private 'app_api.event.jwt_created_listener' shared autowired service.
  2918.      *
  2919.      * @return \App\EventListener\JWTCreatedListener
  2920.      */
  2921.     protected function getAppApi_Event_JwtCreatedListenerService()
  2922.     {
  2923.         include_once \dirname(__DIR__4).'/src/EventListener/JWTCreatedListener.php';
  2924.         return $this->privates['app_api.event.jwt_created_listener'] = new \App\EventListener\JWTCreatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2925.     }
  2926.     /**
  2927.      * Gets the private 'cache.annotations' shared service.
  2928.      *
  2929.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2930.      */
  2931.     protected function getCache_AnnotationsService()
  2932.     {
  2933.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iJBu4nOoxh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2934.     }
  2935.     /**
  2936.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2937.      *
  2938.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2939.      */
  2940.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2941.     {
  2942.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2943.     }
  2944.     /**
  2945.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2946.      *
  2947.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2948.      */
  2949.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2950.     {
  2951.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2952.     }
  2953.     /**
  2954.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2955.      *
  2956.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2957.      */
  2958.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2959.     {
  2960.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2961.     }
  2962.     /**
  2963.      * Gets the private 'cache.property_info' shared service.
  2964.      *
  2965.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2966.      */
  2967.     protected function getCache_PropertyInfoService()
  2968.     {
  2969.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oMTvHI7tDT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2970.     }
  2971.     /**
  2972.      * Gets the private 'cache.security_expression_language' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2975.      */
  2976.     protected function getCache_SecurityExpressionLanguageService()
  2977.     {
  2978.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2uhuZHPJT5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2979.     }
  2980.     /**
  2981.      * Gets the private 'cache.serializer' shared service.
  2982.      *
  2983.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2984.      */
  2985.     protected function getCache_SerializerService()
  2986.     {
  2987.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JXwY-gUc8C'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2988.     }
  2989.     /**
  2990.      * Gets the private 'cache.validator' shared service.
  2991.      *
  2992.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2993.      */
  2994.     protected function getCache_ValidatorService()
  2995.     {
  2996.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vyV4nmUGV5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2997.     }
  2998.     /**
  2999.      * Gets the private 'config_cache_factory' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3002.      */
  3003.     protected function getConfigCacheFactoryService()
  3004.     {
  3005.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3006.             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)));
  3007.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3008.         }, 2));
  3009.     }
  3010.     /**
  3011.      * Gets the private 'console.command.about' shared service.
  3012.      *
  3013.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3014.      */
  3015.     protected function getConsole_Command_AboutService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3019.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3020.         $instance->setName('about');
  3021.         return $instance;
  3022.     }
  3023.     /**
  3024.      * Gets the private 'console.command.assets_install' shared service.
  3025.      *
  3026.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3027.      */
  3028.     protected function getConsole_Command_AssetsInstallService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3033.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  3034.         $instance->setName('assets:install');
  3035.         return $instance;
  3036.     }
  3037.     /**
  3038.      * Gets the private 'console.command.cache_clear' shared service.
  3039.      *
  3040.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3041.      */
  3042.     protected function getConsole_Command_CacheClearService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3046.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3047.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3048.         $instance->setName('cache:clear');
  3049.         return $instance;
  3050.     }
  3051.     /**
  3052.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3053.      *
  3054.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3055.      */
  3056.     protected function getConsole_Command_CachePoolClearService()
  3057.     {
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3060.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3061.         $instance->setName('cache:pool:clear');
  3062.         return $instance;
  3063.     }
  3064.     /**
  3065.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3066.      *
  3067.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3068.      */
  3069.     protected function getConsole_Command_CachePoolDeleteService()
  3070.     {
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3073.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3074.         $instance->setName('cache:pool:delete');
  3075.         return $instance;
  3076.     }
  3077.     /**
  3078.      * Gets the private 'console.command.cache_pool_list' shared service.
  3079.      *
  3080.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3081.      */
  3082.     protected function getConsole_Command_CachePoolListService()
  3083.     {
  3084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3086.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'api_platform.cache.route_name_resolver'11 => 'api_platform.cache.identifiers_extractor'12 => 'api_platform.cache.subresource_operation_factory'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.property']);
  3087.         $instance->setName('cache:pool:list');
  3088.         return $instance;
  3089.     }
  3090.     /**
  3091.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3092.      *
  3093.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3094.      */
  3095.     protected function getConsole_Command_CachePoolPruneService()
  3096.     {
  3097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3099.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3100.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3101.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3102.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3103.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3104.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3105.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3106.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  3107.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3108.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3109.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3110.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  3111.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  3112.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  3113.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  3114.             yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService());
  3115.         }, 15));
  3116.         $instance->setName('cache:pool:prune');
  3117.         return $instance;
  3118.     }
  3119.     /**
  3120.      * Gets the private 'console.command.cache_warmup' shared service.
  3121.      *
  3122.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3123.      */
  3124.     protected function getConsole_Command_CacheWarmupService()
  3125.     {
  3126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3128.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3129.         $instance->setName('cache:warmup');
  3130.         return $instance;
  3131.     }
  3132.     /**
  3133.      * Gets the private 'console.command.config_debug' shared service.
  3134.      *
  3135.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3136.      */
  3137.     protected function getConsole_Command_ConfigDebugService()
  3138.     {
  3139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3143.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3144.         $instance->setName('debug:config');
  3145.         return $instance;
  3146.     }
  3147.     /**
  3148.      * Gets the private 'console.command.config_dump_reference' shared service.
  3149.      *
  3150.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3151.      */
  3152.     protected function getConsole_Command_ConfigDumpReferenceService()
  3153.     {
  3154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3158.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3159.         $instance->setName('config:dump-reference');
  3160.         return $instance;
  3161.     }
  3162.     /**
  3163.      * Gets the private 'console.command.container_debug' shared service.
  3164.      *
  3165.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3166.      */
  3167.     protected function getConsole_Command_ContainerDebugService()
  3168.     {
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3171.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3172.         $instance->setName('debug:container');
  3173.         return $instance;
  3174.     }
  3175.     /**
  3176.      * Gets the private 'console.command.container_lint' shared service.
  3177.      *
  3178.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3179.      */
  3180.     protected function getConsole_Command_ContainerLintService()
  3181.     {
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3184.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3185.         $instance->setName('lint:container');
  3186.         return $instance;
  3187.     }
  3188.     /**
  3189.      * Gets the private 'console.command.debug_autowiring' shared service.
  3190.      *
  3191.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3192.      */
  3193.     protected function getConsole_Command_DebugAutowiringService()
  3194.     {
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3198.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3199.         $instance->setName('debug:autowiring');
  3200.         return $instance;
  3201.     }
  3202.     /**
  3203.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3204.      *
  3205.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3206.      */
  3207.     protected function getConsole_Command_EventDispatcherDebugService()
  3208.     {
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3211.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3212.         $instance->setName('debug:event-dispatcher');
  3213.         return $instance;
  3214.     }
  3215.     /**
  3216.      * Gets the private 'console.command.form_debug' shared service.
  3217.      *
  3218.      * @return \Symfony\Component\Form\Command\DebugCommand
  3219.      */
  3220.     protected function getConsole_Command_FormDebugService()
  3221.     {
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3224.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3225.         $instance->setName('debug:form');
  3226.         return $instance;
  3227.     }
  3228.     /**
  3229.      * Gets the private 'console.command.router_debug' shared service.
  3230.      *
  3231.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3232.      */
  3233.     protected function getConsole_Command_RouterDebugService()
  3234.     {
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3237.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3238.         $instance->setName('debug:router');
  3239.         return $instance;
  3240.     }
  3241.     /**
  3242.      * Gets the private 'console.command.router_match' shared service.
  3243.      *
  3244.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3245.      */
  3246.     protected function getConsole_Command_RouterMatchService()
  3247.     {
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3250.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3251.         $instance->setName('router:match');
  3252.         return $instance;
  3253.     }
  3254.     /**
  3255.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3256.      *
  3257.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3258.      */
  3259.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3260.     {
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3267.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3268.         $instance->setName('secrets:decrypt-to-local');
  3269.         return $instance;
  3270.     }
  3271.     /**
  3272.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3273.      *
  3274.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3275.      */
  3276.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3277.     {
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3281.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3284.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3285.         $instance->setName('secrets:encrypt-from-local');
  3286.         return $instance;
  3287.     }
  3288.     /**
  3289.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3290.      *
  3291.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3292.      */
  3293.     protected function getConsole_Command_SecretsGenerateKeyService()
  3294.     {
  3295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3301.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3302.         $instance->setName('secrets:generate-keys');
  3303.         return $instance;
  3304.     }
  3305.     /**
  3306.      * Gets the private 'console.command.secrets_list' shared service.
  3307.      *
  3308.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3309.      */
  3310.     protected function getConsole_Command_SecretsListService()
  3311.     {
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3315.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3318.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3319.         $instance->setName('secrets:list');
  3320.         return $instance;
  3321.     }
  3322.     /**
  3323.      * Gets the private 'console.command.secrets_remove' shared service.
  3324.      *
  3325.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3326.      */
  3327.     protected function getConsole_Command_SecretsRemoveService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3335.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3336.         $instance->setName('secrets:remove');
  3337.         return $instance;
  3338.     }
  3339.     /**
  3340.      * Gets the private 'console.command.secrets_set' shared service.
  3341.      *
  3342.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3343.      */
  3344.     protected function getConsole_Command_SecretsSetService()
  3345.     {
  3346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3352.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3353.         $instance->setName('secrets:set');
  3354.         return $instance;
  3355.     }
  3356.     /**
  3357.      * Gets the private 'console.command.translation_debug' shared service.
  3358.      *
  3359.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3360.      */
  3361.     protected function getConsole_Command_TranslationDebugService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3365.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/EventSubscriber/DemandeSubscriber.php'), => (\dirname(__DIR__4).'/src/Service/Demande/AcceptDemande.php'), => (\dirname(__DIR__4).'/src/Service/Demande/DeclineDemande.php'), => (\dirname(__DIR__4).'/src/Service/User/ResetPasswordService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3366.         $instance->setName('debug:translation');
  3367.         return $instance;
  3368.     }
  3369.     /**
  3370.      * Gets the private 'console.command.translation_update' shared service.
  3371.      *
  3372.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3373.      */
  3374.     protected function getConsole_Command_TranslationUpdateService()
  3375.     {
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3385.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3392.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3393.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3394.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3395.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3396.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3397.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3398.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3399.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3400.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3401.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3402.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3403.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3404.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/EventSubscriber/DemandeSubscriber.php'), => (\dirname(__DIR__4).'/src/Service/Demande/AcceptDemande.php'), => (\dirname(__DIR__4).'/src/Service/Demande/DeclineDemande.php'), => (\dirname(__DIR__4).'/src/Service/User/ResetPasswordService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3405.         $instance->setName('translation:update');
  3406.         return $instance;
  3407.     }
  3408.     /**
  3409.      * Gets the private 'console.command.xliff_lint' shared service.
  3410.      *
  3411.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3412.      */
  3413.     protected function getConsole_Command_XliffLintService()
  3414.     {
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3418.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3419.         $instance->setName('lint:xliff');
  3420.         return $instance;
  3421.     }
  3422.     /**
  3423.      * Gets the private 'console.command.yaml_lint' shared service.
  3424.      *
  3425.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3426.      */
  3427.     protected function getConsole_Command_YamlLintService()
  3428.     {
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3430.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3432.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3433.         $instance->setName('lint:yaml');
  3434.         return $instance;
  3435.     }
  3436.     /**
  3437.      * Gets the private 'console.error_listener' shared service.
  3438.      *
  3439.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3440.      */
  3441.     protected function getConsole_ErrorListenerService()
  3442.     {
  3443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3444.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3445.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3446.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3447.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3448.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3449.     }
  3450.     /**
  3451.      * Gets the private 'container.env_var_processor' shared service.
  3452.      *
  3453.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3454.      */
  3455.     protected function getContainer_EnvVarProcessorService()
  3456.     {
  3457.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3459.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3460.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  3461.         }, 1));
  3462.     }
  3463.     /**
  3464.      * Gets the private 'data_collector.form' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3467.      */
  3468.     protected function getDataCollector_FormService()
  3469.     {
  3470.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3471.     }
  3472.     /**
  3473.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3474.      *
  3475.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3476.      */
  3477.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3478.     {
  3479.         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 () {
  3480.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  3481.         }, 1)));
  3482.     }
  3483.     /**
  3484.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3485.      *
  3486.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3487.      */
  3488.     protected function getDebug_ApiPlatform_DataPersisterService()
  3489.     {
  3490.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3491.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  3492.         }, 1)));
  3493.     }
  3494.     /**
  3495.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3496.      *
  3497.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3498.      */
  3499.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3500.     {
  3501.         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 () {
  3502.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  3503.         }, 1)));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3507.      *
  3508.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3509.      */
  3510.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3511.     {
  3512.         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 () {
  3513.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  3514.         }, 1)));
  3515.     }
  3516.     /**
  3517.      * Gets the private 'debug.argument_resolver.default' shared service.
  3518.      *
  3519.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3520.      */
  3521.     protected function getDebug_ArgumentResolver_DefaultService()
  3522.     {
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3526.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3527.     }
  3528.     /**
  3529.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3530.      *
  3531.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3532.      */
  3533.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3534.     {
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3538.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3539.     }
  3540.     /**
  3541.      * Gets the private 'debug.argument_resolver.request' shared service.
  3542.      *
  3543.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3544.      */
  3545.     protected function getDebug_ArgumentResolver_RequestService()
  3546.     {
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3550.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3551.     }
  3552.     /**
  3553.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3554.      *
  3555.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3556.      */
  3557.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3558.     {
  3559.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3562.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3563.     }
  3564.     /**
  3565.      * Gets the private 'debug.argument_resolver.service' shared service.
  3566.      *
  3567.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3568.      */
  3569.     protected function getDebug_ArgumentResolver_ServiceService()
  3570.     {
  3571.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3572.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3573.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3574.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3575.     }
  3576.     /**
  3577.      * Gets the private 'debug.argument_resolver.session' shared service.
  3578.      *
  3579.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3580.      */
  3581.     protected function getDebug_ArgumentResolver_SessionService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3586.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3587.     }
  3588.     /**
  3589.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3592.      */
  3593.     protected function getDebug_ArgumentResolver_VariadicService()
  3594.     {
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3598.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3599.     }
  3600.     /**
  3601.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3602.      *
  3603.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3604.      */
  3605.     protected function getDebug_DebugHandlersListenerService()
  3606.     {
  3607.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3608.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3609.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3610.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3611.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3612.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  3613.     }
  3614.     /**
  3615.      * Gets the private 'debug.dump_listener' shared service.
  3616.      *
  3617.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3618.      */
  3619.     protected function getDebug_DumpListenerService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3623.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3624.     }
  3625.     /**
  3626.      * Gets the private 'debug.file_link_formatter' shared service.
  3627.      *
  3628.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3629.      */
  3630.     protected function getDebug_FileLinkFormatterService()
  3631.     {
  3632.         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 () {
  3633.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3634.         });
  3635.     }
  3636.     /**
  3637.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3638.      *
  3639.      * @return \string
  3640.      */
  3641.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3642.     {
  3643.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  3644.     }
  3645.     /**
  3646.      * Gets the private 'debug.log_processor' shared service.
  3647.      *
  3648.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3649.      */
  3650.     protected function getDebug_LogProcessorService()
  3651.     {
  3652.         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())));
  3653.     }
  3654.     /**
  3655.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3656.      *
  3657.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3658.      */
  3659.     protected function getDebug_Security_Access_DecisionManagerService()
  3660.     {
  3661.         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 () {
  3662.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3663.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3664.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3665.         }, 3), 'affirmative'falsetrue));
  3666.     }
  3667.     /**
  3668.      * Gets the private 'debug.security.firewall' shared service.
  3669.      *
  3670.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3671.      */
  3672.     protected function getDebug_Security_FirewallService()
  3673.     {
  3674.         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()));
  3675.     }
  3676.     /**
  3677.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3678.      *
  3679.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3680.      */
  3681.     protected function getDebug_Security_UserValueResolverService()
  3682.     {
  3683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3686.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3687.     }
  3688.     /**
  3689.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3690.      *
  3691.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3692.      */
  3693.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3694.     {
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3698.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3699.     }
  3700.     /**
  3701.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3702.      *
  3703.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3704.      */
  3705.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3706.     {
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3710.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($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->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3711.     }
  3712.     /**
  3713.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3714.      *
  3715.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3716.      */
  3717.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3722.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3723.     }
  3724.     /**
  3725.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3726.      *
  3727.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3728.      */
  3729.     protected function getDebug_Security_Voter_VoteListenerService()
  3730.     {
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3732.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3733.     }
  3734.     /**
  3735.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3736.      *
  3737.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3738.      */
  3739.     protected function getDoctrine_CacheClearMetadataCommandService()
  3740.     {
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3744.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3745.         $instance->setName('doctrine:cache:clear-metadata');
  3746.         return $instance;
  3747.     }
  3748.     /**
  3749.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3750.      *
  3751.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3752.      */
  3753.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3754.     {
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3758.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3759.         $instance->setName('doctrine:cache:clear-query');
  3760.         return $instance;
  3761.     }
  3762.     /**
  3763.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3764.      *
  3765.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3766.      */
  3767.     protected function getDoctrine_CacheClearResultCommandService()
  3768.     {
  3769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3772.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3773.         $instance->setName('doctrine:cache:clear-result');
  3774.         return $instance;
  3775.     }
  3776.     /**
  3777.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3778.      *
  3779.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3780.      */
  3781.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3785.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3786.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3787.         $instance->setName('doctrine:cache:clear-collection-region');
  3788.         return $instance;
  3789.     }
  3790.     /**
  3791.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3792.      *
  3793.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3794.      */
  3795.     protected function getDoctrine_ClearEntityRegionCommandService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3800.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3801.         $instance->setName('doctrine:cache:clear-entity-region');
  3802.         return $instance;
  3803.     }
  3804.     /**
  3805.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3806.      *
  3807.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3808.      */
  3809.     protected function getDoctrine_ClearQueryRegionCommandService()
  3810.     {
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3814.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3815.         $instance->setName('doctrine:cache:clear-query-region');
  3816.         return $instance;
  3817.     }
  3818.     /**
  3819.      * Gets the private 'doctrine.database_create_command' shared service.
  3820.      *
  3821.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3822.      */
  3823.     protected function getDoctrine_DatabaseCreateCommandService()
  3824.     {
  3825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3828.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3829.         $instance->setName('doctrine:database:create');
  3830.         return $instance;
  3831.     }
  3832.     /**
  3833.      * Gets the private 'doctrine.database_drop_command' shared service.
  3834.      *
  3835.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3836.      */
  3837.     protected function getDoctrine_DatabaseDropCommandService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3841.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3842.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3843.         $instance->setName('doctrine:database:drop');
  3844.         return $instance;
  3845.     }
  3846.     /**
  3847.      * Gets the private 'doctrine.database_import_command' shared service.
  3848.      *
  3849.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3850.      */
  3851.     protected function getDoctrine_DatabaseImportCommandService()
  3852.     {
  3853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3854.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3856.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3857.         $instance->setName('doctrine:database:import');
  3858.         return $instance;
  3859.     }
  3860.     /**
  3861.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3862.      *
  3863.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3864.      */
  3865.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3866.     {
  3867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3869.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3870.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3871.         $instance->setName('doctrine:ensure-production-settings');
  3872.         return $instance;
  3873.     }
  3874.     /**
  3875.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3876.      *
  3877.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3878.      */
  3879.     protected function getDoctrine_MappingConvertCommandService()
  3880.     {
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3884.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3885.         $instance->setName('doctrine:mapping:convert');
  3886.         return $instance;
  3887.     }
  3888.     /**
  3889.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3890.      *
  3891.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3892.      */
  3893.     protected function getDoctrine_MappingImportCommandService()
  3894.     {
  3895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3898.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3899.         $instance->setName('doctrine:mapping:import');
  3900.         return $instance;
  3901.     }
  3902.     /**
  3903.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3904.      *
  3905.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3906.      */
  3907.     protected function getDoctrine_MappingInfoCommandService()
  3908.     {
  3909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3912.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3913.         $instance->setName('doctrine:mapping:info');
  3914.         return $instance;
  3915.     }
  3916.     /**
  3917.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3918.      *
  3919.      * @return \Doctrine\Migrations\DependencyFactory
  3920.      */
  3921.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3922.     {
  3923.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ExistingEntityManager.php';
  3931.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3932.         $a->setAllOrNothing(false);
  3933.         $a->setCheckDatabasePlatform(true);
  3934.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3935.         return $this->privates['doctrine.migrations.dependency_factory'] = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), new \Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3936.     }
  3937.     /**
  3938.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3939.      *
  3940.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3941.      */
  3942.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3943.     {
  3944.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories']);
  3945.     }
  3946.     /**
  3947.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3948.      *
  3949.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3950.      */
  3951.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3952.     {
  3953.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3954.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3955.     }
  3956.     /**
  3957.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3958.      *
  3959.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3960.      */
  3961.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3962.     {
  3963.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3964.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3965.     }
  3966.     /**
  3967.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3968.      *
  3969.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3970.      */
  3971.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3972.     {
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3975.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3976.     }
  3977.     /**
  3978.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3979.      *
  3980.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3981.      */
  3982.     protected function getDoctrine_Orm_Validator_UniqueService()
  3983.     {
  3984.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3985.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3987.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3988.     }
  3989.     /**
  3990.      * Gets the private 'doctrine.query_dql_command' shared service.
  3991.      *
  3992.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3993.      */
  3994.     protected function getDoctrine_QueryDqlCommandService()
  3995.     {
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3999.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4000.         $instance->setName('doctrine:query:dql');
  4001.         return $instance;
  4002.     }
  4003.     /**
  4004.      * Gets the private 'doctrine.query_sql_command' shared service.
  4005.      *
  4006.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4007.      */
  4008.     protected function getDoctrine_QuerySqlCommandService()
  4009.     {
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4013.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4014.         $instance->setName('doctrine:query:sql');
  4015.         return $instance;
  4016.     }
  4017.     /**
  4018.      * Gets the private 'doctrine.schema_create_command' shared service.
  4019.      *
  4020.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4021.      */
  4022.     protected function getDoctrine_SchemaCreateCommandService()
  4023.     {
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4025.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4028.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4029.         $instance->setName('doctrine:schema:create');
  4030.         return $instance;
  4031.     }
  4032.     /**
  4033.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4034.      *
  4035.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4036.      */
  4037.     protected function getDoctrine_SchemaDropCommandService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4043.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4044.         $instance->setName('doctrine:schema:drop');
  4045.         return $instance;
  4046.     }
  4047.     /**
  4048.      * Gets the private 'doctrine.schema_update_command' shared service.
  4049.      *
  4050.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4051.      */
  4052.     protected function getDoctrine_SchemaUpdateCommandService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4058.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4059.         $instance->setName('doctrine:schema:update');
  4060.         return $instance;
  4061.     }
  4062.     /**
  4063.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4064.      *
  4065.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4066.      */
  4067.     protected function getDoctrine_SchemaValidateCommandService()
  4068.     {
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4072.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4073.         $instance->setName('doctrine:schema:validate');
  4074.         return $instance;
  4075.     }
  4076.     /**
  4077.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4078.      *
  4079.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4080.      */
  4081.     protected function getDoctrineMigrations_CurrentCommandService()
  4082.     {
  4083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4086.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  4087.         $instance->setName('doctrine:migrations:current');
  4088.         return $instance;
  4089.     }
  4090.     /**
  4091.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4092.      *
  4093.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4094.      */
  4095.     protected function getDoctrineMigrations_DiffCommandService()
  4096.     {
  4097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4098.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4100.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  4101.         $instance->setName('doctrine:migrations:diff');
  4102.         return $instance;
  4103.     }
  4104.     /**
  4105.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4106.      *
  4107.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4108.      */
  4109.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4110.     {
  4111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4112.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4113.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4114.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4115.         $instance->setName('doctrine:migrations:dump-schema');
  4116.         return $instance;
  4117.     }
  4118.     /**
  4119.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4120.      *
  4121.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4122.      */
  4123.     protected function getDoctrineMigrations_ExecuteCommandService()
  4124.     {
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4128.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4129.         $instance->setName('doctrine:migrations:execute');
  4130.         return $instance;
  4131.     }
  4132.     /**
  4133.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4134.      *
  4135.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4136.      */
  4137.     protected function getDoctrineMigrations_GenerateCommandService()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4142.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4143.         $instance->setName('doctrine:migrations:generate');
  4144.         return $instance;
  4145.     }
  4146.     /**
  4147.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4148.      *
  4149.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4150.      */
  4151.     protected function getDoctrineMigrations_LatestCommandService()
  4152.     {
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4156.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  4157.         $instance->setName('doctrine:migrations:latest');
  4158.         return $instance;
  4159.     }
  4160.     /**
  4161.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4162.      *
  4163.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4164.      */
  4165.     protected function getDoctrineMigrations_MigrateCommandService()
  4166.     {
  4167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4170.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  4171.         $instance->setName('doctrine:migrations:migrate');
  4172.         return $instance;
  4173.     }
  4174.     /**
  4175.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4176.      *
  4177.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4178.      */
  4179.     protected function getDoctrineMigrations_RollupCommandService()
  4180.     {
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4184.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  4185.         $instance->setName('doctrine:migrations:rollup');
  4186.         return $instance;
  4187.     }
  4188.     /**
  4189.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4190.      *
  4191.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4192.      */
  4193.     protected function getDoctrineMigrations_StatusCommandService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4198.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  4199.         $instance->setName('doctrine:migrations:status');
  4200.         return $instance;
  4201.     }
  4202.     /**
  4203.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4204.      *
  4205.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4206.      */
  4207.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4208.     {
  4209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4210.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4211.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4212.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  4213.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4214.         return $instance;
  4215.     }
  4216.     /**
  4217.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4218.      *
  4219.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4220.      */
  4221.     protected function getDoctrineMigrations_UpToDateCommandService()
  4222.     {
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4226.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  4227.         $instance->setName('doctrine:migrations:up-to-date');
  4228.         return $instance;
  4229.     }
  4230.     /**
  4231.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4232.      *
  4233.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4234.      */
  4235.     protected function getDoctrineMigrations_VersionCommandService()
  4236.     {
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4240.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  4241.         $instance->setName('doctrine:migrations:version');
  4242.         return $instance;
  4243.     }
  4244.     /**
  4245.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4246.      *
  4247.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4248.      */
  4249.     protected function getDoctrineMigrations_VersionsCommandService()
  4250.     {
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4254.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  4255.         $instance->setName('doctrine:migrations:list');
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4260.      *
  4261.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4262.      */
  4263.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4267.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4268.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4269.     }
  4270.     /**
  4271.      * Gets the private 'exception_listener' shared service.
  4272.      *
  4273.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4274.      */
  4275.     protected function getExceptionListenerService()
  4276.     {
  4277.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4278.     }
  4279.     /**
  4280.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4281.      *
  4282.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4283.      */
  4284.     protected function getForm_ChoiceListFactory_CachedService()
  4285.     {
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4290.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  4291.     }
  4292.     /**
  4293.      * Gets the private 'form.registry' shared service.
  4294.      *
  4295.      * @return \Symfony\Component\Form\FormRegistry
  4296.      */
  4297.     protected function getForm_RegistryService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4306.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4307.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4308.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4309.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4310.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4311.         ], [
  4312.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4313.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4314.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4315.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4316.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4317.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4318.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4319.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4320.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4321.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4322.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4323.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4324.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4325.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4326.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4327.         }, 1)], new RewindableGenerator(function () {
  4328.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4329.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4330.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4331.     }
  4332.     /**
  4333.      * Gets the private 'form.server_params' shared service.
  4334.      *
  4335.      * @return \Symfony\Component\Form\Util\ServerParams
  4336.      */
  4337.     protected function getForm_ServerParamsService()
  4338.     {
  4339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4340.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4341.     }
  4342.     /**
  4343.      * Gets the private 'form.type.choice' shared service.
  4344.      *
  4345.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4346.      */
  4347.     protected function getForm_Type_ChoiceService()
  4348.     {
  4349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4352.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()));
  4353.     }
  4354.     /**
  4355.      * Gets the private 'form.type.entity' shared service.
  4356.      *
  4357.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4358.      */
  4359.     protected function getForm_Type_EntityService()
  4360.     {
  4361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4365.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4366.     }
  4367.     /**
  4368.      * Gets the private 'form.type.form' shared service.
  4369.      *
  4370.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4371.      */
  4372.     protected function getForm_Type_FormService()
  4373.     {
  4374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4378.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4379.     }
  4380.     /**
  4381.      * Gets the private 'form.type_extension.csrf' shared service.
  4382.      *
  4383.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4384.      */
  4385.     protected function getForm_TypeExtension_CsrfService()
  4386.     {
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4390.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4391.     }
  4392.     /**
  4393.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4394.      *
  4395.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4396.      */
  4397.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4398.     {
  4399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4402.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  4403.     }
  4404.     /**
  4405.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4406.      *
  4407.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4408.      */
  4409.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4410.     {
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4416.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  4417.     }
  4418.     /**
  4419.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4420.      *
  4421.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4422.      */
  4423.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4424.     {
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4428.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4429.     }
  4430.     /**
  4431.      * Gets the private 'form.type_extension.form.validator' shared service.
  4432.      *
  4433.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4434.      */
  4435.     protected function getForm_TypeExtension_Form_ValidatorService()
  4436.     {
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4441.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4442.     }
  4443.     /**
  4444.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4445.      *
  4446.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4447.      */
  4448.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4449.     {
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4453.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4454.     }
  4455.     /**
  4456.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4457.      *
  4458.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4459.      */
  4460.     protected function getForm_TypeGuesser_DoctrineService()
  4461.     {
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4464.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4465.     }
  4466.     /**
  4467.      * Gets the private 'form.type_guesser.validator' shared service.
  4468.      *
  4469.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4470.      */
  4471.     protected function getForm_TypeGuesser_ValidatorService()
  4472.     {
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4475.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4476.     }
  4477.     /**
  4478.      * Gets the private 'fragment.renderer.inline' shared service.
  4479.      *
  4480.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4481.      */
  4482.     protected function getFragment_Renderer_InlineService()
  4483.     {
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4487.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4488.         $instance->setFragmentPath('/_fragment');
  4489.         return $instance;
  4490.     }
  4491.     /**
  4492.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4493.      *
  4494.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4495.      */
  4496.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4497.     {
  4498.         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())));
  4499.     }
  4500.     /**
  4501.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4502.      *
  4503.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4504.      */
  4505.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4506.     {
  4507.         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->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4508.     }
  4509.     /**
  4510.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  4511.      *
  4512.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  4513.      */
  4514.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  4515.     {
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  4517.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  4518.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4519.     }
  4520.     /**
  4521.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  4522.      *
  4523.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  4524.      */
  4525.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  4526.     {
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  4529.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  4530.     }
  4531.     /**
  4532.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  4533.      *
  4534.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  4535.      */
  4536.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  4537.     {
  4538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  4545.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage());
  4546.     }
  4547.     /**
  4548.      * Gets the private 'locale_aware_listener' shared service.
  4549.      *
  4550.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4551.      */
  4552.     protected function getLocaleAwareListenerService()
  4553.     {
  4554.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4555.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  4556.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4557.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4558.     }
  4559.     /**
  4560.      * Gets the private 'locale_listener' shared service.
  4561.      *
  4562.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4563.      */
  4564.     protected function getLocaleListenerService()
  4565.     {
  4566.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  4567.     }
  4568.     /**
  4569.      * Gets the private 'mailer.transport_factory.gmail' shared service.
  4570.      *
  4571.      * @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
  4572.      */
  4573.     protected function getMailer_TransportFactory_GmailService()
  4574.     {
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/google-mailer/Transport/GmailTransportFactory.php';
  4578.         return $this->privates['mailer.transport_factory.gmail'] = new \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4579.     }
  4580.     /**
  4581.      * Gets the private 'mailer.transport_factory.null' shared service.
  4582.      *
  4583.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  4584.      */
  4585.     protected function getMailer_TransportFactory_NullService()
  4586.     {
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  4590.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4591.     }
  4592.     /**
  4593.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  4594.      *
  4595.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  4596.      */
  4597.     protected function getMailer_TransportFactory_SendmailService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  4602.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4603.     }
  4604.     /**
  4605.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  4606.      *
  4607.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  4608.      */
  4609.     protected function getMailer_TransportFactory_SmtpService()
  4610.     {
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  4614.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4615.     }
  4616.     /**
  4617.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4618.      *
  4619.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4620.      */
  4621.     protected function getMaker_AutoCommand_MakeAuthService()
  4622.     {
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4629.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4630.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4631.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  4632.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4633.         $instance->setName('make:auth');
  4634.         return $instance;
  4635.     }
  4636.     /**
  4637.      * Gets the private 'maker.auto_command.make_command' shared service.
  4638.      *
  4639.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4640.      */
  4641.     protected function getMaker_AutoCommand_MakeCommandService()
  4642.     {
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4648.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4649.         $instance->setDescription('Creates a new console command class');
  4650.         $instance->setName('make:command');
  4651.         return $instance;
  4652.     }
  4653.     /**
  4654.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4655.      *
  4656.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4657.      */
  4658.     protected function getMaker_AutoCommand_MakeControllerService()
  4659.     {
  4660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4665.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4666.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4667.         $instance->setDescription('Creates a new controller class');
  4668.         $instance->setName('make:controller');
  4669.         return $instance;
  4670.     }
  4671.     /**
  4672.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4673.      *
  4674.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4675.      */
  4676.     protected function getMaker_AutoCommand_MakeCrudService()
  4677.     {
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4683.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4684.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4685.         $instance->setName('make:crud');
  4686.         return $instance;
  4687.     }
  4688.     /**
  4689.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4690.      *
  4691.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4692.      */
  4693.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4694.     {
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4700.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4701.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4702.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4703.         $instance->setName('make:docker:database');
  4704.         return $instance;
  4705.     }
  4706.     /**
  4707.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4708.      *
  4709.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4710.      */
  4711.     protected function getMaker_AutoCommand_MakeEntityService()
  4712.     {
  4713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4719.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4720.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4721.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4722.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4723.         $instance->setName('make:entity');
  4724.         return $instance;
  4725.     }
  4726.     /**
  4727.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4728.      *
  4729.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4730.      */
  4731.     protected function getMaker_AutoCommand_MakeFixturesService()
  4732.     {
  4733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4738.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4739.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4740.         $instance->setName('make:fixtures');
  4741.         return $instance;
  4742.     }
  4743.     /**
  4744.      * Gets the private 'maker.auto_command.make_form' shared service.
  4745.      *
  4746.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4747.      */
  4748.     protected function getMaker_AutoCommand_MakeFormService()
  4749.     {
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4755.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4756.         $instance->setDescription('Creates a new form class');
  4757.         $instance->setName('make:form');
  4758.         return $instance;
  4759.     }
  4760.     /**
  4761.      * Gets the private 'maker.auto_command.make_message' shared service.
  4762.      *
  4763.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4764.      */
  4765.     protected function getMaker_AutoCommand_MakeMessageService()
  4766.     {
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4772.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4773.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4774.         $instance->setDescription('Creates a new message and handler');
  4775.         $instance->setName('make:message');
  4776.         return $instance;
  4777.     }
  4778.     /**
  4779.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4780.      *
  4781.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4782.      */
  4783.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4790.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4791.         $instance->setDescription('Creates a new messenger middleware');
  4792.         $instance->setName('make:messenger-middleware');
  4793.         return $instance;
  4794.     }
  4795.     /**
  4796.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4797.      *
  4798.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4799.      */
  4800.     protected function getMaker_AutoCommand_MakeMigrationService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4808.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4809.         $instance->setDescription('Creates a new migration based on database changes');
  4810.         $instance->setName('make:migration');
  4811.         return $instance;
  4812.     }
  4813.     /**
  4814.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4815.      *
  4816.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4817.      */
  4818.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4819.     {
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4825.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4826.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4827.         $instance->setDescription('Creates a new registration form system');
  4828.         $instance->setName('make:registration-form');
  4829.         return $instance;
  4830.     }
  4831.     /**
  4832.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4833.      *
  4834.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4835.      */
  4836.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4837.     {
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4843.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4844.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4845.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4846.         $instance->setName('make:reset-password');
  4847.         return $instance;
  4848.     }
  4849.     /**
  4850.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4851.      *
  4852.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4853.      */
  4854.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4855.     {
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4861.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4862.         $instance->setDescription('Creates a new serializer encoder class');
  4863.         $instance->setName('make:serializer:encoder');
  4864.         return $instance;
  4865.     }
  4866.     /**
  4867.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4868.      *
  4869.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4870.      */
  4871.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4872.     {
  4873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4878.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4879.         $instance->setDescription('Creates a new serializer normalizer class');
  4880.         $instance->setName('make:serializer:normalizer');
  4881.         return $instance;
  4882.     }
  4883.     /**
  4884.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4885.      *
  4886.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4887.      */
  4888.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4889.     {
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4896.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4897.         $instance->setDescription('Creates a new event subscriber class');
  4898.         $instance->setName('make:subscriber');
  4899.         return $instance;
  4900.     }
  4901.     /**
  4902.      * Gets the private 'maker.auto_command.make_test' shared service.
  4903.      *
  4904.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4905.      */
  4906.     protected function getMaker_AutoCommand_MakeTestService()
  4907.     {
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4914.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4915.         $instance->setDescription('Creates a new test class');
  4916.         $instance->setName('make:test');
  4917.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4918.         return $instance;
  4919.     }
  4920.     /**
  4921.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4922.      *
  4923.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4924.      */
  4925.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4926.     {
  4927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4932.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4933.         $instance->setDescription('Creates a new Twig extension class');
  4934.         $instance->setName('make:twig-extension');
  4935.         return $instance;
  4936.     }
  4937.     /**
  4938.      * Gets the private 'maker.auto_command.make_user' shared service.
  4939.      *
  4940.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4941.      */
  4942.     protected function getMaker_AutoCommand_MakeUserService()
  4943.     {
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4951.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4952.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4953.         $instance->setDescription('Creates a new security user class');
  4954.         $instance->setName('make:user');
  4955.         return $instance;
  4956.     }
  4957.     /**
  4958.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4959.      *
  4960.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4961.      */
  4962.     protected function getMaker_AutoCommand_MakeValidatorService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4969.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4970.         $instance->setDescription('Creates a new validator and constraint class');
  4971.         $instance->setName('make:validator');
  4972.         return $instance;
  4973.     }
  4974.     /**
  4975.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4976.      *
  4977.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4978.      */
  4979.     protected function getMaker_AutoCommand_MakeVoterService()
  4980.     {
  4981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4986.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4987.         $instance->setDescription('Creates a new security voter class');
  4988.         $instance->setName('make:voter');
  4989.         return $instance;
  4990.     }
  4991.     /**
  4992.      * Gets the private 'maker.doctrine_helper' shared service.
  4993.      *
  4994.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4995.      */
  4996.     protected function getMaker_DoctrineHelperService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4999.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5000.     }
  5001.     /**
  5002.      * Gets the private 'maker.entity_class_generator' shared service.
  5003.      *
  5004.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5005.      */
  5006.     protected function getMaker_EntityClassGeneratorService()
  5007.     {
  5008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5009.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  5010.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5011.         return $instance;
  5012.     }
  5013.     /**
  5014.      * Gets the private 'maker.file_manager' shared service.
  5015.      *
  5016.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5017.      */
  5018.     protected function getMaker_FileManagerService()
  5019.     {
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5025.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5026.     }
  5027.     /**
  5028.      * Gets the private 'maker.generator' shared service.
  5029.      *
  5030.      * @return \Symfony\Bundle\MakerBundle\Generator
  5031.      */
  5032.     protected function getMaker_GeneratorService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5036.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5037.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  5038.     }
  5039.     /**
  5040.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5041.      *
  5042.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5043.      */
  5044.     protected function getMaker_Renderer_FormTypeRendererService()
  5045.     {
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5047.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5048.     }
  5049.     /**
  5050.      * Gets the private 'mime_types' shared service.
  5051.      *
  5052.      * @return \Symfony\Component\Mime\MimeTypes
  5053.      */
  5054.     protected function getMimeTypesService()
  5055.     {
  5056.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5057.         $instance->setDefault($instance);
  5058.         return $instance;
  5059.     }
  5060.     /**
  5061.      * Gets the private 'monolog.command.server_log' shared service.
  5062.      *
  5063.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5064.      */
  5065.     protected function getMonolog_Command_ServerLogService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5069.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5070.         $instance->setName('server:log');
  5071.         return $instance;
  5072.     }
  5073.     /**
  5074.      * Gets the private 'monolog.handler.console' shared service.
  5075.      *
  5076.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5077.      */
  5078.     protected function getMonolog_Handler_ConsoleService()
  5079.     {
  5080.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5081.     }
  5082.     /**
  5083.      * Gets the private 'monolog.handler.main' shared service.
  5084.      *
  5085.      * @return \Monolog\Handler\StreamHandler
  5086.      */
  5087.     protected function getMonolog_Handler_MainService()
  5088.     {
  5089.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5090.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5091.         return $instance;
  5092.     }
  5093.     /**
  5094.      * Gets the private 'monolog.logger' shared service.
  5095.      *
  5096.      * @return \Symfony\Bridge\Monolog\Logger
  5097.      */
  5098.     protected function getMonolog_LoggerService()
  5099.     {
  5100.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5101.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5102.         $instance->useMicrosecondTimestamps(true);
  5103.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5104.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5105.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5106.         return $instance;
  5107.     }
  5108.     /**
  5109.      * Gets the private 'monolog.logger.cache' shared service.
  5110.      *
  5111.      * @return \Symfony\Bridge\Monolog\Logger
  5112.      */
  5113.     protected function getMonolog_Logger_CacheService()
  5114.     {
  5115.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5116.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5117.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5118.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5119.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5120.         return $instance;
  5121.     }
  5122.     /**
  5123.      * Gets the private 'monolog.logger.request' shared service.
  5124.      *
  5125.      * @return \Symfony\Bridge\Monolog\Logger
  5126.      */
  5127.     protected function getMonolog_Logger_RequestService()
  5128.     {
  5129.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5130.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5131.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5132.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5133.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5134.         return $instance;
  5135.     }
  5136.     /**
  5137.      * Gets the private 'monolog.logger.security' shared service.
  5138.      *
  5139.      * @return \Symfony\Bridge\Monolog\Logger
  5140.      */
  5141.     protected function getMonolog_Logger_SecurityService()
  5142.     {
  5143.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5144.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5145.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5146.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5147.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5148.         return $instance;
  5149.     }
  5150.     /**
  5151.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  5152.      *
  5153.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  5154.      */
  5155.     protected function getNelmioCors_CorsListenerService()
  5156.     {
  5157.         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->parameters['nelmio_cors.defaults'])]));
  5158.     }
  5159.     /**
  5160.      * Gets the private 'profiler_listener' shared service.
  5161.      *
  5162.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5163.      */
  5164.     protected function getProfilerListenerService()
  5165.     {
  5166.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  5167.     }
  5168.     /**
  5169.      * Gets the private 'property_accessor' shared service.
  5170.      *
  5171.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5172.      */
  5173.     protected function getPropertyAccessorService()
  5174.     {
  5175.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5176.     }
  5177.     /**
  5178.      * Gets the private 'property_info' shared service.
  5179.      *
  5180.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5181.      */
  5182.     protected function getPropertyInfoService()
  5183.     {
  5184.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5185.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5186.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5187.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5188.         }, 3), new RewindableGenerator(function () {
  5189.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5190.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5191.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5192.         }, 3), new RewindableGenerator(function () {
  5193.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5194.         }, 1), new RewindableGenerator(function () {
  5195.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5196.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5197.         }, 2), new RewindableGenerator(function () {
  5198.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5199.         }, 1));
  5200.     }
  5201.     /**
  5202.      * Gets the private 'property_info.serializer_extractor' shared service.
  5203.      *
  5204.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5205.      */
  5206.     protected function getPropertyInfo_SerializerExtractorService()
  5207.     {
  5208.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5209.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5210.     }
  5211.     /**
  5212.      * Gets the private 'router.cache_warmer' shared service.
  5213.      *
  5214.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5215.      */
  5216.     protected function getRouter_CacheWarmerService()
  5217.     {
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5220.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5221.             'router' => ['services''router''getRouterService'false],
  5222.         ], [
  5223.             'router' => '?',
  5224.         ]))->withContext('router.cache_warmer'$this));
  5225.     }
  5226.     /**
  5227.      * Gets the private 'router.request_context' shared service.
  5228.      *
  5229.      * @return \Symfony\Component\Routing\RequestContext
  5230.      */
  5231.     protected function getRouter_RequestContextService()
  5232.     {
  5233.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5234.     }
  5235.     /**
  5236.      * Gets the private 'router_listener' shared service.
  5237.      *
  5238.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5239.      */
  5240.     protected function getRouterListenerService()
  5241.     {
  5242.         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);
  5243.     }
  5244.     /**
  5245.      * Gets the private 'security.access_listener' shared service.
  5246.      *
  5247.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5248.      */
  5249.     protected function getSecurity_AccessListenerService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5253.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5254.     }
  5255.     /**
  5256.      * Gets the private 'security.access_map' shared service.
  5257.      *
  5258.      * @return \Symfony\Component\Security\Http\AccessMap
  5259.      */
  5260.     protected function getSecurity_AccessMapService()
  5261.     {
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5266.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5267.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5268.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5269.         return $instance;
  5270.     }
  5271.     /**
  5272.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  5273.      *
  5274.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5275.      */
  5276.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  5277.     {
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5280.         return $this->privates['security.authentication.listener.anonymous.api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5281.     }
  5282.     /**
  5283.      * Gets the private 'security.authentication.listener.anonymous.login' shared service.
  5284.      *
  5285.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5286.      */
  5287.     protected function getSecurity_Authentication_Listener_Anonymous_LoginService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5291.         return $this->privates['security.authentication.listener.anonymous.login'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5292.     }
  5293.     /**
  5294.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5295.      *
  5296.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5297.      */
  5298.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5299.     {
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5302.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5303.     }
  5304.     /**
  5305.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  5306.      *
  5307.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5308.      */
  5309.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  5310.     {
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5316.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'login'=> 'api']);
  5317.         $a->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  5318.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  5319.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  5320.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5321.     }
  5322.     /**
  5323.      * Gets the private 'security.authentication.listener.json.login' shared service.
  5324.      *
  5325.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  5326.      */
  5327.     protected function getSecurity_Authentication_Listener_Json_LoginService()
  5328.     {
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5337.         $this->privates['security.authentication.listener.json.login'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), []), ['check_path' => '/api/login_check''use_forward' => false'require_previous_session' => false'username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5338.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  5339.         return $instance;
  5340.     }
  5341.     /**
  5342.      * Gets the private 'security.authentication.listener.json.main' shared service.
  5343.      *
  5344.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  5345.      */
  5346.     protected function getSecurity_Authentication_Listener_Json_MainService()
  5347.     {
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5356.         $this->privates['security.authentication.listener.json.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), [], 'main'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), []), ['check_path' => '/authentication_token''username_path' => 'email''password_path' => 'password''use_forward' => false'require_previous_session' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5357.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  5358.         return $instance;
  5359.     }
  5360.     /**
  5361.      * Gets the private 'security.authentication.manager' shared service.
  5362.      *
  5363.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5364.      */
  5365.     protected function getSecurity_Authentication_ManagerService()
  5366.     {
  5367.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5368.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  5369.             yield => ($this->privates['security.authentication.provider.anonymous.login'] ?? ($this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5370.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  5371.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5372.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  5373.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5374.         }, 6), true);
  5375.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5376.         return $instance;
  5377.     }
  5378.     /**
  5379.      * Gets the private 'security.authentication.provider.dao.login' shared service.
  5380.      *
  5381.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5382.      */
  5383.     protected function getSecurity_Authentication_Provider_Dao_LoginService()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5390.         return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'login', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5391.     }
  5392.     /**
  5393.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  5394.      *
  5395.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5396.      */
  5397.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  5398.     {
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5404.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5405.     }
  5406.     /**
  5407.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  5408.      *
  5409.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5410.      */
  5411.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  5412.     {
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5417.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5418.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  5419.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5420.     }
  5421.     /**
  5422.      * Gets the private 'security.channel_listener' shared service.
  5423.      *
  5424.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5425.      */
  5426.     protected function getSecurity_ChannelListenerService()
  5427.     {
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5432.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5433.     }
  5434.     /**
  5435.      * Gets the private 'security.command.user_password_encoder' shared service.
  5436.      *
  5437.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5438.      */
  5439.     protected function getSecurity_Command_UserPasswordEncoderService()
  5440.     {
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5443.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5444.         $instance->setName('security:encode-password');
  5445.         return $instance;
  5446.     }
  5447.     /**
  5448.      * Gets the private 'security.context_listener.0' shared service.
  5449.      *
  5450.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5451.      */
  5452.     protected function getSecurity_ContextListener_0Service()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5456.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  5457.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5458.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5459.     }
  5460.     /**
  5461.      * Gets the private 'security.encoder_factory.generic' shared service.
  5462.      *
  5463.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5464.      */
  5465.     protected function getSecurity_EncoderFactory_GenericService()
  5466.     {
  5467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5469.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  5470.     }
  5471.     /**
  5472.      * Gets the private 'security.expression_language' shared service.
  5473.      *
  5474.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  5475.      */
  5476.     protected function getSecurity_ExpressionLanguageService()
  5477.     {
  5478.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5479.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  5480.         return $instance;
  5481.     }
  5482.     /**
  5483.      * Gets the private 'security.firewall.map' shared service.
  5484.      *
  5485.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5486.      */
  5487.     protected function getSecurity_Firewall_MapService()
  5488.     {
  5489.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5490.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5491.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5492.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'false],
  5493.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5494.         ], [
  5495.             'security.firewall.map.context.api' => '?',
  5496.             'security.firewall.map.context.dev' => '?',
  5497.             'security.firewall.map.context.login' => '?',
  5498.             'security.firewall.map.context.main' => '?',
  5499.         ]), new RewindableGenerator(function () {
  5500.             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)/')));
  5501.             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')));
  5502.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  5503.             yield 'security.firewall.map.context.main' => NULL;
  5504.         }, 4));
  5505.     }
  5506.     /**
  5507.      * Gets the private 'security.firewall.map.context.api' shared service.
  5508.      *
  5509.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5510.      */
  5511.     protected function getSecurity_Firewall_Map_Context_ApiService()
  5512.     {
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5517.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5518.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5519.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  5520.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  5521.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5522.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.uTv4pMG'truetrue'security.user.provider.concrete.app_user_provider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  5523.     }
  5524.     /**
  5525.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5526.      *
  5527.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5528.      */
  5529.     protected function getSecurity_Firewall_Map_Context_DevService()
  5530.     {
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5533.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5534.             return new \EmptyIterator();
  5535.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5536.     }
  5537.     /**
  5538.      * Gets the private 'security.firewall.map.context.login' shared service.
  5539.      *
  5540.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5541.      */
  5542.     protected function getSecurity_Firewall_Map_Context_LoginService()
  5543.     {
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5548.         return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5549.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5550.             yield => ($this->privates['security.authentication.listener.json.login'] ?? $this->getSecurity_Authentication_Listener_Json_LoginService());
  5551.             yield => ($this->privates['security.authentication.listener.anonymous.login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_LoginService());
  5552.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5553.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login''security.user_checker''.security.request_matcher.HeUdK73'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  5554.     }
  5555.     /**
  5556.      * Gets the private 'security.firewall.map.context.main' shared service.
  5557.      *
  5558.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5559.      */
  5560.     protected function getSecurity_Firewall_Map_Context_MainService()
  5561.     {
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5566.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5567.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5568.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5569.             yield => ($this->privates['security.authentication.listener.json.main'] ?? $this->getSecurity_Authentication_Listener_Json_MainService());
  5570.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5571.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5572.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main'NULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  5573.     }
  5574.     /**
  5575.      * Gets the private 'security.http_utils' shared service.
  5576.      *
  5577.      * @return \Symfony\Component\Security\Http\HttpUtils
  5578.      */
  5579.     protected function getSecurity_HttpUtilsService()
  5580.     {
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5582.         $a = ($this->services['router'] ?? $this->getRouterService());
  5583.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5584.     }
  5585.     /**
  5586.      * Gets the private 'security.logout_url_generator' shared service.
  5587.      *
  5588.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5589.      */
  5590.     protected function getSecurity_LogoutUrlGeneratorService()
  5591.     {
  5592.         return $this->privates['security.logout_url_generator'] = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5593.     }
  5594.     /**
  5595.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5596.      *
  5597.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5598.      */
  5599.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5600.     {
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5604.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  5605.     }
  5606.     /**
  5607.      * Gets the private 'security.validator.user_password' shared service.
  5608.      *
  5609.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5610.      */
  5611.     protected function getSecurity_Validator_UserPasswordService()
  5612.     {
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5616.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5617.     }
  5618.     /**
  5619.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5620.      *
  5621.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5622.      */
  5623.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5624.     {
  5625.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5626.     }
  5627.     /**
  5628.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5629.      *
  5630.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5631.      */
  5632.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5633.     {
  5634.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5635.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5636.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5637.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5638.     }
  5639.     /**
  5640.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5641.      *
  5642.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5643.      */
  5644.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5645.     {
  5646.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  5647.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  5648.         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->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5649.     }
  5650.     /**
  5651.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5652.      *
  5653.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5654.      */
  5655.     protected function getSensioFrameworkExtra_View_ListenerService()
  5656.     {
  5657.         $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))));
  5658.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5659.             'twig' => ['services''twig''getTwigService'false],
  5660.         ], [
  5661.             'twig' => 'Twig\\Environment',
  5662.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5663.         return $instance;
  5664.     }
  5665.     /**
  5666.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5667.      *
  5668.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5669.      */
  5670.     protected function getSerializer_Mapping_CacheWarmerService()
  5671.     {
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5675.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  5676.     }
  5677.     /**
  5678.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5679.      *
  5680.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5681.      */
  5682.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5683.     {
  5684.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  5685.     }
  5686.     /**
  5687.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  5688.      *
  5689.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  5690.      */
  5691.     protected function getSerializer_NameConverter_MetadataAwareService()
  5692.     {
  5693.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5694.     }
  5695.     /**
  5696.      * Gets the private 'session.storage.native' shared service.
  5697.      *
  5698.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5699.      */
  5700.     protected function getSession_Storage_NativeService()
  5701.     {
  5702.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5706.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  5707.     }
  5708.     /**
  5709.      * Gets the private 'session_listener' shared service.
  5710.      *
  5711.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5712.      */
  5713.     protected function getSessionListenerService()
  5714.     {
  5715.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5716.             'initialized_session' => ['services''session'NULLfalse],
  5717.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5718.             'session' => ['services''session''getSessionService'false],
  5719.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5720.         ], [
  5721.             'initialized_session' => '?',
  5722.             'request_stack' => '?',
  5723.             'session' => '?',
  5724.             'session_storage' => '?',
  5725.         ]));
  5726.     }
  5727.     /**
  5728.      * Gets the private 'translation.extractor' shared service.
  5729.      *
  5730.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5731.      */
  5732.     protected function getTranslation_ExtractorService()
  5733.     {
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5738.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5739.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5740.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5741.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5742.         return $instance;
  5743.     }
  5744.     /**
  5745.      * Gets the private 'translation.loader.csv' shared service.
  5746.      *
  5747.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5748.      */
  5749.     protected function getTranslation_Loader_CsvService()
  5750.     {
  5751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5755.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5756.     }
  5757.     /**
  5758.      * Gets the private 'translation.loader.dat' shared service.
  5759.      *
  5760.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5761.      */
  5762.     protected function getTranslation_Loader_DatService()
  5763.     {
  5764.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5767.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5768.     }
  5769.     /**
  5770.      * Gets the private 'translation.loader.ini' shared service.
  5771.      *
  5772.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5773.      */
  5774.     protected function getTranslation_Loader_IniService()
  5775.     {
  5776.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5780.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5781.     }
  5782.     /**
  5783.      * Gets the private 'translation.loader.json' shared service.
  5784.      *
  5785.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5786.      */
  5787.     protected function getTranslation_Loader_JsonService()
  5788.     {
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5793.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5794.     }
  5795.     /**
  5796.      * Gets the private 'translation.loader.mo' shared service.
  5797.      *
  5798.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5799.      */
  5800.     protected function getTranslation_Loader_MoService()
  5801.     {
  5802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5806.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5807.     }
  5808.     /**
  5809.      * Gets the private 'translation.loader.php' shared service.
  5810.      *
  5811.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5812.      */
  5813.     protected function getTranslation_Loader_PhpService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5819.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5820.     }
  5821.     /**
  5822.      * Gets the private 'translation.loader.po' shared service.
  5823.      *
  5824.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5825.      */
  5826.     protected function getTranslation_Loader_PoService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5832.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5833.     }
  5834.     /**
  5835.      * Gets the private 'translation.loader.qt' shared service.
  5836.      *
  5837.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5838.      */
  5839.     protected function getTranslation_Loader_QtService()
  5840.     {
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5843.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5844.     }
  5845.     /**
  5846.      * Gets the private 'translation.loader.res' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5849.      */
  5850.     protected function getTranslation_Loader_ResService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5854.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5855.     }
  5856.     /**
  5857.      * Gets the private 'translation.loader.xliff' shared service.
  5858.      *
  5859.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5860.      */
  5861.     protected function getTranslation_Loader_XliffService()
  5862.     {
  5863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5865.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5866.     }
  5867.     /**
  5868.      * Gets the private 'translation.loader.yml' shared service.
  5869.      *
  5870.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5871.      */
  5872.     protected function getTranslation_Loader_YmlService()
  5873.     {
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5878.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5879.     }
  5880.     /**
  5881.      * Gets the private 'translation.reader' shared service.
  5882.      *
  5883.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5884.      */
  5885.     protected function getTranslation_ReaderService()
  5886.     {
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5896.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5903.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5904.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5905.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5906.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5907.         $instance->addLoader('yaml'$a);
  5908.         $instance->addLoader('yml'$a);
  5909.         $instance->addLoader('xlf'$b);
  5910.         $instance->addLoader('xliff'$b);
  5911.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5912.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5913.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5914.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5915.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5916.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5917.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5918.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5919.         return $instance;
  5920.     }
  5921.     /**
  5922.      * Gets the private 'translation.warmer' shared service.
  5923.      *
  5924.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5925.      */
  5926.     protected function getTranslation_WarmerService()
  5927.     {
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5930.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5931.             'translator' => ['services''translator''getTranslatorService'false],
  5932.         ], [
  5933.             'translator' => '?',
  5934.         ]))->withContext('translation.warmer'$this));
  5935.     }
  5936.     /**
  5937.      * Gets the private 'translator.default' shared service.
  5938.      *
  5939.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5940.      */
  5941.     protected function getTranslator_DefaultService()
  5942.     {
  5943.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5944.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5945.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5946.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5947.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5948.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5949.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5950.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5951.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5952.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5953.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5954.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5955.         ], [
  5956.             'translation.loader.csv' => '?',
  5957.             'translation.loader.dat' => '?',
  5958.             'translation.loader.ini' => '?',
  5959.             'translation.loader.json' => '?',
  5960.             'translation.loader.mo' => '?',
  5961.             'translation.loader.php' => '?',
  5962.             'translation.loader.po' => '?',
  5963.             'translation.loader.qt' => '?',
  5964.             'translation.loader.res' => '?',
  5965.             'translation.loader.xliff' => '?',
  5966.             'translation.loader.yml' => '?',
  5967.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], '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')], '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')], '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')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], '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')], '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')], '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')], '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/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')], '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')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/nelmio/cors-bundle/translations'16 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'17 => 'vendor/lexik/jwt-authentication-bundle/translations'18 => 'vendor/sentry/sentry-symfony/src/translations']]]);
  5968.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5969.         $instance->setFallbackLocales([=> 'fr']);
  5970.         return $instance;
  5971.     }
  5972.     /**
  5973.      * Gets the private 'twig.command.debug' shared service.
  5974.      *
  5975.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5976.      */
  5977.     protected function getTwig_Command_DebugService()
  5978.     {
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5981.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5982.         $instance->setName('debug:twig');
  5983.         return $instance;
  5984.     }
  5985.     /**
  5986.      * Gets the private 'twig.command.lint' shared service.
  5987.      *
  5988.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5989.      */
  5990.     protected function getTwig_Command_LintService()
  5991.     {
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5995.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5996.         $instance->setName('lint:twig');
  5997.         return $instance;
  5998.     }
  5999.     /**
  6000.      * Gets the private 'twig.form.renderer' shared service.
  6001.      *
  6002.      * @return \Symfony\Component\Form\FormRenderer
  6003.      */
  6004.     protected function getTwig_Form_RendererService()
  6005.     {
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6011.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6012.     }
  6013.     /**
  6014.      * Gets the private 'twig.mailer.message_listener' shared service.
  6015.      *
  6016.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6017.      */
  6018.     protected function getTwig_Mailer_MessageListenerService()
  6019.     {
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6023.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  6024.     }
  6025.     /**
  6026.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6027.      *
  6028.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6029.      */
  6030.     protected function getTwig_Runtime_HttpkernelService()
  6031.     {
  6032.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6035.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6036.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6037.         ], [
  6038.             'inline' => '?',
  6039.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6040.     }
  6041.     /**
  6042.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6043.      *
  6044.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6045.      */
  6046.     protected function getTwig_Runtime_SecurityCsrfService()
  6047.     {
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6049.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6050.     }
  6051.     /**
  6052.      * Gets the private 'twig.template_cache_warmer' shared service.
  6053.      *
  6054.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6055.      */
  6056.     protected function getTwig_TemplateCacheWarmerService()
  6057.     {
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6061.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6062.             'twig' => ['services''twig''getTwigService'false],
  6063.         ], [
  6064.             'twig' => 'Twig\\Environment',
  6065.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  6066.     }
  6067.     /**
  6068.      * Gets the private 'validator.builder' shared service.
  6069.      *
  6070.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6071.      */
  6072.     protected function getValidator_BuilderService()
  6073.     {
  6074.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6075.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6076.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6077.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6078.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6079.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6080.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6081.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6082.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6083.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6084.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6085.         ], [
  6086.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6087.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6088.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6089.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6090.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6091.             'doctrine.orm.validator.unique' => '?',
  6092.             'security.validator.user_password' => '?',
  6093.             'validator.expression' => '?',
  6094.         ])));
  6095.         if ($this->has('translator')) {
  6096.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6097.         }
  6098.         $instance->setTranslationDomain('validators');
  6099.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6100.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6101.         $instance->addMethodMapping('loadValidatorMetadata');
  6102.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6103.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6104.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6105.         return $instance;
  6106.     }
  6107.     /**
  6108.      * Gets the private 'validator.email' shared service.
  6109.      *
  6110.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6111.      */
  6112.     protected function getValidator_EmailService()
  6113.     {
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6117.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6118.     }
  6119.     /**
  6120.      * Gets the private 'validator.expression' shared service.
  6121.      *
  6122.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6123.      */
  6124.     protected function getValidator_ExpressionService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6129.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6130.     }
  6131.     /**
  6132.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6133.      *
  6134.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6135.      */
  6136.     protected function getValidator_Mapping_CacheWarmerService()
  6137.     {
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6141.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6142.     }
  6143.     /**
  6144.      * Gets the private 'validator.not_compromised_password' shared service.
  6145.      *
  6146.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6147.      */
  6148.     protected function getValidator_NotCompromisedPasswordService()
  6149.     {
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6153.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  6154.     }
  6155.     /**
  6156.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6157.      *
  6158.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6159.      */
  6160.     protected function getVarDumper_Command_ServerDumpService()
  6161.     {
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6168.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6169.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6170.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6171.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6172.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6173.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  6174.         $instance->setName('server:dump');
  6175.         return $instance;
  6176.     }
  6177.     /**
  6178.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6179.      *
  6180.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6181.      */
  6182.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6183.     {
  6184.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6185.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6186.         return $instance;
  6187.     }
  6188.     /**
  6189.      * Gets the private 'var_dumper.html_dumper' shared service.
  6190.      *
  6191.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6192.      */
  6193.     protected function getVarDumper_HtmlDumperService()
  6194.     {
  6195.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6196.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6197.         return $instance;
  6198.     }
  6199.     /**
  6200.      * Gets the private 'var_dumper.server_connection' shared service.
  6201.      *
  6202.      * @return \Symfony\Component\VarDumper\Server\Connection
  6203.      */
  6204.     protected function getVarDumper_ServerConnectionService()
  6205.     {
  6206.         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()]);
  6207.     }
  6208.     /**
  6209.      * Gets the private 'web_profiler.csp.handler' shared service.
  6210.      *
  6211.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6212.      */
  6213.     protected function getWebProfiler_Csp_HandlerService()
  6214.     {
  6215.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6216.     }
  6217.     /**
  6218.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6219.      *
  6220.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6221.      */
  6222.     protected function getWebProfiler_DebugToolbarService()
  6223.     {
  6224.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  6225.     }
  6226.     public function getParameter(string $name)
  6227.     {
  6228.         if (isset($this->buildParameters[$name])) {
  6229.             return $this->buildParameters[$name];
  6230.         }
  6231.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  6232.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6233.         }
  6234.         if (isset($this->loadedDynamicParameters[$name])) {
  6235.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6236.         }
  6237.         return $this->parameters[$name];
  6238.     }
  6239.     public function hasParameter(string $name): bool
  6240.     {
  6241.         if (isset($this->buildParameters[$name])) {
  6242.             return true;
  6243.         }
  6244.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  6245.     }
  6246.     public function setParameter(string $name$value): void
  6247.     {
  6248.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6249.     }
  6250.     public function getParameterBag(): ParameterBagInterface
  6251.     {
  6252.         if (null === $this->parameterBag) {
  6253.             $parameters $this->parameters;
  6254.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6255.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6256.             }
  6257.             foreach ($this->buildParameters as $name => $value) {
  6258.                 $parameters[$name] = $value;
  6259.             }
  6260.             $this->parameterBag = new FrozenParameterBag($parameters);
  6261.         }
  6262.         return $this->parameterBag;
  6263.     }
  6264.     private $loadedDynamicParameters = [
  6265.         'kernel.cache_dir' => false,
  6266.         'timetime_users_link' => false,
  6267.         'email_from_addr' => false,
  6268.         'email_from_name' => false,
  6269.         'emails_cc' => false,
  6270.         'link_app_front' => false,
  6271.         'kernel.secret' => false,
  6272.         'session.save_path' => false,
  6273.         'validator.mapping.cache.file' => false,
  6274.         'profiler.storage.dsn' => false,
  6275.         'debug.container.dump' => false,
  6276.         'serializer.mapping.cache.file' => false,
  6277.         'doctrine.orm.proxy_dir' => false,
  6278.         'lexik_jwt_authentication.pass_phrase' => false,
  6279.     ];
  6280.     private $dynamicParameters = [];
  6281.     private function getDynamicParameter(string $name)
  6282.     {
  6283.         switch ($name) {
  6284.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6285.             case 'timetime_users_link'$value $this->getEnv('TIME_TIME_API_USERS'); break;
  6286.             case 'email_from_addr'$value $this->getEnv('EMAIL_FROM_ADDR'); break;
  6287.             case 'email_from_name'$value $this->getEnv('EMAIL_FROM_NAME'); break;
  6288.             case 'emails_cc'$value $this->getEnv('EMAILS_CC'); break;
  6289.             case 'link_app_front'$value $this->getEnv('LINK_APP_FRONT'); break;
  6290.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6291.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6292.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6293.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6294.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6295.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6296.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6297.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  6298.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6299.         }
  6300.         $this->loadedDynamicParameters[$name] = true;
  6301.         return $this->dynamicParameters[$name] = $value;
  6302.     }
  6303.     protected function getDefaultParameters(): array
  6304.     {
  6305.         return [
  6306.             'kernel.project_dir' => \dirname(__DIR__4),
  6307.             'kernel.environment' => 'dev',
  6308.             'kernel.debug' => true,
  6309.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6310.             'kernel.bundles' => [
  6311.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6312.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6313.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6314.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6315.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6316.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6317.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6318.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6319.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6320.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6321.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6322.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  6323.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  6324.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  6325.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  6326.             ],
  6327.             'kernel.bundles_metadata' => [
  6328.                 'FrameworkBundle' => [
  6329.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6330.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6331.                 ],
  6332.                 'TwigBundle' => [
  6333.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6334.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6335.                 ],
  6336.                 'TwigExtraBundle' => [
  6337.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6338.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6339.                 ],
  6340.                 'WebProfilerBundle' => [
  6341.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6342.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6343.                 ],
  6344.                 'MonologBundle' => [
  6345.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6346.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6347.                 ],
  6348.                 'DebugBundle' => [
  6349.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6350.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6351.                 ],
  6352.                 'SensioFrameworkExtraBundle' => [
  6353.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6354.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6355.                 ],
  6356.                 'DoctrineBundle' => [
  6357.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6358.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6359.                 ],
  6360.                 'DoctrineMigrationsBundle' => [
  6361.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6362.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6363.                 ],
  6364.                 'SecurityBundle' => [
  6365.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6366.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6367.                 ],
  6368.                 'MakerBundle' => [
  6369.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6370.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6371.                 ],
  6372.                 'NelmioCorsBundle' => [
  6373.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  6374.                     'namespace' => 'Nelmio\\CorsBundle',
  6375.                 ],
  6376.                 'ApiPlatformBundle' => [
  6377.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  6378.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  6379.                 ],
  6380.                 'LexikJWTAuthenticationBundle' => [
  6381.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  6382.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  6383.                 ],
  6384.                 'SentryBundle' => [
  6385.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  6386.                     'namespace' => 'Sentry\\SentryBundle',
  6387.                 ],
  6388.             ],
  6389.             'kernel.charset' => 'UTF-8',
  6390.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6391.             'container.dumper.inline_class_loader' => true,
  6392.             'container.dumper.inline_factories' => true,
  6393.             'event_dispatcher.event_aliases' => [
  6394.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6395.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6396.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6397.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6398.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6399.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6400.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6401.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6402.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6403.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6404.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6405.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6406.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6407.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6408.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6409.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6410.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6411.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6412.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6413.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6414.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6415.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6416.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6417.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6418.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6419.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6420.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6421.             ],
  6422.             'fragment.renderer.hinclude.global_template' => '',
  6423.             'fragment.path' => '/_fragment',
  6424.             'kernel.http_method_override' => true,
  6425.             'kernel.trusted_hosts' => [
  6426.             ],
  6427.             'kernel.default_locale' => 'fr',
  6428.             'kernel.error_controller' => 'error_controller',
  6429.             'debug.file_link_format' => NULL,
  6430.             'session.metadata.storage_key' => '_sf2_meta',
  6431.             'session.storage.options' => [
  6432.                 'cache_limiter' => '0',
  6433.                 'cookie_secure' => 'auto',
  6434.                 'cookie_httponly' => true,
  6435.                 'cookie_samesite' => 'lax',
  6436.                 'gc_probability' => 1,
  6437.             ],
  6438.             'session.metadata.update_threshold' => 0,
  6439.             'form.type_extension.csrf.enabled' => true,
  6440.             'form.type_extension.csrf.field_name' => '_token',
  6441.             'asset.request_context.base_path' => '',
  6442.             'asset.request_context.secure' => false,
  6443.             'validator.translation_domain' => 'validators',
  6444.             'translator.logging' => false,
  6445.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6446.             'profiler_listener.only_exceptions' => false,
  6447.             'profiler_listener.only_master_requests' => false,
  6448.             'debug.error_handler.throw_at' => -1,
  6449.             'router.request_context.host' => 'localhost',
  6450.             'router.request_context.scheme' => 'http',
  6451.             'router.request_context.base_url' => '',
  6452.             'router.resource' => 'kernel::loadRoutes',
  6453.             'request_listener.http_port' => 80,
  6454.             'request_listener.https_port' => 443,
  6455.             'twig.form.resources' => [
  6456.                 => 'form_div_layout.html.twig',
  6457.             ],
  6458.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6459.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6460.             'web_profiler.debug_toolbar.mode' => 2,
  6461.             'monolog.use_microseconds' => true,
  6462.             'monolog.swift_mailer.handlers' => [
  6463.             ],
  6464.             'monolog.handlers_to_channels' => [
  6465.                 'monolog.handler.console' => [
  6466.                     'type' => 'exclusive',
  6467.                     'elements' => [
  6468.                         => 'event',
  6469.                         => 'doctrine',
  6470.                         => 'console',
  6471.                     ],
  6472.                 ],
  6473.                 'monolog.handler.main' => [
  6474.                     'type' => 'exclusive',
  6475.                     'elements' => [
  6476.                         => 'event',
  6477.                     ],
  6478.                 ],
  6479.             ],
  6480.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6481.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6482.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6483.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6484.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6485.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6486.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6487.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6488.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6489.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6490.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6491.             'doctrine.entity_managers' => [
  6492.                 'default' => 'doctrine.orm.default_entity_manager',
  6493.             ],
  6494.             'doctrine.default_entity_manager' => 'default',
  6495.             'doctrine.dbal.connection_factory.types' => [
  6496.             ],
  6497.             'doctrine.connections' => [
  6498.                 'default' => 'doctrine.dbal.default_connection',
  6499.             ],
  6500.             'doctrine.default_connection' => 'default',
  6501.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6502.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6503.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6504.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6505.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6506.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6507.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6508.             'doctrine.orm.cache.memcache_port' => 11211,
  6509.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6510.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6511.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6512.             'doctrine.orm.cache.memcached_port' => 11211,
  6513.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6514.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6515.             'doctrine.orm.cache.redis_host' => 'localhost',
  6516.             'doctrine.orm.cache.redis_port' => 6379,
  6517.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6518.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6519.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6520.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6521.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6522.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6523.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6524.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6525.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6526.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6527.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6528.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6529.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6530.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6531.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6532.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6533.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6534.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6535.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6536.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6537.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6538.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6539.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6540.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6541.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6542.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6543.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6544.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6545.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6546.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6547.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6548.             'doctrine.migrations.preferred_em' => NULL,
  6549.             'doctrine.migrations.preferred_connection' => NULL,
  6550.             'security.role_hierarchy.roles' => [
  6551.             ],
  6552.             'security.access.denied_url' => NULL,
  6553.             'security.authentication.manager.erase_credentials' => true,
  6554.             'security.authentication.session_strategy.strategy' => 'migrate',
  6555.             'security.access.always_authenticate_before_granting' => false,
  6556.             'security.authentication.hide_user_not_found' => true,
  6557.             'nelmio_cors.map' => [
  6558.                 '^/' => [
  6559.                 ],
  6560.                 '^/api/' => [
  6561.                     'origin_regex' => true,
  6562.                     'allow_origin' => true,
  6563.                     'allow_methods' => [
  6564.                         => 'GET',
  6565.                         => 'OPTIONS',
  6566.                         => 'POST',
  6567.                         => 'PUT',
  6568.                         => 'PATCH',
  6569.                         => 'DELETE',
  6570.                     ],
  6571.                     'allow_headers' => [
  6572.                         => 'content-type',
  6573.                         => 'authorization',
  6574.                     ],
  6575.                     'expose_headers' => [
  6576.                         => 'Link',
  6577.                     ],
  6578.                     'max_age' => 3600,
  6579.                 ],
  6580.             ],
  6581.             'nelmio_cors.defaults' => [
  6582.                 'allow_origin' => true,
  6583.                 'allow_credentials' => false,
  6584.                 'allow_headers' => [
  6585.                     => 'content-type',
  6586.                     => 'authorization',
  6587.                 ],
  6588.                 'expose_headers' => [
  6589.                     => 'Link',
  6590.                 ],
  6591.                 'allow_methods' => [
  6592.                     => 'GET',
  6593.                     => 'OPTIONS',
  6594.                     => 'POST',
  6595.                     => 'PUT',
  6596.                     => 'PATCH',
  6597.                     => 'DELETE',
  6598.                 ],
  6599.                 'max_age' => 3600,
  6600.                 'hosts' => [
  6601.                 ],
  6602.                 'origin_regex' => true,
  6603.                 'forced_allow_origin_value' => NULL,
  6604.             ],
  6605.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  6606.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  6607.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  6608.             'api_platform.enable_entrypoint' => true,
  6609.             'api_platform.enable_docs' => true,
  6610.             'api_platform.title' => '',
  6611.             'api_platform.description' => '',
  6612.             'api_platform.version' => '0.0.0',
  6613.             'api_platform.show_webby' => true,
  6614.             'api_platform.exception_to_status' => [
  6615.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  6616.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  6617.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  6618.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  6619.             ],
  6620.             'api_platform.formats' => [
  6621.                 'jsonld' => [
  6622.                     => 'application/ld+json',
  6623.                 ],
  6624.                 'json' => [
  6625.                     => 'application/json',
  6626.                 ],
  6627.                 'html' => [
  6628.                     => 'text/html',
  6629.                 ],
  6630.             ],
  6631.             'api_platform.patch_formats' => [
  6632.                 'json' => [
  6633.                     => 'application/merge-patch+json',
  6634.                 ],
  6635.             ],
  6636.             'api_platform.error_formats' => [
  6637.                 'jsonproblem' => [
  6638.                     => 'application/problem+json',
  6639.                 ],
  6640.                 'jsonld' => [
  6641.                     => 'application/ld+json',
  6642.                 ],
  6643.             ],
  6644.             'api_platform.allow_plain_identifiers' => false,
  6645.             'api_platform.eager_loading.enabled' => true,
  6646.             'api_platform.eager_loading.max_joins' => 30,
  6647.             'api_platform.eager_loading.fetch_partial' => false,
  6648.             'api_platform.eager_loading.force_eager' => true,
  6649.             'api_platform.collection.exists_parameter_name' => 'exists',
  6650.             'api_platform.collection.order' => 'ASC',
  6651.             'api_platform.collection.order_parameter_name' => 'order',
  6652.             'api_platform.collection.pagination.enabled' => true,
  6653.             'api_platform.collection.pagination.partial' => false,
  6654.             'api_platform.collection.pagination.client_enabled' => true,
  6655.             'api_platform.collection.pagination.client_items_per_page' => true,
  6656.             'api_platform.collection.pagination.client_partial' => false,
  6657.             'api_platform.collection.pagination.items_per_page' => 30,
  6658.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  6659.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  6660.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  6661.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  6662.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  6663.             'api_platform.collection.pagination' => [
  6664.                 'client_items_per_page' => true,
  6665.                 'items_per_page_parameter_name' => 'itemsPerPage',
  6666.                 'client_enabled' => true,
  6667.                 'enabled_parameter_name' => 'pagination',
  6668.                 'enabled' => true,
  6669.                 'partial' => false,
  6670.                 'client_partial' => false,
  6671.                 'items_per_page' => 30,
  6672.                 'maximum_items_per_page' => NULL,
  6673.                 'page_parameter_name' => 'page',
  6674.                 'partial_parameter_name' => 'partial',
  6675.             ],
  6676.             'api_platform.http_cache.etag' => true,
  6677.             'api_platform.http_cache.max_age' => NULL,
  6678.             'api_platform.http_cache.shared_max_age' => NULL,
  6679.             'api_platform.http_cache.vary' => [
  6680.                 => 'Accept',
  6681.             ],
  6682.             'api_platform.http_cache.public' => NULL,
  6683.             'api_platform.resource_class_directories' => [
  6684.                 => (\dirname(__DIR__4).'/src/Entity'),
  6685.             ],
  6686.             'api_platform.oauth.enabled' => false,
  6687.             'api_platform.oauth.clientId' => '',
  6688.             'api_platform.oauth.clientSecret' => '',
  6689.             'api_platform.oauth.type' => 'oauth2',
  6690.             'api_platform.oauth.flow' => 'application',
  6691.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  6692.             'api_platform.oauth.authorizationUrl' => '/oauth/v2/auth',
  6693.             'api_platform.oauth.scopes' => [
  6694.             ],
  6695.             'api_platform.swagger.versions' => [
  6696.                 => 3,
  6697.             ],
  6698.             'api_platform.enable_swagger_ui' => true,
  6699.             'api_platform.enable_re_doc' => true,
  6700.             'api_platform.swagger.api_keys' => [
  6701.             ],
  6702.             'api_platform.graphql.enabled' => false,
  6703.             'api_platform.graphql.graphiql.enabled' => false,
  6704.             'api_platform.graphql.graphql_playground.enabled' => false,
  6705.             'api_platform.graphql.collection.pagination' => [
  6706.                 'enabled' => true,
  6707.             ],
  6708.             'api_platform.validator.serialize_payload_fields' => [
  6709.             ],
  6710.             'api_platform.elasticsearch.enabled' => false,
  6711.             'lexik_jwt_authentication.token_ttl' => 36000,
  6712.             'lexik_jwt_authentication.clock_skew' => 0,
  6713.             'lexik_jwt_authentication.user_identity_field' => 'username',
  6714.             'lexik_jwt_authentication.user_id_claim' => 'username',
  6715.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  6716.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  6717.             'sentry.listener_priorities.request' => 1,
  6718.             'sentry.listener_priorities.sub_request' => 1,
  6719.             'sentry.listener_priorities.console' => 1,
  6720.             'sentry.listener_priorities.request_error' => 128,
  6721.             'sentry.listener_priorities.console_error' => 128,
  6722.             'sentry.listener_priorities.worker_error' => 99,
  6723.             'data_collector.templates' => [
  6724.                 'data_collector.request' => [
  6725.                     => 'request',
  6726.                     => '@WebProfiler/Collector/request.html.twig',
  6727.                 ],
  6728.                 'api_platform.data_collector.request' => [
  6729.                     => 'api_platform.data_collector.request',
  6730.                     => '@ApiPlatform/DataCollector/request.html.twig',
  6731.                 ],
  6732.                 'data_collector.time' => [
  6733.                     => 'time',
  6734.                     => '@WebProfiler/Collector/time.html.twig',
  6735.                 ],
  6736.                 'data_collector.memory' => [
  6737.                     => 'memory',
  6738.                     => '@WebProfiler/Collector/memory.html.twig',
  6739.                 ],
  6740.                 'data_collector.validator' => [
  6741.                     => 'validator',
  6742.                     => '@WebProfiler/Collector/validator.html.twig',
  6743.                 ],
  6744.                 'data_collector.ajax' => [
  6745.                     => 'ajax',
  6746.                     => '@WebProfiler/Collector/ajax.html.twig',
  6747.                 ],
  6748.                 'data_collector.form' => [
  6749.                     => 'form',
  6750.                     => '@WebProfiler/Collector/form.html.twig',
  6751.                 ],
  6752.                 'data_collector.exception' => [
  6753.                     => 'exception',
  6754.                     => '@WebProfiler/Collector/exception.html.twig',
  6755.                 ],
  6756.                 'data_collector.logger' => [
  6757.                     => 'logger',
  6758.                     => '@WebProfiler/Collector/logger.html.twig',
  6759.                 ],
  6760.                 'data_collector.events' => [
  6761.                     => 'events',
  6762.                     => '@WebProfiler/Collector/events.html.twig',
  6763.                 ],
  6764.                 'data_collector.router' => [
  6765.                     => 'router',
  6766.                     => '@WebProfiler/Collector/router.html.twig',
  6767.                 ],
  6768.                 'data_collector.cache' => [
  6769.                     => 'cache',
  6770.                     => '@WebProfiler/Collector/cache.html.twig',
  6771.                 ],
  6772.                 'data_collector.translation' => [
  6773.                     => 'translation',
  6774.                     => '@WebProfiler/Collector/translation.html.twig',
  6775.                 ],
  6776.                 'data_collector.security' => [
  6777.                     => 'security',
  6778.                     => '@Security/Collector/security.html.twig',
  6779.                 ],
  6780.                 'data_collector.twig' => [
  6781.                     => 'twig',
  6782.                     => '@WebProfiler/Collector/twig.html.twig',
  6783.                 ],
  6784.                 'data_collector.http_client' => [
  6785.                     => 'http_client',
  6786.                     => '@WebProfiler/Collector/http_client.html.twig',
  6787.                 ],
  6788.                 'data_collector.doctrine' => [
  6789.                     => 'db',
  6790.                     => '@Doctrine/Collector/db.html.twig',
  6791.                 ],
  6792.                 'data_collector.dump' => [
  6793.                     => 'dump',
  6794.                     => '@Debug/Profiler/dump.html.twig',
  6795.                 ],
  6796.                 'mailer.data_collector' => [
  6797.                     => 'mailer',
  6798.                     => '@WebProfiler/Collector/mailer.html.twig',
  6799.                 ],
  6800.                 'data_collector.config' => [
  6801.                     => 'config',
  6802.                     => '@WebProfiler/Collector/config.html.twig',
  6803.                 ],
  6804.             ],
  6805.             'console.command.ids' => [
  6806.                 => 'console.command.public_alias.api_platform.json_schema.json_schema_generate_command',
  6807.                 => 'console.command.public_alias.api_platform.swagger.command.swagger_command',
  6808.             ],
  6809.         ];
  6810.     }
  6811. }