var/cache/dev/ContainerBm1ZJwZ/App_KernelDevDebugContainer.php line 683

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