var/cache/dev/ContainerXjOS5Vx/App_KernelDevDebugContainer.php line 7767

Open in your IDE?
  1. <?php
  2. namespace ContainerXjOS5Vx;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\Admin\\CarteCadeauController' => 'getCarteCadeauControllerService',
  47.             'App\\Controller\\Admin\\ContactController' => 'getContactControllerService',
  48.             'App\\Controller\\Admin\\DefaultController' => 'getDefaultControllerService',
  49.             'App\\Controller\\Admin\\HistoryController' => 'getHistoryControllerService',
  50.             'App\\Controller\\Admin\\MailController' => 'getMailControllerService',
  51.             'App\\Controller\\Admin\\NotificationAdminController' => 'getNotificationAdminControllerService',
  52.             'App\\Controller\\Admin\\PaymentController' => 'getPaymentControllerService',
  53.             'App\\Controller\\Admin\\PrivatisationController' => 'getPrivatisationControllerService',
  54.             'App\\Controller\\Admin\\ReservationController' => 'getReservationControllerService',
  55.             'App\\Controller\\Admin\\SpaController' => 'getSpaControllerService',
  56.             'App\\Controller\\Admin\\StatsController' => 'getStatsControllerService',
  57.             'App\\Controller\\CarteCadeauController' => 'getCarteCadeauController2Service',
  58.             'App\\Controller\\DefaultController' => 'getDefaultController2Service',
  59.             'App\\Controller\\MerciFacteurController' => 'getMerciFacteurControllerService',
  60.             'App\\Controller\\MerciFacteurWebhookController' => 'getMerciFacteurWebhookControllerService',
  61.             'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  62.             'App\\Controller\\PrivatisationController' => 'getPrivatisationController2Service',
  63.             'App\\Controller\\ReservationController' => 'getReservationController2Service',
  64.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  65.             'App\\Controller\\VitrineController' => 'getVitrineControllerService',
  66.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  67.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  68.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  69.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  70.             'cache.app' => 'getCache_AppService',
  71.             'cache.app_clearer' => 'getCache_AppClearerService',
  72.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  73.             'cache.system' => 'getCache_SystemService',
  74.             'cache.system_clearer' => 'getCache_SystemClearerService',
  75.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  76.             'cache_warmer' => 'getCacheWarmerService',
  77.             'console.command_loader' => 'getConsole_CommandLoaderService',
  78.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  79.             'data_collector.dump' => 'getDataCollector_DumpService',
  80.             'doctrine' => 'getDoctrineService',
  81.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  82.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  83.             'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  84.             'error_controller' => 'getErrorControllerService',
  85.             'event_dispatcher' => 'getEventDispatcherService',
  86.             'http_kernel' => 'getHttpKernelService',
  87.             'request_stack' => 'getRequestStackService',
  88.             'router' => 'getRouterService',
  89.             'routing.loader' => 'getRouting_LoaderService',
  90.             'services_resetter' => 'getServicesResetterService',
  91.             'translator' => 'getTranslatorService',
  92.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  93.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  94.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  95.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  96.             'cache_clearer' => 'getCacheClearerService',
  97.             'filesystem' => 'getFilesystemService',
  98.             'serializer' => 'getSerializerService',
  99.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  100.             'form.factory' => 'getForm_FactoryService',
  101.             'form.type.file' => 'getForm_Type_FileService',
  102.             'profiler' => 'getProfilerService',
  103.             'twig' => 'getTwigService',
  104.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  105.             'security.token_storage' => 'getSecurity_TokenStorageService',
  106.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  107.             'session' => 'getSessionService',
  108.             'validator' => 'getValidatorService',
  109.         ];
  110.         $this->aliases = [
  111.             'database_connection' => 'doctrine.dbal.default_connection',
  112.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  113.         ];
  114.         $this->privates['service_container'] = function () {
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  121.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  123.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  124.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  125.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  126.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  127.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  129.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  130.             include_once \dirname(__DIR__4).'/src/Repository/AdminNotificationRepository.php';
  131.             include_once \dirname(__DIR__4).'/src/Repository/PrivatisationRepository.php';
  132.             include_once \dirname(__DIR__4).'/src/Service/CarteCadeauHistoryFormatter.php';
  133.             include_once \dirname(__DIR__4).'/src/Service/ReservationHistoryFormatter.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  145.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  186.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  199.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  200.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  201.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  202.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  245.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  248.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  252.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  255.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  256.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  260.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  267.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  273.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  274.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  277.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  278.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  279.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  280.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  355.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  356.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  357.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  361.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  363.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  365.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  366.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  367.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  368.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  370.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  371.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  373.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  384.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  385.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  388.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  400.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  406.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  433.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  435.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  442.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  443.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  444.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  467.             include_once \dirname(__DIR__4).'/src/Twig/AdminNavigationExtension.php';
  468.             include_once \dirname(__DIR__4).'/src/Twig/CarteCadeauHistoryExtension.php';
  469.             include_once \dirname(__DIR__4).'/src/Twig/NotificationExtension.php';
  470.             include_once \dirname(__DIR__4).'/src/Twig/PrivatisationHistoryExtension.php';
  471.             include_once \dirname(__DIR__4).'/src/Service/PrivatisationHistoryFormatter.php';
  472.             include_once \dirname(__DIR__4).'/src/Twig/ReservationHistoryExtension.php';
  473.             include_once \dirname(__DIR__4).'/src/Twig/SentryExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  478.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  482.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  484.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  492.             include_once __DIR__.'/proxy-classes.php';
  493.         };
  494.     }
  495.     public function compile(): void
  496.     {
  497.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  498.     }
  499.     public function isCompiled(): bool
  500.     {
  501.         return true;
  502.     }
  503.     public function getRemovedIds(): array
  504.     {
  505.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  506.     }
  507.     protected function createProxy($class\Closure $factory)
  508.     {
  509.         return $factory();
  510.     }
  511.     /**
  512.      * Gets the public '.container.private.cache_clearer' shared service.
  513.      *
  514.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  515.      */
  516.     protected function get_Container_Private_CacheClearerService()
  517.     {
  518.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  519.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  520.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  521.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  522.         }, 1));
  523.     }
  524.     /**
  525.      * Gets the public '.container.private.filesystem' shared service.
  526.      *
  527.      * @return \Symfony\Component\Filesystem\Filesystem
  528.      */
  529.     protected function get_Container_Private_FilesystemService()
  530.     {
  531.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  532.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  533.     }
  534.     /**
  535.      * Gets the public '.container.private.form.factory' shared service.
  536.      *
  537.      * @return \Symfony\Component\Form\FormFactory
  538.      */
  539.     protected function get_Container_Private_Form_FactoryService()
  540.     {
  541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  543.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  544.         if (isset($this->services['.container.private.form.factory'])) {
  545.             return $this->services['.container.private.form.factory'];
  546.         }
  547.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  548.     }
  549.     /**
  550.      * Gets the public '.container.private.form.type.file' shared service.
  551.      *
  552.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  553.      */
  554.     protected function get_Container_Private_Form_Type_FileService()
  555.     {
  556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  559.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  560.     }
  561.     /**
  562.      * Gets the public '.container.private.profiler' shared service.
  563.      *
  564.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  565.      */
  566.     protected function get_Container_Private_ProfilerService()
  567.     {
  568.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  569.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  570.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  571.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  572.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  573.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  574.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  575.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  576.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  577.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  578.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  579.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  580.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  581.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  582.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  583.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  584.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  585.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  586.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  587.         $d->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  588.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  589.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  590.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  591.         if ($this->has('kernel')) {
  592.             $f->setKernel($b);
  593.         }
  594.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  595.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  596.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  597.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  598.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  599.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  600.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  601.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  602.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  603.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  604.         $instance->add($d);
  605.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  606.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  607.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  608.         $instance->add($e);
  609.         $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([])))));
  610.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  611.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  612.         $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()))));
  613.         $instance->add($f);
  614.         return $instance;
  615.     }
  616.     /**
  617.      * Gets the public '.container.private.security.authorization_checker' shared service.
  618.      *
  619.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  620.      */
  621.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  622.     {
  623.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  624.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  625.             return $this->services['.container.private.security.authorization_checker'];
  626.         }
  627.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  628.     }
  629.     /**
  630.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  631.      *
  632.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  633.      */
  634.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  635.     {
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  640.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  641.     }
  642.     /**
  643.      * Gets the public '.container.private.security.password_encoder' shared service.
  644.      *
  645.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  646.      *
  647.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  648.      */
  649.     protected function get_Container_Private_Security_PasswordEncoderService()
  650.     {
  651.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  652.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  653.     }
  654.     /**
  655.      * Gets the public '.container.private.security.token_storage' shared service.
  656.      *
  657.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  658.      */
  659.     protected function get_Container_Private_Security_TokenStorageService()
  660.     {
  661.         return $this->services['.container.private.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, [
  662.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  663.         ], [
  664.             'request_stack' => '?',
  665.         ]));
  666.     }
  667.     /**
  668.      * Gets the public '.container.private.serializer' shared service.
  669.      *
  670.      * @return \Symfony\Component\Serializer\Serializer
  671.      */
  672.     protected function get_Container_Private_SerializerService()
  673.     {
  674.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  675.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  680.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  681.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  682.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  683.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  684.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  685.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  686.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  687.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  688.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  689.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  691.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  692.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  693.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  694.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  695.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  696.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  697.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  698.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  699.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  700.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  701.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  702.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  705.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  706.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  708.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  709.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  710.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  711.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  712.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  713.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  714.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  715.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  716.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  717.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  718.         if (isset($this->services['.container.private.serializer'])) {
  719.             return $this->services['.container.private.serializer'];
  720.         }
  721.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  722.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  723.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  724.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  725.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$d$a$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$d$b$a$eNULL, [], $a)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  726.     }
  727.     /**
  728.      * Gets the public '.container.private.session' shared service.
  729.      *
  730.      * @return \Symfony\Component\HttpFoundation\Session\Session
  731.      */
  732.     protected function get_Container_Private_SessionService()
  733.     {
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  736.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  737.         if (isset($this->services['.container.private.session'])) {
  738.             return $this->services['.container.private.session'];
  739.         }
  740.         return $this->services['.container.private.session'] = $a->createSession();
  741.     }
  742.     /**
  743.      * Gets the public '.container.private.twig' shared service.
  744.      *
  745.      * @return \Twig\Environment
  746.      */
  747.     protected function get_Container_Private_TwigService()
  748.     {
  749.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  750.         $a->addPath('public''public');
  751.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  752.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  753.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  754.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  755.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  756.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  757.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  758.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  759.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  760.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  761.         $a->addPath((\dirname(__DIR__4).'/templates'));
  762.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  763.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  764.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  765.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  766.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  767.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  768.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  769.         $e = ($this->services['router'] ?? $this->getRouterService());
  770.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  771.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  772.         $h = ($this->services['cache.app'] ?? $this->getCache_AppService());
  773.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  774.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  775.         $j = new \Symfony\Bridge\Twig\AppVariable();
  776.         $j->setEnvironment('dev');
  777.         $j->setDebug(true);
  778.         if ($this->has('.container.private.security.token_storage')) {
  779.             $j->setTokenStorage($g);
  780.         }
  781.         if ($this->has('request_stack')) {
  782.             $j->setRequestStack($f);
  783.         }
  784.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  785.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  786.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  787.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  788.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  789.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  790.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  791.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  792.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  793.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  794.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  795.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  796.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  797.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  798.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  799.         $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())));
  800.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  801.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  802.         $instance->addExtension(new \App\Twig\AdminNavigationExtension(($this->privates['App\\Repository\\PrivatisationRepository'] ?? $this->getPrivatisationRepositoryService()), $h));
  803.         $instance->addExtension(new \App\Twig\CarteCadeauHistoryExtension(($this->privates['App\\Service\\CarteCadeauHistoryFormatter'] ?? ($this->privates['App\\Service\\CarteCadeauHistoryFormatter'] = new \App\Service\CarteCadeauHistoryFormatter()))));
  804.         $instance->addExtension(new \App\Twig\NotificationExtension(($this->privates['App\\Repository\\AdminNotificationRepository'] ?? $this->getAdminNotificationRepositoryService()), $h));
  805.         $instance->addExtension(new \App\Twig\PrivatisationHistoryExtension(new \App\Service\PrivatisationHistoryFormatter()));
  806.         $instance->addExtension(new \App\Twig\ReservationHistoryExtension(($this->privates['App\\Service\\ReservationHistoryFormatter'] ?? ($this->privates['App\\Service\\ReservationHistoryFormatter'] = new \App\Service\ReservationHistoryFormatter()))));
  807.         $instance->addExtension(new \App\Twig\SentryExtension('dev'NULL));
  808.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  809.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  810.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  811.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  812.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  813.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  814.         ], [
  815.             'webpack_encore.entrypoint_lookup_collection' => '?',
  816.             'webpack_encore.tag_renderer' => '?',
  817.         ])));
  818.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  819.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  820.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  821.         $instance->addGlobal('app'$j);
  822.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  823.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  824.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  825.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  826.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  827.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'false],
  828.         ], [
  829.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  830.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  831.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  832.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  833.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  834.         ])));
  835.         $instance->addGlobal('google_recaptcha_site_key'$this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'));
  836.         $instance->addGlobal('locales'$this->parameters['app.locales']);
  837.         $instance->addGlobal('mapbox_access_token'$this->getEnv('MAPBOX_ACCESS_TOKEN'));
  838.         $instance->addGlobal('mapbox_countries'$this->getEnv('MAPBOX_COUNTRIES'));
  839.         $instance->addGlobal('facebook_pixel_id'$this->getEnv('FACEBOOK_PIXEL_ID'));
  840.         $instance->addGlobal('facebook_domain_verification'$this->getEnv('FACEBOOK_DOMAIN_VERIFICATION'));
  841.         $instance->addGlobal('mapbox_dev_token'$this->getEnv('MAPBOX_DEV_TOKEN'));
  842.         $instance->addGlobal('mapbox_prod_token'$this->getEnv('MAPBOX_PROD_TOKEN'));
  843.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  844.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  845.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  846.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  847.         return $instance;
  848.     }
  849.     /**
  850.      * Gets the public '.container.private.validator' shared service.
  851.      *
  852.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  853.      */
  854.     protected function get_Container_Private_ValidatorService()
  855.     {
  856.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  857.         if (isset($this->services['.container.private.validator'])) {
  858.             return $this->services['.container.private.validator'];
  859.         }
  860.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  861.     }
  862.     /**
  863.      * Gets the public 'App\Controller\Admin\CarteCadeauController' shared autowired service.
  864.      *
  865.      * @return \App\Controller\Admin\CarteCadeauController
  866.      */
  867.     protected function getCarteCadeauControllerService()
  868.     {
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  870.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CarteCadeauController.php';
  871.         $this->services['App\\Controller\\Admin\\CarteCadeauController'] = $instance = new \App\Controller\Admin\CarteCadeauController(($this->privates['App\\Service\\TokenService'] ?? $this->getTokenServiceService()), ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()), ($this->privates['App\\Service\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['App\\Service\\CodeService'] ?? $this->getCodeServiceService()), ($this->privates['App\\Service\\CarteCadeauService'] ?? $this->getCarteCadeauServiceService()), ($this->privates['App\\Service\\MerciFacteurService'] ?? $this->getMerciFacteurServiceService()), ($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()), ($this->privates['App\\Repository\\CodeRepository'] ?? $this->getCodeRepositoryService()));
  872.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\CarteCadeauController'$this));
  873.         return $instance;
  874.     }
  875.     /**
  876.      * Gets the public 'App\Controller\Admin\ContactController' shared autowired service.
  877.      *
  878.      * @return \App\Controller\Admin\ContactController
  879.      */
  880.     protected function getContactControllerService()
  881.     {
  882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  883.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ContactController.php';
  884.         $this->services['App\\Controller\\Admin\\ContactController'] = $instance = new \App\Controller\Admin\ContactController(($this->privates['App\\Service\\CarteCadeauService'] ?? $this->getCarteCadeauServiceService()), ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()), ($this->privates['App\\Service\\PrivatisationService'] ?? $this->getPrivatisationServiceService()));
  885.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\ContactController'$this));
  886.         return $instance;
  887.     }
  888.     /**
  889.      * Gets the public 'App\Controller\Admin\DefaultController' shared autowired service.
  890.      *
  891.      * @return \App\Controller\Admin\DefaultController
  892.      */
  893.     protected function getDefaultControllerService()
  894.     {
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  896.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DefaultController.php';
  897.         $this->services['App\\Controller\\Admin\\DefaultController'] = $instance = new \App\Controller\Admin\DefaultController();
  898.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\DefaultController'$this));
  899.         return $instance;
  900.     }
  901.     /**
  902.      * Gets the public 'App\Controller\Admin\HistoryController' shared autowired service.
  903.      *
  904.      * @return \App\Controller\Admin\HistoryController
  905.      */
  906.     protected function getHistoryControllerService()
  907.     {
  908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  909.         include_once \dirname(__DIR__4).'/src/Controller/Admin/HistoryController.php';
  910.         $this->services['App\\Controller\\Admin\\HistoryController'] = $instance = new \App\Controller\Admin\HistoryController(($this->privates['App\\Repository\\History\\CarteCadeauHistoryRepository'] ?? $this->getCarteCadeauHistoryRepositoryService()), ($this->privates['App\\Repository\\History\\ReservationHistoryRepository'] ?? $this->getReservationHistoryRepositoryService()), ($this->privates['App\\Service\\ReservationHistoryFormatter'] ?? ($this->privates['App\\Service\\ReservationHistoryFormatter'] = new \App\Service\ReservationHistoryFormatter())), ($this->privates['App\\Service\\CarteCadeauHistoryFormatter'] ?? ($this->privates['App\\Service\\CarteCadeauHistoryFormatter'] = new \App\Service\CarteCadeauHistoryFormatter())));
  911.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\HistoryController'$this));
  912.         return $instance;
  913.     }
  914.     /**
  915.      * Gets the public 'App\Controller\Admin\MailController' shared autowired service.
  916.      *
  917.      * @return \App\Controller\Admin\MailController
  918.      */
  919.     protected function getMailControllerService()
  920.     {
  921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  922.         include_once \dirname(__DIR__4).'/src/Controller/Admin/MailController.php';
  923.         $this->services['App\\Controller\\Admin\\MailController'] = $instance = new \App\Controller\Admin\MailController(($this->privates['App\\Repository\\LogRepository'] ?? $this->getLogRepositoryService()), ($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()));
  924.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\MailController'$this));
  925.         return $instance;
  926.     }
  927.     /**
  928.      * Gets the public 'App\Controller\Admin\NotificationAdminController' shared autowired service.
  929.      *
  930.      * @return \App\Controller\Admin\NotificationAdminController
  931.      */
  932.     protected function getNotificationAdminControllerService()
  933.     {
  934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  935.         include_once \dirname(__DIR__4).'/src/Controller/Admin/NotificationAdminController.php';
  936.         $this->services['App\\Controller\\Admin\\NotificationAdminController'] = $instance = new \App\Controller\Admin\NotificationAdminController(($this->privates['App\\Service\\AdminNotificationService'] ?? $this->getAdminNotificationServiceService()));
  937.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\NotificationAdminController'$this));
  938.         return $instance;
  939.     }
  940.     /**
  941.      * Gets the public 'App\Controller\Admin\PaymentController' shared autowired service.
  942.      *
  943.      * @return \App\Controller\Admin\PaymentController
  944.      */
  945.     protected function getPaymentControllerService()
  946.     {
  947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  948.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PaymentController.php';
  949.         $this->services['App\\Controller\\Admin\\PaymentController'] = $instance = new \App\Controller\Admin\PaymentController(($this->privates['App\\Service\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['App\\Repository\\AbstractPaymentRepository'] ?? $this->getAbstractPaymentRepositoryService()));
  950.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\PaymentController'$this));
  951.         return $instance;
  952.     }
  953.     /**
  954.      * Gets the public 'App\Controller\Admin\PrivatisationController' shared autowired service.
  955.      *
  956.      * @return \App\Controller\Admin\PrivatisationController
  957.      */
  958.     protected function getPrivatisationControllerService()
  959.     {
  960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  961.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PrivatisationController.php';
  962.         $this->services['App\\Controller\\Admin\\PrivatisationController'] = $instance = new \App\Controller\Admin\PrivatisationController(($this->privates['App\\Service\\PrivatisationService'] ?? $this->getPrivatisationServiceService()), ($this->privates['App\\Repository\\PrivatisationRepository'] ?? $this->getPrivatisationRepositoryService()), ($this->privates['App\\Service\\ContactService'] ?? $this->getContactServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  963.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\PrivatisationController'$this));
  964.         return $instance;
  965.     }
  966.     /**
  967.      * Gets the public 'App\Controller\Admin\ReservationController' shared autowired service.
  968.      *
  969.      * @return \App\Controller\Admin\ReservationController
  970.      */
  971.     protected function getReservationControllerService()
  972.     {
  973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  974.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ReservationController.php';
  975.         $this->services['App\\Controller\\Admin\\ReservationController'] = $instance = new \App\Controller\Admin\ReservationController(($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TokenService'] ?? $this->getTokenServiceService()), ($this->privates['App\\Repository\\ReservationRepository'] ?? $this->getReservationRepositoryService()), ($this->privates['App\\Service\\PrivatisationService'] ?? $this->getPrivatisationServiceService()), ($this->privates['App\\Service\\SpaClosureService'] ?? $this->getSpaClosureServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  976.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\ReservationController'$this));
  977.         return $instance;
  978.     }
  979.     /**
  980.      * Gets the public 'App\Controller\Admin\SpaController' shared autowired service.
  981.      *
  982.      * @return \App\Controller\Admin\SpaController
  983.      */
  984.     protected function getSpaControllerService()
  985.     {
  986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  987.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SpaController.php';
  988.         $this->services['App\\Controller\\Admin\\SpaController'] = $instance = new \App\Controller\Admin\SpaController();
  989.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\SpaController'$this));
  990.         return $instance;
  991.     }
  992.     /**
  993.      * Gets the public 'App\Controller\Admin\StatsController' shared autowired service.
  994.      *
  995.      * @return \App\Controller\Admin\StatsController
  996.      */
  997.     protected function getStatsControllerService()
  998.     {
  999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1000.         include_once \dirname(__DIR__4).'/src/Controller/Admin/StatsController.php';
  1001.         $this->services['App\\Controller\\Admin\\StatsController'] = $instance = new \App\Controller\Admin\StatsController(($this->privates['App\\Service\\ContactService'] ?? $this->getContactServiceService()), ($this->privates['App\\Service\\StatisticsService'] ?? $this->getStatisticsServiceService()));
  1002.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\Admin\\StatsController'$this));
  1003.         return $instance;
  1004.     }
  1005.     /**
  1006.      * Gets the public 'App\Controller\CarteCadeauController' shared autowired service.
  1007.      *
  1008.      * @return \App\Controller\CarteCadeauController
  1009.      */
  1010.     protected function getCarteCadeauController2Service()
  1011.     {
  1012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1013.         include_once \dirname(__DIR__4).'/src/Controller/CarteCadeauController.php';
  1014.         $this->services['App\\Controller\\CarteCadeauController'] = $instance = new \App\Controller\CarteCadeauController(($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService()), ($this->privates['App\\Service\\CarteCadeauService'] ?? $this->getCarteCadeauServiceService()), $this->getEnv('PAYPLUG_SECRET_KEY'), ($this->privates['App\\Service\\TokenService'] ?? $this->getTokenServiceService()), ($this->privates['App\\Service\\PayplugService'] ?? $this->getPayplugServiceService()), ($this->privates['App\\Service\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ExtraReservationService'] ?? $this->getExtraReservationServiceService()));
  1015.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\CarteCadeauController'$this));
  1016.         return $instance;
  1017.     }
  1018.     /**
  1019.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  1020.      *
  1021.      * @return \App\Controller\DefaultController
  1022.      */
  1023.     protected function getDefaultController2Service()
  1024.     {
  1025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1026.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  1027.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  1028.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\DefaultController'$this));
  1029.         return $instance;
  1030.     }
  1031.     /**
  1032.      * Gets the public 'App\Controller\MerciFacteurController' shared autowired service.
  1033.      *
  1034.      * @return \App\Controller\MerciFacteurController
  1035.      */
  1036.     protected function getMerciFacteurControllerService()
  1037.     {
  1038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1039.         include_once \dirname(__DIR__4).'/src/Controller/MerciFacteurController.php';
  1040.         $this->services['App\\Controller\\MerciFacteurController'] = $instance = new \App\Controller\MerciFacteurController();
  1041.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\MerciFacteurController'$this));
  1042.         return $instance;
  1043.     }
  1044.     /**
  1045.      * Gets the public 'App\Controller\MerciFacteurWebhookController' shared autowired service.
  1046.      *
  1047.      * @return \App\Controller\MerciFacteurWebhookController
  1048.      */
  1049.     protected function getMerciFacteurWebhookControllerService()
  1050.     {
  1051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1052.         include_once \dirname(__DIR__4).'/src/Controller/MerciFacteurWebhookController.php';
  1053.         $this->services['App\\Controller\\MerciFacteurWebhookController'] = $instance = new \App\Controller\MerciFacteurWebhookController($this->getEnv('MERCI_FACTEUR_WEBHOOK_SECRET'), ($this->privates['App\\Repository\\MerciFacteurTrackingRepository'] ?? $this->getMerciFacteurTrackingRepositoryService()), ($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1054.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\MerciFacteurWebhookController'$this));
  1055.         return $instance;
  1056.     }
  1057.     /**
  1058.      * Gets the public 'App\Controller\NotificationController' shared autowired service.
  1059.      *
  1060.      * @return \App\Controller\NotificationController
  1061.      */
  1062.     protected function getNotificationControllerService()
  1063.     {
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1065.         include_once \dirname(__DIR__4).'/src/Controller/NotificationController.php';
  1066.         $this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController($this->getEnv('PAYPLUG_SECRET_KEY'), ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()), ($this->privates['App\\Service\\PrivatisationService'] ?? $this->getPrivatisationServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1067.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\NotificationController'$this));
  1068.         return $instance;
  1069.     }
  1070.     /**
  1071.      * Gets the public 'App\Controller\PrivatisationController' shared autowired service.
  1072.      *
  1073.      * @return \App\Controller\PrivatisationController
  1074.      */
  1075.     protected function getPrivatisationController2Service()
  1076.     {
  1077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1078.         include_once \dirname(__DIR__4).'/src/Controller/PrivatisationController.php';
  1079.         $this->services['App\\Controller\\PrivatisationController'] = $instance = new \App\Controller\PrivatisationController(($this->privates['App\\Service\\HcaptchaService'] ?? $this->getHcaptchaServiceService()), ($this->privates['App\\Service\\ContactService'] ?? $this->getContactServiceService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1080.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\PrivatisationController'$this));
  1081.         return $instance;
  1082.     }
  1083.     /**
  1084.      * Gets the public 'App\Controller\ReservationController' shared autowired service.
  1085.      *
  1086.      * @return \App\Controller\ReservationController
  1087.      */
  1088.     protected function getReservationController2Service()
  1089.     {
  1090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1091.         include_once \dirname(__DIR__4).'/src/Controller/ReservationController.php';
  1092.         $this->services['App\\Controller\\ReservationController'] = $instance = new \App\Controller\ReservationController(($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()), ($this->privates['App\\Service\\ExtraReservationService'] ?? $this->getExtraReservationServiceService()), ($this->privates['App\\Service\\TokenService'] ?? $this->getTokenServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\CarteCadeauService'] ?? $this->getCarteCadeauServiceService()));
  1093.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\ReservationController'$this));
  1094.         return $instance;
  1095.     }
  1096.     /**
  1097.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1098.      *
  1099.      * @return \App\Controller\SecurityController
  1100.      */
  1101.     protected function getSecurityControllerService()
  1102.     {
  1103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1104.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1105.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController($this->getEnv('PAYPLUG_SECRET_KEY'), ($this->privates['App\\Service\\TokenService'] ?? $this->getTokenServiceService()), ($this->privates['App\\Service\\CarteCadeauService'] ?? $this->getCarteCadeauServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1106.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\SecurityController'$this));
  1107.         return $instance;
  1108.     }
  1109.     /**
  1110.      * Gets the public 'App\Controller\VitrineController' shared autowired service.
  1111.      *
  1112.      * @return \App\Controller\VitrineController
  1113.      */
  1114.     protected function getVitrineControllerService()
  1115.     {
  1116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1117.         include_once \dirname(__DIR__4).'/src/Controller/VitrineController.php';
  1118.         include_once \dirname(__DIR__4).'/src/Service/JsonDataService.php';
  1119.         include_once \dirname(__DIR__4).'/src/Service/FranchiseService.php';
  1120.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1121.         $this->services['App\\Controller\\VitrineController'] = $instance = new \App\Controller\VitrineController(new \App\Service\JsonDataService(\dirname(__DIR__4), ($this->services['translator'] ?? $this->getTranslatorService())), ($this->privates['App\\Service\\HcaptchaService'] ?? $this->getHcaptchaServiceService()), $a, new \App\Service\FranchiseService($a$this->getEnv('MAIL_SENDER_ADDRESS'), $this->getEnv('MAIL_SENDER_NAME'), $this->getEnv('MAIL_NOTIFIED_ADDRESS')), $this->getEnv('MAIL_SENDER_ADDRESS'), $this->getEnv('MAIL_SENDER_NAME'), $this->getEnv('MAIL_NOTIFIED_ADDRESS'));
  1122.         $instance->setContainer(($this->privates['.service_locator._JhEUOp'] ?? $this->get_ServiceLocator_JhEUOpService())->withContext('App\\Controller\\VitrineController'$this));
  1123.         return $instance;
  1124.     }
  1125.     /**
  1126.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1127.      *
  1128.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1129.      */
  1130.     protected function getProfilerControllerService()
  1131.     {
  1132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  1133.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1134.     }
  1135.     /**
  1136.      * Gets the public 'Endroid\QrCodeBundle\Controller\GenerateController' shared autowired service.
  1137.      *
  1138.      * @return \Endroid\QrCodeBundle\Controller\GenerateController
  1139.      */
  1140.     protected function getGenerateControllerService()
  1141.     {
  1142.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Controller/GenerateController.php';
  1143.         return $this->services['Endroid\\QrCodeBundle\\Controller\\GenerateController'] = new \Endroid\QrCodeBundle\Controller\GenerateController(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()));
  1144.     }
  1145.     /**
  1146.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1147.      *
  1148.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1149.      */
  1150.     protected function getRedirectControllerService()
  1151.     {
  1152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1153.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1154.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1155.     }
  1156.     /**
  1157.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1158.      *
  1159.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1160.      */
  1161.     protected function getTemplateControllerService()
  1162.     {
  1163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1164.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1165.     }
  1166.     /**
  1167.      * Gets the public 'cache.app' shared service.
  1168.      *
  1169.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1170.      */
  1171.     protected function getCache_AppService()
  1172.     {
  1173.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('tCFaK7bIvK'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1174.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1175.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  1176.     }
  1177.     /**
  1178.      * Gets the public 'cache.app_clearer' shared service.
  1179.      *
  1180.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1181.      */
  1182.     protected function getCache_AppClearerService()
  1183.     {
  1184.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1186.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1187.     }
  1188.     /**
  1189.      * Gets the public 'cache.global_clearer' shared service.
  1190.      *
  1191.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1192.      */
  1193.     protected function getCache_GlobalClearerService()
  1194.     {
  1195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1197.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService())]);
  1198.     }
  1199.     /**
  1200.      * Gets the public 'cache.system' shared service.
  1201.      *
  1202.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1203.      */
  1204.     protected function getCache_SystemService()
  1205.     {
  1206.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Xhz4+dKYv8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1207.     }
  1208.     /**
  1209.      * Gets the public 'cache.system_clearer' shared service.
  1210.      *
  1211.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1212.      */
  1213.     protected function getCache_SystemClearerService()
  1214.     {
  1215.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1217.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService())]);
  1218.     }
  1219.     /**
  1220.      * Gets the public 'cache.validator_expression_language' shared service.
  1221.      *
  1222.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1223.      */
  1224.     protected function getCache_ValidatorExpressionLanguageService()
  1225.     {
  1226.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('j2C8mYeuii'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1227.     }
  1228.     /**
  1229.      * Gets the public 'cache_warmer' shared service.
  1230.      *
  1231.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1232.      */
  1233.     protected function getCacheWarmerService()
  1234.     {
  1235.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1236.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1237.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1238.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1239.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1240.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1241.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1242.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1243.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1244.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1245.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1246.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1247.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  1248.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1249.     }
  1250.     /**
  1251.      * Gets the public 'console.command_loader' shared service.
  1252.      *
  1253.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1254.      */
  1255.     protected function getConsole_CommandLoaderService()
  1256.     {
  1257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1259.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1260.             'App\\Command\\BackfillHistoryCommand' => ['privates''.App\\Command\\BackfillHistoryCommand.lazy''getBackfillHistoryCommand_LazyService'false],
  1261.             'App\\Command\\CalculateAverageBasketCommand' => ['privates''.App\\Command\\CalculateAverageBasketCommand.lazy''getCalculateAverageBasketCommand_LazyService'false],
  1262.             'App\\Command\\CalculateContactOriginCommand' => ['privates''.App\\Command\\CalculateContactOriginCommand.lazy''getCalculateContactOriginCommand_LazyService'false],
  1263.             'App\\Command\\CalculateFillRateCommand' => ['privates''.App\\Command\\CalculateFillRateCommand.lazy''getCalculateFillRateCommand_LazyService'false],
  1264.             'App\\Command\\CalculateGiftCardConversionCommand' => ['privates''.App\\Command\\CalculateGiftCardConversionCommand.lazy''getCalculateGiftCardConversionCommand_LazyService'false],
  1265.             'App\\Command\\CalculateTopCitiesCommand' => ['privates''.App\\Command\\CalculateTopCitiesCommand.lazy''getCalculateTopCitiesCommand_LazyService'false],
  1266.             'App\\Command\\CheckConflictsAndNotifyCommand' => ['privates''.App\\Command\\CheckConflictsAndNotifyCommand.lazy''getCheckConflictsAndNotifyCommand_LazyService'false],
  1267.             'App\\Command\\CheckDuplicateReservationsCommand' => ['privates''.App\\Command\\CheckDuplicateReservationsCommand.lazy''getCheckDuplicateReservationsCommand_LazyService'false],
  1268.             'App\\Command\\CheckExpiredPaymentsCommand' => ['privates''.App\\Command\\CheckExpiredPaymentsCommand.lazy''getCheckExpiredPaymentsCommand_LazyService'false],
  1269.             'App\\Command\\CheckIfAllResaAreValidCommand' => ['privates''.App\\Command\\CheckIfAllResaAreValidCommand.lazy''getCheckIfAllResaAreValidCommand_LazyService'false],
  1270.             'App\\Command\\CleanTokenCommand' => ['privates''.App\\Command\\CleanTokenCommand.lazy''getCleanTokenCommand_LazyService'false],
  1271.             'App\\Command\\DetectContactGenderCommand' => ['privates''.App\\Command\\DetectContactGenderCommand.lazy''getDetectContactGenderCommand_LazyService'false],
  1272.             'App\\Command\\FetchMerciFacteurTrackingCommand' => ['privates''.App\\Command\\FetchMerciFacteurTrackingCommand.lazy''getFetchMerciFacteurTrackingCommand_LazyService'false],
  1273.             'App\\Command\\MigratePrivatisationToContactCommand' => ['privates''.App\\Command\\MigratePrivatisationToContactCommand.lazy''getMigratePrivatisationToContactCommand_LazyService'false],
  1274.             'App\\Command\\MigrateReservationToPrivatisationCommand' => ['privates''.App\\Command\\MigrateReservationToPrivatisationCommand.lazy''getMigrateReservationToPrivatisationCommand_LazyService'false],
  1275.             'App\\Command\\PopulateDailyStatisticsCommand' => ['privates''.App\\Command\\PopulateDailyStatisticsCommand.lazy''getPopulateDailyStatisticsCommand_LazyService'false],
  1276.             'App\\Command\\RegisterMerciFacteurWebhookCommand' => ['privates''.App\\Command\\RegisterMerciFacteurWebhookCommand.lazy''getRegisterMerciFacteurWebhookCommand_LazyService'false],
  1277.             'App\\Command\\SendPaymentRemindersCommand' => ['privates''.App\\Command\\SendPaymentRemindersCommand.lazy''getSendPaymentRemindersCommand_LazyService'false],
  1278.             'App\\Command\\TestSentryCommand' => ['privates''.App\\Command\\TestSentryCommand.lazy''getTestSentryCommand_LazyService'false],
  1279.             'App\\Command\\UpdateContactLoyaltyCommand' => ['privates''.App\\Command\\UpdateContactLoyaltyCommand.lazy''getUpdateContactLoyaltyCommand_LazyService'false],
  1280.             'App\\Command\\UpdateContactPostalCodesCommand' => ['privates''.App\\Command\\UpdateContactPostalCodesCommand.lazy''getUpdateContactPostalCodesCommand_LazyService'false],
  1281.             'App\\Command\\UpdateGenderStatisticsCommand' => ['privates''.App\\Command\\UpdateGenderStatisticsCommand.lazy''getUpdateGenderStatisticsCommand_LazyService'false],
  1282.             'App\\Command\\UpdatePrivatisationResteAPayerCommand' => ['privates''.App\\Command\\UpdatePrivatisationResteAPayerCommand.lazy''getUpdatePrivatisationResteAPayerCommand_LazyService'false],
  1283.             'App\\Command\\WaitlistCleanupCommand' => ['privates''.App\\Command\\WaitlistCleanupCommand.lazy''getWaitlistCleanupCommand_LazyService'false],
  1284.             'App\\Command\\resaReminder' => ['privates''.App\\Command\\resaReminder.lazy''getResaReminder_LazyService'false],
  1285.             'App\\Command\\resaSendMail' => ['privates''.App\\Command\\resaSendMail.lazy''getResaSendMail_LazyService'false],
  1286.             'App\\Command\\sendNotSentMail' => ['privates''.App\\Command\\sendNotSentMail.lazy''getSendNotSentMail_LazyService'false],
  1287.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1288.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1289.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1290.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1291.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1292.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1293.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1294.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1295.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1296.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1297.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1298.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1299.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1300.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1301.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1302.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1303.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1304.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1305.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1306.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1307.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1308.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1309.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1310.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1311.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1312.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1313.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1314.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1315.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1316.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1317.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1318.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1319.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1320.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1321.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1322.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1323.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1324.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1325.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1326.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1327.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1328.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1329.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1330.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1331.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1332.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1333.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1334.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1335.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1336.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1337.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1338.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1339.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1340.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1341.             'doctrine_migrations.diff_command' => ['privates''.doctrine_migrations.diff_command.lazy''get_DoctrineMigrations_DiffCommand_LazyService'false],
  1342.             'doctrine_migrations.sync_metadata_command' => ['privates''.doctrine_migrations.sync_metadata_command.lazy''get_DoctrineMigrations_SyncMetadataCommand_LazyService'false],
  1343.             'doctrine_migrations.versions_command' => ['privates''.doctrine_migrations.versions_command.lazy''get_DoctrineMigrations_VersionsCommand_LazyService'false],
  1344.             'doctrine_migrations.current_command' => ['privates''.doctrine_migrations.current_command.lazy''get_DoctrineMigrations_CurrentCommand_LazyService'false],
  1345.             'doctrine_migrations.dump_schema_command' => ['privates''.doctrine_migrations.dump_schema_command.lazy''get_DoctrineMigrations_DumpSchemaCommand_LazyService'false],
  1346.             'doctrine_migrations.execute_command' => ['privates''.doctrine_migrations.execute_command.lazy''get_DoctrineMigrations_ExecuteCommand_LazyService'false],
  1347.             'doctrine_migrations.generate_command' => ['privates''.doctrine_migrations.generate_command.lazy''get_DoctrineMigrations_GenerateCommand_LazyService'false],
  1348.             'doctrine_migrations.latest_command' => ['privates''.doctrine_migrations.latest_command.lazy''get_DoctrineMigrations_LatestCommand_LazyService'false],
  1349.             'doctrine_migrations.migrate_command' => ['privates''.doctrine_migrations.migrate_command.lazy''get_DoctrineMigrations_MigrateCommand_LazyService'false],
  1350.             'doctrine_migrations.rollup_command' => ['privates''.doctrine_migrations.rollup_command.lazy''get_DoctrineMigrations_RollupCommand_LazyService'false],
  1351.             'doctrine_migrations.status_command' => ['privates''.doctrine_migrations.status_command.lazy''get_DoctrineMigrations_StatusCommand_LazyService'false],
  1352.             'doctrine_migrations.up_to_date_command' => ['privates''.doctrine_migrations.up_to_date_command.lazy''get_DoctrineMigrations_UpToDateCommand_LazyService'false],
  1353.             'doctrine_migrations.version_command' => ['privates''.doctrine_migrations.version_command.lazy''get_DoctrineMigrations_VersionCommand_LazyService'false],
  1354.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1355.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1356.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1357.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  1358.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1359.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1360.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1361.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1362.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1363.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1364.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1365.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1366.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1367.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1368.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1369.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1370.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1371.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1372.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1373.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1374.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1375.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1376.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1377.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1378.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1379.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1380.         ], [
  1381.             'App\\Command\\BackfillHistoryCommand' => '?',
  1382.             'App\\Command\\CalculateAverageBasketCommand' => '?',
  1383.             'App\\Command\\CalculateContactOriginCommand' => '?',
  1384.             'App\\Command\\CalculateFillRateCommand' => '?',
  1385.             'App\\Command\\CalculateGiftCardConversionCommand' => '?',
  1386.             'App\\Command\\CalculateTopCitiesCommand' => '?',
  1387.             'App\\Command\\CheckConflictsAndNotifyCommand' => '?',
  1388.             'App\\Command\\CheckDuplicateReservationsCommand' => '?',
  1389.             'App\\Command\\CheckExpiredPaymentsCommand' => '?',
  1390.             'App\\Command\\CheckIfAllResaAreValidCommand' => '?',
  1391.             'App\\Command\\CleanTokenCommand' => '?',
  1392.             'App\\Command\\DetectContactGenderCommand' => '?',
  1393.             'App\\Command\\FetchMerciFacteurTrackingCommand' => '?',
  1394.             'App\\Command\\MigratePrivatisationToContactCommand' => '?',
  1395.             'App\\Command\\MigrateReservationToPrivatisationCommand' => '?',
  1396.             'App\\Command\\PopulateDailyStatisticsCommand' => '?',
  1397.             'App\\Command\\RegisterMerciFacteurWebhookCommand' => '?',
  1398.             'App\\Command\\SendPaymentRemindersCommand' => '?',
  1399.             'App\\Command\\TestSentryCommand' => '?',
  1400.             'App\\Command\\UpdateContactLoyaltyCommand' => '?',
  1401.             'App\\Command\\UpdateContactPostalCodesCommand' => '?',
  1402.             'App\\Command\\UpdateGenderStatisticsCommand' => '?',
  1403.             'App\\Command\\UpdatePrivatisationResteAPayerCommand' => '?',
  1404.             'App\\Command\\WaitlistCleanupCommand' => '?',
  1405.             'App\\Command\\resaReminder' => '?',
  1406.             'App\\Command\\resaSendMail' => '?',
  1407.             'App\\Command\\sendNotSentMail' => '?',
  1408.             'console.command.about' => '?',
  1409.             'console.command.assets_install' => '?',
  1410.             'console.command.cache_clear' => '?',
  1411.             'console.command.cache_pool_clear' => '?',
  1412.             'console.command.cache_pool_prune' => '?',
  1413.             'console.command.cache_pool_delete' => '?',
  1414.             'console.command.cache_pool_list' => '?',
  1415.             'console.command.cache_warmup' => '?',
  1416.             'console.command.config_debug' => '?',
  1417.             'console.command.config_dump_reference' => '?',
  1418.             'console.command.container_debug' => '?',
  1419.             'console.command.container_lint' => '?',
  1420.             'console.command.debug_autowiring' => '?',
  1421.             'console.command.dotenv_debug' => '?',
  1422.             'console.command.event_dispatcher_debug' => '?',
  1423.             'console.command.router_debug' => '?',
  1424.             'console.command.router_match' => '?',
  1425.             'console.command.translation_debug' => '?',
  1426.             'console.command.translation_extract' => '?',
  1427.             'console.command.validator_debug' => '?',
  1428.             'console.command.translation_pull' => '?',
  1429.             'console.command.translation_push' => '?',
  1430.             'console.command.xliff_lint' => '?',
  1431.             'console.command.yaml_lint' => '?',
  1432.             'console.command.form_debug' => '?',
  1433.             'console.command.secrets_set' => '?',
  1434.             'console.command.secrets_remove' => '?',
  1435.             'console.command.secrets_generate_key' => '?',
  1436.             'console.command.secrets_list' => '?',
  1437.             'console.command.secrets_decrypt_to_local' => '?',
  1438.             'console.command.secrets_encrypt_from_local' => '?',
  1439.             'twig.command.debug' => '?',
  1440.             'twig.command.lint' => '?',
  1441.             'var_dumper.command.server_dump' => '?',
  1442.             'monolog.command.server_log' => '?',
  1443.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1444.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1445.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1446.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1447.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1448.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1449.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1450.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1451.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1452.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1453.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1454.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1455.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1456.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1457.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1458.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1459.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1460.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1461.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1462.             'doctrine_migrations.diff_command' => '?',
  1463.             'doctrine_migrations.sync_metadata_command' => '?',
  1464.             'doctrine_migrations.versions_command' => '?',
  1465.             'doctrine_migrations.current_command' => '?',
  1466.             'doctrine_migrations.dump_schema_command' => '?',
  1467.             'doctrine_migrations.execute_command' => '?',
  1468.             'doctrine_migrations.generate_command' => '?',
  1469.             'doctrine_migrations.latest_command' => '?',
  1470.             'doctrine_migrations.migrate_command' => '?',
  1471.             'doctrine_migrations.rollup_command' => '?',
  1472.             'doctrine_migrations.status_command' => '?',
  1473.             'doctrine_migrations.up_to_date_command' => '?',
  1474.             'doctrine_migrations.version_command' => '?',
  1475.             'security.command.debug_firewall' => '?',
  1476.             'security.command.user_password_encoder' => '?',
  1477.             'security.command.user_password_hash' => '?',
  1478.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  1479.             'maker.auto_command.make_auth' => '?',
  1480.             'maker.auto_command.make_command' => '?',
  1481.             'maker.auto_command.make_controller' => '?',
  1482.             'maker.auto_command.make_crud' => '?',
  1483.             'maker.auto_command.make_docker_database' => '?',
  1484.             'maker.auto_command.make_entity' => '?',
  1485.             'maker.auto_command.make_fixtures' => '?',
  1486.             'maker.auto_command.make_form' => '?',
  1487.             'maker.auto_command.make_message' => '?',
  1488.             'maker.auto_command.make_messenger_middleware' => '?',
  1489.             'maker.auto_command.make_registration_form' => '?',
  1490.             'maker.auto_command.make_reset_password' => '?',
  1491.             'maker.auto_command.make_serializer_encoder' => '?',
  1492.             'maker.auto_command.make_serializer_normalizer' => '?',
  1493.             'maker.auto_command.make_subscriber' => '?',
  1494.             'maker.auto_command.make_twig_extension' => '?',
  1495.             'maker.auto_command.make_test' => '?',
  1496.             'maker.auto_command.make_validator' => '?',
  1497.             'maker.auto_command.make_voter' => '?',
  1498.             'maker.auto_command.make_user' => '?',
  1499.             'maker.auto_command.make_migration' => '?',
  1500.             'maker.auto_command.make_stimulus_controller' => '?',
  1501.         ]), ['app:backfill-history' => 'App\\Command\\BackfillHistoryCommand''statistics:calculate-average-basket' => 'App\\Command\\CalculateAverageBasketCommand''statistics:calculate-contact-origin' => 'App\\Command\\CalculateContactOriginCommand''statistics:calculate-fill-rate' => 'App\\Command\\CalculateFillRateCommand''statistics:calculate-gift-card-conversion' => 'App\\Command\\CalculateGiftCardConversionCommand''statistics:calculate-top-cities' => 'App\\Command\\CalculateTopCitiesCommand''app:reservation:check-conflicts-notify' => 'App\\Command\\CheckConflictsAndNotifyCommand''app:check-duplicate-reservations' => 'App\\Command\\CheckDuplicateReservationsCommand''demande-payplug:check-expired' => 'App\\Command\\CheckExpiredPaymentsCommand''resa:verify' => 'App\\Command\\CheckIfAllResaAreValidCommand''clean:token' => 'App\\Command\\CleanTokenCommand''contact:detect-gender' => 'App\\Command\\DetectContactGenderCommand''app:mercifacteur:fetch-tracking' => 'App\\Command\\FetchMerciFacteurTrackingCommand''app:migrate-privatisation-to-contact' => 'App\\Command\\MigratePrivatisationToContactCommand''app:migrate-reservation-to-privatisation' => 'App\\Command\\MigrateReservationToPrivatisationCommand''statistics:populate-daily' => 'App\\Command\\PopulateDailyStatisticsCommand''app:mercifacteur:register-webhook' => 'App\\Command\\RegisterMerciFacteurWebhookCommand''demande-payplug:send-reminders' => 'App\\Command\\SendPaymentRemindersCommand''app:test-sentry' => 'App\\Command\\TestSentryCommand''contact:update-loyalty' => 'App\\Command\\UpdateContactLoyaltyCommand''contact:update-postal-codes' => 'App\\Command\\UpdateContactPostalCodesCommand''statistics:update-gender' => 'App\\Command\\UpdateGenderStatisticsCommand''app:update-privatisation-reste-a-payer' => 'App\\Command\\UpdatePrivatisationResteAPayerCommand''app:waitlist:cleanup' => 'App\\Command\\WaitlistCleanupCommand''resa:reminder' => 'App\\Command\\resaReminder''resa:mail:confirmation' => 'App\\Command\\resaSendMail''mail:send' => 'App\\Command\\sendNotSentMail''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1502.     }
  1503.     /**
  1504.      * Gets the public 'container.env_var_processors_locator' shared service.
  1505.      *
  1506.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1507.      */
  1508.     protected function getContainer_EnvVarProcessorsLocatorService()
  1509.     {
  1510.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1511.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1512.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1513.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1514.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1515.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1516.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1517.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1518.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1519.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1520.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1521.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1522.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1523.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1524.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1525.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1526.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1527.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1528.         ], [
  1529.             'base64' => '?',
  1530.             'bool' => '?',
  1531.             'const' => '?',
  1532.             'csv' => '?',
  1533.             'default' => '?',
  1534.             'file' => '?',
  1535.             'float' => '?',
  1536.             'int' => '?',
  1537.             'json' => '?',
  1538.             'key' => '?',
  1539.             'not' => '?',
  1540.             'query_string' => '?',
  1541.             'require' => '?',
  1542.             'resolve' => '?',
  1543.             'string' => '?',
  1544.             'trim' => '?',
  1545.             'url' => '?',
  1546.         ]);
  1547.     }
  1548.     /**
  1549.      * Gets the public 'data_collector.dump' shared service.
  1550.      *
  1551.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1552.      */
  1553.     protected function getDataCollector_DumpService()
  1554.     {
  1555.         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()));
  1556.     }
  1557.     /**
  1558.      * Gets the public 'doctrine' shared service.
  1559.      *
  1560.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1561.      */
  1562.     protected function getDoctrineService()
  1563.     {
  1564.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1565.     }
  1566.     /**
  1567.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1568.      *
  1569.      * @return \Doctrine\DBAL\Connection
  1570.      */
  1571.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1572.     {
  1573.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1574.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1575.             return $this->services['doctrine.dbal.default_connection'];
  1576.         }
  1577.         $b = new \Doctrine\DBAL\Configuration();
  1578.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1579.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1580.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1581.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1582.         $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))));
  1583.         $d->setConnectionName('default');
  1584.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1585.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
  1586.         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, []);
  1587.     }
  1588.     /**
  1589.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1590.      *
  1591.      * @return \Doctrine\ORM\EntityManager
  1592.      */
  1593.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1594.     {
  1595.         if ($lazyLoad) {
  1596.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1597.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1598.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1599.                     $proxy->setProxyInitializer(null);
  1600.                     return true;
  1601.                 });
  1602.             });
  1603.         }
  1604.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1605.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1607.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1612.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1618.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1622.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1623.         $a = new \Doctrine\ORM\Configuration();
  1624.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1625.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1626.         $b->addDriver($c'App\\Entity');
  1627.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1628.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity']);
  1629.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1630.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1631.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1632.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1633.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1634.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1635.         ], [
  1636.             'doctrine.ulid_generator' => '?',
  1637.             'doctrine.uuid_generator' => '?',
  1638.         ])));
  1639.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1640.         $a->setProxyNamespace('Proxies');
  1641.         $a->setAutoGenerateProxyClasses(true);
  1642.         $a->setSchemaIgnoreClasses([]);
  1643.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1644.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1645.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1646.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1647.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1648.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1649.         $a->setLazyGhostObjectEnabled(false);
  1650.         $a->setIdentityGenerationPreferences([]);
  1651.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1652.             'App\\Repository\\AbstractOptionRepository' => ['privates''App\\Repository\\AbstractOptionRepository''getAbstractOptionRepositoryService'false],
  1653.             'App\\Repository\\AbstractOptionReservationRepository' => ['privates''App\\Repository\\AbstractOptionReservationRepository''getAbstractOptionReservationRepositoryService'false],
  1654.             'App\\Repository\\AbstractPaymentRepository' => ['privates''App\\Repository\\AbstractPaymentRepository''getAbstractPaymentRepositoryService'false],
  1655.             'App\\Repository\\AdminNotificationRepository' => ['privates''App\\Repository\\AdminNotificationRepository''getAdminNotificationRepositoryService'false],
  1656.             'App\\Repository\\CarteBancaireRepository' => ['privates''App\\Repository\\CarteBancaireRepository''getCarteBancaireRepositoryService'false],
  1657.             'App\\Repository\\CarteCadeauPaymentRepository' => ['privates''App\\Repository\\CarteCadeauPaymentRepository''getCarteCadeauPaymentRepositoryService'false],
  1658.             'App\\Repository\\CashRepository' => ['privates''App\\Repository\\CashRepository''getCashRepositoryService'false],
  1659.             'App\\Repository\\ChequeRepository' => ['privates''App\\Repository\\ChequeRepository''getChequeRepositoryService'false],
  1660.             'App\\Repository\\CodeRepository' => ['privates''App\\Repository\\CodeRepository''getCodeRepositoryService'false],
  1661.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1662.             'App\\Repository\\CustomExtraRepository' => ['privates''App\\Repository\\CustomExtraRepository''getCustomExtraRepositoryService'false],
  1663.             'App\\Repository\\DailyStatisticRepository' => ['privates''App\\Repository\\DailyStatisticRepository''getDailyStatisticRepositoryService'false],
  1664.             'App\\Repository\\DeliveryAddressRepository' => ['privates''App\\Repository\\DeliveryAddressRepository''getDeliveryAddressRepositoryService'false],
  1665.             'App\\Repository\\DemandePayplugRepository' => ['privates''App\\Repository\\DemandePayplugRepository''getDemandePayplugRepositoryService'false],
  1666.             'App\\Repository\\EmptyPaymentRepository' => ['privates''App\\Repository\\EmptyPaymentRepository''getEmptyPaymentRepositoryService'false],
  1667.             'App\\Repository\\ExtraRepository' => ['privates''App\\Repository\\ExtraRepository''getExtraRepositoryService'false],
  1668.             'App\\Repository\\ExtraReservationRepository' => ['privates''App\\Repository\\ExtraReservationRepository''getExtraReservationRepositoryService'false],
  1669.             'App\\Repository\\History\\CarteCadeauHistoryRepository' => ['privates''App\\Repository\\History\\CarteCadeauHistoryRepository''getCarteCadeauHistoryRepositoryService'false],
  1670.             'App\\Repository\\History\\ChangeCarteCadeauRepository' => ['privates''App\\Repository\\History\\ChangeCarteCadeauRepository''getChangeCarteCadeauRepositoryService'false],
  1671.             'App\\Repository\\History\\ChangeReservationRepository' => ['privates''App\\Repository\\History\\ChangeReservationRepository''getChangeReservationRepositoryService'false],
  1672.             'App\\Repository\\History\\PaymentHistoryRepository' => ['privates''App\\Repository\\History\\PaymentHistoryRepository''getPaymentHistoryRepositoryService'false],
  1673.             'App\\Repository\\History\\PrivatisationHistoryRepository' => ['privates''App\\Repository\\History\\PrivatisationHistoryRepository''getPrivatisationHistoryRepositoryService'false],
  1674.             'App\\Repository\\History\\ReservationHistoryRepository' => ['privates''App\\Repository\\History\\ReservationHistoryRepository''getReservationHistoryRepositoryService'false],
  1675.             'App\\Repository\\LogRepository' => ['privates''App\\Repository\\LogRepository''getLogRepositoryService'false],
  1676.             'App\\Repository\\MerciFacteurTokenRepository' => ['privates''App\\Repository\\MerciFacteurTokenRepository''getMerciFacteurTokenRepositoryService'false],
  1677.             'App\\Repository\\MerciFacteurTrackingRepository' => ['privates''App\\Repository\\MerciFacteurTrackingRepository''getMerciFacteurTrackingRepositoryService'false],
  1678.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1679.             'App\\Repository\\OffertRepository' => ['privates''App\\Repository\\OffertRepository''getOffertRepositoryService'false],
  1680.             'App\\Repository\\OptionQuantityRepository' => ['privates''App\\Repository\\OptionQuantityRepository''getOptionQuantityRepositoryService'false],
  1681.             'App\\Repository\\OptionQuantityReservationRepository' => ['privates''App\\Repository\\OptionQuantityReservationRepository''getOptionQuantityReservationRepositoryService'false],
  1682.             'App\\Repository\\OptionSelectItemRepository' => ['privates''App\\Repository\\OptionSelectItemRepository''getOptionSelectItemRepositoryService'false],
  1683.             'App\\Repository\\OptionSelectRepository' => ['privates''App\\Repository\\OptionSelectRepository''getOptionSelectRepositoryService'false],
  1684.             'App\\Repository\\OptionSelectReservationRepository' => ['privates''App\\Repository\\OptionSelectReservationRepository''getOptionSelectReservationRepositoryService'false],
  1685.             'App\\Repository\\ParticipantRepository' => ['privates''App\\Repository\\ParticipantRepository''getParticipantRepositoryService'false],
  1686.             'App\\Repository\\PayplugRepository' => ['privates''App\\Repository\\PayplugRepository''getPayplugRepositoryService'false],
  1687.             'App\\Repository\\PrivatisationRepository' => ['privates''App\\Repository\\PrivatisationRepository''getPrivatisationRepositoryService'false],
  1688.             'App\\Repository\\ReservationRepository' => ['privates''App\\Repository\\ReservationRepository''getReservationRepositoryService'false],
  1689.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  1690.             'App\\Repository\\ServiceResaRepository' => ['privates''App\\Repository\\ServiceResaRepository''getServiceResaRepositoryService'false],
  1691.             'App\\Repository\\SpaClosureRepository' => ['privates''App\\Repository\\SpaClosureRepository''getSpaClosureRepositoryService'false],
  1692.             'App\\Repository\\TokenRepository' => ['privates''App\\Repository\\TokenRepository''getTokenRepositoryService'false],
  1693.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1694.             'App\\Repository\\WaitlistEntryRepository' => ['privates''App\\Repository\\WaitlistEntryRepository''getWaitlistEntryRepositoryService'false],
  1695.         ], [
  1696.             'App\\Repository\\AbstractOptionRepository' => '?',
  1697.             'App\\Repository\\AbstractOptionReservationRepository' => '?',
  1698.             'App\\Repository\\AbstractPaymentRepository' => '?',
  1699.             'App\\Repository\\AdminNotificationRepository' => '?',
  1700.             'App\\Repository\\CarteBancaireRepository' => '?',
  1701.             'App\\Repository\\CarteCadeauPaymentRepository' => '?',
  1702.             'App\\Repository\\CashRepository' => '?',
  1703.             'App\\Repository\\ChequeRepository' => '?',
  1704.             'App\\Repository\\CodeRepository' => '?',
  1705.             'App\\Repository\\ContactRepository' => '?',
  1706.             'App\\Repository\\CustomExtraRepository' => '?',
  1707.             'App\\Repository\\DailyStatisticRepository' => '?',
  1708.             'App\\Repository\\DeliveryAddressRepository' => '?',
  1709.             'App\\Repository\\DemandePayplugRepository' => '?',
  1710.             'App\\Repository\\EmptyPaymentRepository' => '?',
  1711.             'App\\Repository\\ExtraRepository' => '?',
  1712.             'App\\Repository\\ExtraReservationRepository' => '?',
  1713.             'App\\Repository\\History\\CarteCadeauHistoryRepository' => '?',
  1714.             'App\\Repository\\History\\ChangeCarteCadeauRepository' => '?',
  1715.             'App\\Repository\\History\\ChangeReservationRepository' => '?',
  1716.             'App\\Repository\\History\\PaymentHistoryRepository' => '?',
  1717.             'App\\Repository\\History\\PrivatisationHistoryRepository' => '?',
  1718.             'App\\Repository\\History\\ReservationHistoryRepository' => '?',
  1719.             'App\\Repository\\LogRepository' => '?',
  1720.             'App\\Repository\\MerciFacteurTokenRepository' => '?',
  1721.             'App\\Repository\\MerciFacteurTrackingRepository' => '?',
  1722.             'App\\Repository\\NotificationRepository' => '?',
  1723.             'App\\Repository\\OffertRepository' => '?',
  1724.             'App\\Repository\\OptionQuantityRepository' => '?',
  1725.             'App\\Repository\\OptionQuantityReservationRepository' => '?',
  1726.             'App\\Repository\\OptionSelectItemRepository' => '?',
  1727.             'App\\Repository\\OptionSelectRepository' => '?',
  1728.             'App\\Repository\\OptionSelectReservationRepository' => '?',
  1729.             'App\\Repository\\ParticipantRepository' => '?',
  1730.             'App\\Repository\\PayplugRepository' => '?',
  1731.             'App\\Repository\\PrivatisationRepository' => '?',
  1732.             'App\\Repository\\ReservationRepository' => '?',
  1733.             'App\\Repository\\ServiceRepository' => '?',
  1734.             'App\\Repository\\ServiceResaRepository' => '?',
  1735.             'App\\Repository\\SpaClosureRepository' => '?',
  1736.             'App\\Repository\\TokenRepository' => '?',
  1737.             'App\\Repository\\UserRepository' => '?',
  1738.             'App\\Repository\\WaitlistEntryRepository' => '?',
  1739.         ])));
  1740.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1741.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1742.         return $instance;
  1743.     }
  1744.     /**
  1745.      * Gets the public 'endroid_qr_code.default_builder' shared autowired service.
  1746.      *
  1747.      * @return \Endroid\QrCode\Builder\Builder
  1748.      */
  1749.     protected function getEndroidQrCode_DefaultBuilderService()
  1750.     {
  1751.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  1753.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  1754.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractGdWriter.php';
  1758.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  1759.         $this->services['endroid_qr_code.default_builder'] = $instance = new \Endroid\QrCode\Builder\Builder();
  1760.         $instance->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  1761.         $instance->size(300);
  1762.         $instance->margin(10);
  1763.         $instance->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  1764.         $instance->errorCorrectionLevel(\Endroid\QrCode\ErrorCorrectionLevel::Low);
  1765.         $instance->roundBlockSizeMode(\Endroid\QrCode\RoundBlockSizeMode::Margin);
  1766.         $instance->validateResult(false);
  1767.         return $instance;
  1768.     }
  1769.     /**
  1770.      * Gets the public 'error_controller' shared service.
  1771.      *
  1772.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1773.      */
  1774.     protected function getErrorControllerService()
  1775.     {
  1776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1777.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1779.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1780.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1781.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1782.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1783.     }
  1784.     /**
  1785.      * Gets the public 'event_dispatcher' shared service.
  1786.      *
  1787.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1788.      */
  1789.     protected function getEventDispatcherService()
  1790.     {
  1791.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1792.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1793.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1794.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1795.         $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())));
  1796.         $instance->addListener('kernel.controller', [=> function () {
  1797.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1798.         }, => 'onKernelController'], 0);
  1799.         $instance->addListener('kernel.exception', [=> function () {
  1800.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1801.         }, => 'onKernelException'], 0);
  1802.         $instance->addListener('console.command', [=> function () {
  1803.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  1804.         }, => 'handleConsoleCommandEvent'], 128);
  1805.         $instance->addListener('console.terminate', [=> function () {
  1806.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  1807.         }, => 'handleConsoleTerminateEvent'], -64);
  1808.         $instance->addListener('console.error', [=> function () {
  1809.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  1810.         }, => 'handleConsoleErrorEvent'], -64);
  1811.         $instance->addListener('kernel.exception', [=> function () {
  1812.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  1813.         }, => 'handleExceptionEvent'], 128);
  1814.         $instance->addListener('kernel.request', [=> function () {
  1815.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1816.         }, => 'handleKernelRequestEvent'], 5);
  1817.         $instance->addListener('kernel.controller', [=> function () {
  1818.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1819.         }, => 'handleKernelControllerEvent'], 10);
  1820.         $instance->addListener('kernel.request', [=> function () {
  1821.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1822.         }, => 'handleKernelRequestEvent'], 3);
  1823.         $instance->addListener('kernel.finish_request', [=> function () {
  1824.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1825.         }, => 'handleKernelFinishRequestEvent'], 5);
  1826.         $instance->addListener('kernel.request', [=> function () {
  1827.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1828.         }, => 'handleKernelRequestEvent'], 4);
  1829.         $instance->addListener('kernel.response', [=> function () {
  1830.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1831.         }, => 'handleKernelResponseEvent'], 15);
  1832.         $instance->addListener('kernel.terminate', [=> function () {
  1833.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1834.         }, => 'handleKernelTerminateEvent'], 5);
  1835.         $instance->addListener('kernel.request', [=> function () {
  1836.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1837.         }, => 'handleKernelRequestEvent'], 2);
  1838.         $instance->addListener('kernel.finish_request', [=> function () {
  1839.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1840.         }, => 'handleKernelFinishRequestEvent'], 10);
  1841.         $instance->addListener('kernel.response', [=> function () {
  1842.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1843.         }, => 'handleKernelResponseEvent'], 15);
  1844.         $instance->addListener('console.command', [=> function () {
  1845.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  1846.         }, => 'handleConsoleCommandEvent'], 118);
  1847.         $instance->addListener('console.terminate', [=> function () {
  1848.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  1849.         }, => 'handleConsoleTerminateEvent'], -54);
  1850.         $instance->addListener('kernel.request', [=> function () {
  1851.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1852.         }, => 'handleKernelRequestEvent'], 0);
  1853.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1854.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1855.         }, => 'handleLoginSuccessEvent'], 0);
  1856.         $instance->addListener('kernel.request', [=> function () {
  1857.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber()));
  1858.         }, => 'onKernelRequest'], 20);
  1859.         $instance->addListener('kernel.response', [=> function () {
  1860.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1861.         }, => 'onKernelResponse'], 0);
  1862.         $instance->addListener('kernel.response', [=> function () {
  1863.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1864.         }, => 'onKernelResponse'], -1024);
  1865.         $instance->addListener('kernel.request', [=> function () {
  1866.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1867.         }, => 'setDefaultLocale'], 100);
  1868.         $instance->addListener('kernel.request', [=> function () {
  1869.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1870.         }, => 'onKernelRequest'], 16);
  1871.         $instance->addListener('kernel.finish_request', [=> function () {
  1872.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1873.         }, => 'onKernelFinishRequest'], 0);
  1874.         $instance->addListener('kernel.request', [=> function () {
  1875.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1876.         }, => 'onKernelRequest'], 256);
  1877.         $instance->addListener('kernel.response', [=> function () {
  1878.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1879.         }, => 'onResponse'], -255);
  1880.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1881.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1882.         }, => 'onControllerArguments'], 0);
  1883.         $instance->addListener('kernel.exception', [=> function () {
  1884.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1885.         }, => 'logKernelException'], 0);
  1886.         $instance->addListener('kernel.exception', [=> function () {
  1887.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1888.         }, => 'onKernelException'], -128);
  1889.         $instance->addListener('kernel.response', [=> function () {
  1890.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1891.         }, => 'removeCspHeader'], -128);
  1892.         $instance->addListener('kernel.request', [=> function () {
  1893.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1894.         }, => 'onKernelRequest'], 15);
  1895.         $instance->addListener('kernel.finish_request', [=> function () {
  1896.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1897.         }, => 'onKernelFinishRequest'], -15);
  1898.         $instance->addListener('console.error', [=> function () {
  1899.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1900.         }, => 'onConsoleError'], -128);
  1901.         $instance->addListener('console.terminate', [=> function () {
  1902.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1903.         }, => 'onConsoleTerminate'], -128);
  1904.         $instance->addListener('console.error', [=> function () {
  1905.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1906.         }, => 'onConsoleError'], 0);
  1907.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1908.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1909.         }, => 'onMessage'], -255);
  1910.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1911.             return ($this->privates['mailer.message_listener'] ?? $this->getMailer_MessageListenerService());
  1912.         }, => 'onMessage'], 0);
  1913.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1914.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1915.         }, => 'onMessage'], -255);
  1916.         $instance->addListener('kernel.request', [=> function () {
  1917.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1918.         }, => 'configure'], 2048);
  1919.         $instance->addListener('console.command', [=> function () {
  1920.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1921.         }, => 'configure'], 2048);
  1922.         $instance->addListener('kernel.request', [=> function () {
  1923.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1924.         }, => 'onKernelRequest'], 32);
  1925.         $instance->addListener('kernel.finish_request', [=> function () {
  1926.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1927.         }, => 'onKernelFinishRequest'], 0);
  1928.         $instance->addListener('kernel.exception', [=> function () {
  1929.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1930.         }, => 'onKernelException'], -64);
  1931.         $instance->addListener('kernel.response', [=> function () {
  1932.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1933.         }, => 'onKernelResponse'], 0);
  1934.         $instance->addListener('kernel.request', [=> function () {
  1935.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1936.         }, => 'onKernelRequest'], 128);
  1937.         $instance->addListener('kernel.response', [=> function () {
  1938.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1939.         }, => 'onKernelResponse'], -1000);
  1940.         $instance->addListener('kernel.finish_request', [=> function () {
  1941.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1942.         }, => 'onFinishRequest'], 0);
  1943.         $instance->addListener('kernel.response', [=> function () {
  1944.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1945.         }, => 'onKernelResponse'], -100);
  1946.         $instance->addListener('kernel.exception', [=> function () {
  1947.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1948.         }, => 'onKernelException'], 0);
  1949.         $instance->addListener('kernel.terminate', [=> function () {
  1950.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1951.         }, => 'onKernelTerminate'], -1024);
  1952.         $instance->addListener('kernel.controller', [=> function () {
  1953.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1954.         }, => 'onKernelController'], 0);
  1955.         $instance->addListener('kernel.response', [=> function () {
  1956.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1957.         }, => 'onKernelResponse'], 0);
  1958.         $instance->addListener('kernel.controller', [=> function () {
  1959.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1960.         }, => 'onKernelController'], 0);
  1961.         $instance->addListener('kernel.controller', [=> function () {
  1962.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1963.         }, => 'onKernelController'], 0);
  1964.         $instance->addListener('kernel.controller', [=> function () {
  1965.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1966.         }, => 'onKernelController'], -128);
  1967.         $instance->addListener('kernel.view', [=> function () {
  1968.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1969.         }, => 'onKernelView'], 0);
  1970.         $instance->addListener('kernel.controller', [=> function () {
  1971.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1972.         }, => 'onKernelController'], 0);
  1973.         $instance->addListener('kernel.response', [=> function () {
  1974.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1975.         }, => 'onKernelResponse'], 0);
  1976.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1977.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1978.         }, => 'onKernelControllerArguments'], 0);
  1979.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1980.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1981.         }, => 'onKernelControllerArguments'], 0);
  1982.         $instance->addListener('kernel.view', [=> function () {
  1983.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  1984.         }, => 'onKernelView'], 0);
  1985.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1986.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1987.         }, => 'onMessage'], 0);
  1988.         $instance->addListener('kernel.response', [=> function () {
  1989.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1990.         }, => 'onKernelResponse'], -128);
  1991.         $instance->addListener('console.command', [=> function () {
  1992.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1993.         }, => 'onCommand'], 255);
  1994.         $instance->addListener('console.terminate', [=> function () {
  1995.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1996.         }, => 'onTerminate'], -255);
  1997.         $instance->addListener('console.command', [=> function () {
  1998.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1999.         }, => 'configure'], 1024);
  2000.         $instance->addListener('console.error', [=> function () {
  2001.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2002.         }, => 'onConsoleError'], 0);
  2003.         $instance->addListener('console.terminate', [=> function () {
  2004.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2005.         }, => 'onConsoleTerminate'], 0);
  2006.         $instance->addListener('kernel.response', [=> function () {
  2007.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2008.         }, => 'onKernelResponse'], 0);
  2009.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2010.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2011.         }, => 'onVoterVote'], 0);
  2012.         $instance->addListener('kernel.request', [=> function () {
  2013.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2014.         }, => 'configureLogoutUrlGenerator'], 8);
  2015.         $instance->addListener('kernel.request', [=> function () {
  2016.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2017.         }, => 'onKernelRequest'], 8);
  2018.         $instance->addListener('kernel.finish_request', [=> function () {
  2019.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2020.         }, => 'onKernelFinishRequest'], 0);
  2021.         $instance->addListener('kernel.finish_request', [=> function () {
  2022.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2023.         }, => 'resetAssets'], 0);
  2024.         $instance->addListener('kernel.request', [=> function () {
  2025.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2026.         }, => 'onKernelRequest'], 0);
  2027.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2028.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2029.         }, => 'onLogout'], 0);
  2030.         return $instance;
  2031.     }
  2032.     /**
  2033.      * Gets the public 'http_kernel' shared service.
  2034.      *
  2035.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2036.      */
  2037.     protected function getHttpKernelService()
  2038.     {
  2039.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2040.         if (isset($this->services['http_kernel'])) {
  2041.             return $this->services['http_kernel'];
  2042.         }
  2043.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2044.         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(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2045.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2046.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2047.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2048.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2049.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  2050.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2051.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2052.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2053.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2054.         }, 9)), $b));
  2055.     }
  2056.     /**
  2057.      * Gets the public 'request_stack' shared service.
  2058.      *
  2059.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2060.      */
  2061.     protected function getRequestStackService()
  2062.     {
  2063.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2064.     }
  2065.     /**
  2066.      * Gets the public 'router' shared service.
  2067.      *
  2068.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2069.      */
  2070.     protected function getRouterService()
  2071.     {
  2072.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2073.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2074.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2075.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2076.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2077.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2078.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2079.         ], [
  2080.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2081.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  2082.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2083.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2084.         return $instance;
  2085.     }
  2086.     /**
  2087.      * Gets the public 'routing.loader' shared service.
  2088.      *
  2089.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2090.      */
  2091.     protected function getRouting_LoaderService()
  2092.     {
  2093.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2094.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2096.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2097.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2098.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2103.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2104.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2106.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2107.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2108.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2111.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2117.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2118.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2119.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2120.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2121.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2122.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2123.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2124.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2125.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2126.             'kernel' => ['services''kernel''getKernelService'false],
  2127.         ], [
  2128.             'kernel' => 'App\\Kernel',
  2129.         ]), 'dev'));
  2130.         $a->addLoader($c);
  2131.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2132.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2133.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2134.     }
  2135.     /**
  2136.      * Gets the public 'services_resetter' shared service.
  2137.      *
  2138.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2139.      */
  2140.     protected function getServicesResetterService()
  2141.     {
  2142.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2143.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2144.             if (isset($this->services['cache.app'])) {
  2145.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2146.             }
  2147.             if (isset($this->services['cache.system'])) {
  2148.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2149.             }
  2150.             if (isset($this->privates['cache.validator.traceable'])) {
  2151.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  2152.             }
  2153.             if (isset($this->privates['cache.serializer.traceable'])) {
  2154.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  2155.             }
  2156.             if (isset($this->privates['cache.annotations.traceable'])) {
  2157.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  2158.             }
  2159.             if (isset($this->privates['cache.property_info.traceable'])) {
  2160.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  2161.             }
  2162.             if (isset($this->privates['.debug.http_client'])) {
  2163.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2164.             }
  2165.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2166.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2167.             }
  2168.             if (isset($this->privates['debug.stopwatch'])) {
  2169.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2170.             }
  2171.             if (isset($this->services['event_dispatcher'])) {
  2172.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2173.             }
  2174.             if (isset($this->privates['session_listener'])) {
  2175.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2176.             }
  2177.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2178.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2179.             }
  2180.             if (isset($this->services['cache.validator_expression_language'])) {
  2181.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2182.             }
  2183.             if (isset($this->services['.container.private.profiler'])) {
  2184.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2185.             }
  2186.             if (isset($this->services['.container.private.validator'])) {
  2187.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2188.             }
  2189.             if (isset($this->services['.container.private.twig'])) {
  2190.                 yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  2191.             }
  2192.             if (isset($this->privates['twig.form.engine'])) {
  2193.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2194.             }
  2195.             if (isset($this->privates['monolog.handler.main'])) {
  2196.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2197.             }
  2198.             if (isset($this->privates['monolog.handler.console'])) {
  2199.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2200.             }
  2201.             if (isset($this->services['doctrine'])) {
  2202.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2203.             }
  2204.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  2205.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  2206.             }
  2207.             if (isset($this->privates['form.type.entity'])) {
  2208.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2209.             }
  2210.             if (isset($this->services['.container.private.security.token_storage'])) {
  2211.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2212.             }
  2213.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  2214.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  2215.             }
  2216.             if (isset($this->privates['debug.security.firewall'])) {
  2217.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2218.             }
  2219.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2220.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2221.             }
  2222.             if (isset($this->privates['cache.webpack_encore.traceable'])) {
  2223.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? null);
  2224.             }
  2225.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2226.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2227.             }
  2228.             if (isset($this->privates['.debug.http_client'])) {
  2229.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2230.             }
  2231.         }, function () {
  2232.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore.traceable'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client']));
  2233.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig' => [=> 'resetGlobals'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2234.     }
  2235.     /**
  2236.      * Gets the public 'translator' shared service.
  2237.      *
  2238.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2239.      */
  2240.     protected function getTranslatorService()
  2241.     {
  2242.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2243.     }
  2244.     /**
  2245.      * Gets the public 'var_dumper.cloner' shared service.
  2246.      *
  2247.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2248.      */
  2249.     protected function getVarDumper_ClonerService()
  2250.     {
  2251.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2252.         $instance->setMaxItems(2500);
  2253.         $instance->setMinDepth(1);
  2254.         $instance->setMaxString(-1);
  2255.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2256.         return $instance;
  2257.     }
  2258.     /**
  2259.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2260.      *
  2261.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2262.      */
  2263.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2264.     {
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2266.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2267.     }
  2268.     /**
  2269.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2270.      *
  2271.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2272.      */
  2273.     protected function getWebProfiler_Controller_ProfilerService()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2276.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2277.     }
  2278.     /**
  2279.      * Gets the public 'web_profiler.controller.router' shared service.
  2280.      *
  2281.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2282.      */
  2283.     protected function getWebProfiler_Controller_RouterService()
  2284.     {
  2285.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2286.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2287.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2288.         }, 1));
  2289.     }
  2290.     /**
  2291.      * Gets the private '.App\Command\BackfillHistoryCommand.lazy' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\Console\Command\LazyCommand
  2294.      */
  2295.     protected function getBackfillHistoryCommand_LazyService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2299.         return $this->privates['.App\\Command\\BackfillHistoryCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:backfill-history', [], 'Backfill history for existing reservations and gift cards that have no history records'false, function (): \App\Command\BackfillHistoryCommand {
  2300.             return ($this->privates['App\\Command\\BackfillHistoryCommand'] ?? $this->getBackfillHistoryCommandService());
  2301.         });
  2302.     }
  2303.     /**
  2304.      * Gets the private '.App\Command\CalculateAverageBasketCommand.lazy' shared service.
  2305.      *
  2306.      * @return \Symfony\Component\Console\Command\LazyCommand
  2307.      */
  2308.     protected function getCalculateAverageBasketCommand_LazyService()
  2309.     {
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2312.         return $this->privates['.App\\Command\\CalculateAverageBasketCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('statistics:calculate-average-basket', [], 'Calculate and store the average basket value for statistical analysis'false, function (): \App\Command\CalculateAverageBasketCommand {
  2313.             return ($this->privates['App\\Command\\CalculateAverageBasketCommand'] ?? $this->getCalculateAverageBasketCommandService());
  2314.         });
  2315.     }
  2316.     /**
  2317.      * Gets the private '.App\Command\CalculateContactOriginCommand.lazy' shared service.
  2318.      *
  2319.      * @return \Symfony\Component\Console\Command\LazyCommand
  2320.      */
  2321.     protected function getCalculateContactOriginCommand_LazyService()
  2322.     {
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2325.         return $this->privates['.App\\Command\\CalculateContactOriginCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('statistics:calculate-contact-origin', [], 'Calculate and store contact geographic origin distribution for statistical analysis'false, function (): \App\Command\CalculateContactOriginCommand {
  2326.             return ($this->privates['App\\Command\\CalculateContactOriginCommand'] ?? $this->getCalculateContactOriginCommandService());
  2327.         });
  2328.     }
  2329.     /**
  2330.      * Gets the private '.App\Command\CalculateFillRateCommand.lazy' shared service.
  2331.      *
  2332.      * @return \Symfony\Component\Console\Command\LazyCommand
  2333.      */
  2334.     protected function getCalculateFillRateCommand_LazyService()
  2335.     {
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2338.         return $this->privates['.App\\Command\\CalculateFillRateCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('statistics:calculate-fill-rate', [], 'Calculate and store daily fill rate statistics from reservations and privatisations'false, function (): \App\Command\CalculateFillRateCommand {
  2339.             return ($this->privates['App\\Command\\CalculateFillRateCommand'] ?? $this->getCalculateFillRateCommandService());
  2340.         });
  2341.     }
  2342.     /**
  2343.      * Gets the private '.App\Command\CalculateGiftCardConversionCommand.lazy' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\Console\Command\LazyCommand
  2346.      */
  2347.     protected function getCalculateGiftCardConversionCommand_LazyService()
  2348.     {
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2351.         return $this->privates['.App\\Command\\CalculateGiftCardConversionCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('statistics:calculate-gift-card-conversion', [], 'Calculate and cache the gift card conversion rate statistic'false, function (): \App\Command\CalculateGiftCardConversionCommand {
  2352.             return ($this->privates['App\\Command\\CalculateGiftCardConversionCommand'] ?? $this->getCalculateGiftCardConversionCommandService());
  2353.         });
  2354.     }
  2355.     /**
  2356.      * Gets the private '.App\Command\CalculateTopCitiesCommand.lazy' shared service.
  2357.      *
  2358.      * @return \Symfony\Component\Console\Command\LazyCommand
  2359.      */
  2360.     protected function getCalculateTopCitiesCommand_LazyService()
  2361.     {
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2364.         return $this->privates['.App\\Command\\CalculateTopCitiesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('statistics:calculate-top-cities', [], 'Calculate and store top 10 cities for contacts with city name normalization'false, function (): \App\Command\CalculateTopCitiesCommand {
  2365.             return ($this->privates['App\\Command\\CalculateTopCitiesCommand'] ?? $this->getCalculateTopCitiesCommandService());
  2366.         });
  2367.     }
  2368.     /**
  2369.      * Gets the private '.App\Command\CheckConflictsAndNotifyCommand.lazy' shared service.
  2370.      *
  2371.      * @return \Symfony\Component\Console\Command\LazyCommand
  2372.      */
  2373.     protected function getCheckConflictsAndNotifyCommand_LazyService()
  2374.     {
  2375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2377.         return $this->privates['.App\\Command\\CheckConflictsAndNotifyCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:reservation:check-conflicts-notify', [], 'Vérifie les conflits de réservations et privatisations et crée des notifications admin'false, function (): \App\Command\CheckConflictsAndNotifyCommand {
  2378.             return ($this->privates['App\\Command\\CheckConflictsAndNotifyCommand'] ?? $this->getCheckConflictsAndNotifyCommandService());
  2379.         });
  2380.     }
  2381.     /**
  2382.      * Gets the private '.App\Command\CheckDuplicateReservationsCommand.lazy' shared service.
  2383.      *
  2384.      * @return \Symfony\Component\Console\Command\LazyCommand
  2385.      */
  2386.     protected function getCheckDuplicateReservationsCommand_LazyService()
  2387.     {
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2390.         return $this->privates['.App\\Command\\CheckDuplicateReservationsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:check-duplicate-reservations', [], 'Check for duplicate reservations that are confirmed with the same date'false, function (): \App\Command\CheckDuplicateReservationsCommand {
  2391.             return ($this->privates['App\\Command\\CheckDuplicateReservationsCommand'] ?? $this->getCheckDuplicateReservationsCommandService());
  2392.         });
  2393.     }
  2394.     /**
  2395.      * Gets the private '.App\Command\CheckExpiredPaymentsCommand.lazy' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\Console\Command\LazyCommand
  2398.      */
  2399.     protected function getCheckExpiredPaymentsCommand_LazyService()
  2400.     {
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2403.         return $this->privates['.App\\Command\\CheckExpiredPaymentsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('demande-payplug:check-expired', [], 'Cancel payment requests after 48 hours and send notification emails'false, function (): \App\Command\CheckExpiredPaymentsCommand {
  2404.             return ($this->privates['App\\Command\\CheckExpiredPaymentsCommand'] ?? $this->getCheckExpiredPaymentsCommandService());
  2405.         });
  2406.     }
  2407.     /**
  2408.      * Gets the private '.App\Command\CheckIfAllResaAreValidCommand.lazy' shared service.
  2409.      *
  2410.      * @return \Symfony\Component\Console\Command\LazyCommand
  2411.      */
  2412.     protected function getCheckIfAllResaAreValidCommand_LazyService()
  2413.     {
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2416.         return $this->privates['.App\\Command\\CheckIfAllResaAreValidCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('resa:verify', [], 'Vérifie si toutes les réservations et privatisations confirmées sont valides'false, function (): \App\Command\CheckIfAllResaAreValidCommand {
  2417.             return ($this->privates['App\\Command\\CheckIfAllResaAreValidCommand'] ?? $this->getCheckIfAllResaAreValidCommandService());
  2418.         });
  2419.     }
  2420.     /**
  2421.      * Gets the private '.App\Command\CleanTokenCommand.lazy' shared service.
  2422.      *
  2423.      * @return \Symfony\Component\Console\Command\LazyCommand
  2424.      */
  2425.     protected function getCleanTokenCommand_LazyService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2429.         return $this->privates['.App\\Command\\CleanTokenCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('clean:token', [], 'Delete empty tokens'false, function (): \App\Command\CleanTokenCommand {
  2430.             return ($this->privates['App\\Command\\CleanTokenCommand'] ?? $this->getCleanTokenCommandService());
  2431.         });
  2432.     }
  2433.     /**
  2434.      * Gets the private '.App\Command\DetectContactGenderCommand.lazy' shared service.
  2435.      *
  2436.      * @return \Symfony\Component\Console\Command\LazyCommand
  2437.      */
  2438.     protected function getDetectContactGenderCommand_LazyService()
  2439.     {
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2442.         return $this->privates['.App\\Command\\DetectContactGenderCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('contact:detect-gender', [], 'Detect gender for contacts using OpenAI API based on first names'false, function (): \App\Command\DetectContactGenderCommand {
  2443.             return ($this->privates['App\\Command\\DetectContactGenderCommand'] ?? $this->getDetectContactGenderCommandService());
  2444.         });
  2445.     }
  2446.     /**
  2447.      * Gets the private '.App\Command\FetchMerciFacteurTrackingCommand.lazy' shared service.
  2448.      *
  2449.      * @return \Symfony\Component\Console\Command\LazyCommand
  2450.      */
  2451.     protected function getFetchMerciFacteurTrackingCommand_LazyService()
  2452.     {
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2455.         return $this->privates['.App\\Command\\FetchMerciFacteurTrackingCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:mercifacteur:fetch-tracking', [], 'Fetch and save tracking information from Merci Facteur API'false, function (): \App\Command\FetchMerciFacteurTrackingCommand {
  2456.             return ($this->privates['App\\Command\\FetchMerciFacteurTrackingCommand'] ?? $this->getFetchMerciFacteurTrackingCommandService());
  2457.         });
  2458.     }
  2459.     /**
  2460.      * Gets the private '.App\Command\MigratePrivatisationToContactCommand.lazy' shared service.
  2461.      *
  2462.      * @return \Symfony\Component\Console\Command\LazyCommand
  2463.      */
  2464.     protected function getMigratePrivatisationToContactCommand_LazyService()
  2465.     {
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2468.         return $this->privates['.App\\Command\\MigratePrivatisationToContactCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:migrate-privatisation-to-contact', [], 'Migrate Privatisation contact data to Contact entities'false, function (): \App\Command\MigratePrivatisationToContactCommand {
  2469.             return ($this->privates['App\\Command\\MigratePrivatisationToContactCommand'] ?? $this->getMigratePrivatisationToContactCommandService());
  2470.         });
  2471.     }
  2472.     /**
  2473.      * Gets the private '.App\Command\MigrateReservationToPrivatisationCommand.lazy' shared service.
  2474.      *
  2475.      * @return \Symfony\Component\Console\Command\LazyCommand
  2476.      */
  2477.     protected function getMigrateReservationToPrivatisationCommand_LazyService()
  2478.     {
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2481.         return $this->privates['.App\\Command\\MigrateReservationToPrivatisationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:migrate-reservation-to-privatisation', [], 'Migrate reservations marked as privatisations to actual Privatisation entities'false, function (): \App\Command\MigrateReservationToPrivatisationCommand {
  2482.             return ($this->privates['App\\Command\\MigrateReservationToPrivatisationCommand'] ?? $this->getMigrateReservationToPrivatisationCommandService());
  2483.         });
  2484.     }
  2485.     /**
  2486.      * Gets the private '.App\Command\PopulateDailyStatisticsCommand.lazy' shared service.
  2487.      *
  2488.      * @return \Symfony\Component\Console\Command\LazyCommand
  2489.      */
  2490.     protected function getPopulateDailyStatisticsCommand_LazyService()
  2491.     {
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2494.         return $this->privates['.App\\Command\\PopulateDailyStatisticsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('statistics:populate-daily', [], 'Populate daily statistics for participants count from reservations and privatisations'false, function (): \App\Command\PopulateDailyStatisticsCommand {
  2495.             return ($this->privates['App\\Command\\PopulateDailyStatisticsCommand'] ?? $this->getPopulateDailyStatisticsCommandService());
  2496.         });
  2497.     }
  2498.     /**
  2499.      * Gets the private '.App\Command\RegisterMerciFacteurWebhookCommand.lazy' shared service.
  2500.      *
  2501.      * @return \Symfony\Component\Console\Command\LazyCommand
  2502.      */
  2503.     protected function getRegisterMerciFacteurWebhookCommand_LazyService()
  2504.     {
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2507.         return $this->privates['.App\\Command\\RegisterMerciFacteurWebhookCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:mercifacteur:register-webhook', [], 'Register webhook URL with Merci Facteur for tracking events'false, function (): \App\Command\RegisterMerciFacteurWebhookCommand {
  2508.             return ($this->privates['App\\Command\\RegisterMerciFacteurWebhookCommand'] ?? $this->getRegisterMerciFacteurWebhookCommandService());
  2509.         });
  2510.     }
  2511.     /**
  2512.      * Gets the private '.App\Command\SendPaymentRemindersCommand.lazy' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\Console\Command\LazyCommand
  2515.      */
  2516.     protected function getSendPaymentRemindersCommand_LazyService()
  2517.     {
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2520.         return $this->privates['.App\\Command\\SendPaymentRemindersCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('demande-payplug:send-reminders', [], 'Send reminder emails for payment requests expiring in 12 hours'false, function (): \App\Command\SendPaymentRemindersCommand {
  2521.             return ($this->privates['App\\Command\\SendPaymentRemindersCommand'] ?? $this->getSendPaymentRemindersCommandService());
  2522.         });
  2523.     }
  2524.     /**
  2525.      * Gets the private '.App\Command\TestSentryCommand.lazy' shared service.
  2526.      *
  2527.      * @return \Symfony\Component\Console\Command\LazyCommand
  2528.      */
  2529.     protected function getTestSentryCommand_LazyService()
  2530.     {
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2533.         return $this->privates['.App\\Command\\TestSentryCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:test-sentry', [], 'Test Sentry integration by sending a test error and message'false, function (): \App\Command\TestSentryCommand {
  2534.             return ($this->privates['App\\Command\\TestSentryCommand'] ?? $this->getTestSentryCommandService());
  2535.         });
  2536.     }
  2537.     /**
  2538.      * Gets the private '.App\Command\UpdateContactLoyaltyCommand.lazy' shared service.
  2539.      *
  2540.      * @return \Symfony\Component\Console\Command\LazyCommand
  2541.      */
  2542.     protected function getUpdateContactLoyaltyCommand_LazyService()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2546.         return $this->privates['.App\\Command\\UpdateContactLoyaltyCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('contact:update-loyalty', [], 'Update the isLoyal field for all contacts based on their reservations and carte cadeau'false, function (): \App\Command\UpdateContactLoyaltyCommand {
  2547.             return ($this->privates['App\\Command\\UpdateContactLoyaltyCommand'] ?? $this->getUpdateContactLoyaltyCommandService());
  2548.         });
  2549.     }
  2550.     /**
  2551.      * Gets the private '.App\Command\UpdateContactPostalCodesCommand.lazy' shared service.
  2552.      *
  2553.      * @return \Symfony\Component\Console\Command\LazyCommand
  2554.      */
  2555.     protected function getUpdateContactPostalCodesCommand_LazyService()
  2556.     {
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2559.         return $this->privates['.App\\Command\\UpdateContactPostalCodesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('contact:update-postal-codes', [], 'Update postal codes for contacts based on their city names'false, function (): \App\Command\UpdateContactPostalCodesCommand {
  2560.             return ($this->privates['App\\Command\\UpdateContactPostalCodesCommand'] ?? $this->getUpdateContactPostalCodesCommandService());
  2561.         });
  2562.     }
  2563.     /**
  2564.      * Gets the private '.App\Command\UpdateGenderStatisticsCommand.lazy' shared service.
  2565.      *
  2566.      * @return \Symfony\Component\Console\Command\LazyCommand
  2567.      */
  2568.     protected function getUpdateGenderStatisticsCommand_LazyService()
  2569.     {
  2570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2572.         return $this->privates['.App\\Command\\UpdateGenderStatisticsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('statistics:update-gender', [], 'Update cached gender distribution statistics'false, function (): \App\Command\UpdateGenderStatisticsCommand {
  2573.             return ($this->privates['App\\Command\\UpdateGenderStatisticsCommand'] ?? $this->getUpdateGenderStatisticsCommandService());
  2574.         });
  2575.     }
  2576.     /**
  2577.      * Gets the private '.App\Command\UpdatePrivatisationResteAPayerCommand.lazy' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\Console\Command\LazyCommand
  2580.      */
  2581.     protected function getUpdatePrivatisationResteAPayerCommand_LazyService()
  2582.     {
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2585.         return $this->privates['.App\\Command\\UpdatePrivatisationResteAPayerCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:update-privatisation-reste-a-payer', [], 'Update existing privatisations with resteAPayer values'false, function (): \App\Command\UpdatePrivatisationResteAPayerCommand {
  2586.             return ($this->privates['App\\Command\\UpdatePrivatisationResteAPayerCommand'] ?? $this->getUpdatePrivatisationResteAPayerCommandService());
  2587.         });
  2588.     }
  2589.     /**
  2590.      * Gets the private '.App\Command\WaitlistCleanupCommand.lazy' shared service.
  2591.      *
  2592.      * @return \Symfony\Component\Console\Command\LazyCommand
  2593.      */
  2594.     protected function getWaitlistCleanupCommand_LazyService()
  2595.     {
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2598.         return $this->privates['.App\\Command\\WaitlistCleanupCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:waitlist:cleanup', [], 'Expire past waitlist entries and delete old expired ones'false, function (): \App\Command\WaitlistCleanupCommand {
  2599.             return ($this->privates['App\\Command\\WaitlistCleanupCommand'] ?? $this->getWaitlistCleanupCommandService());
  2600.         });
  2601.     }
  2602.     /**
  2603.      * Gets the private '.App\Command\resaReminder.lazy' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\Console\Command\LazyCommand
  2606.      */
  2607.     protected function getResaReminder_LazyService()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2611.         return $this->privates['.App\\Command\\resaReminder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('resa:reminder', [], 'If not already done, sends a reminder mail for reservation that are coming in the next 24h'false, function (): \App\Command\resaReminder {
  2612.             return ($this->privates['App\\Command\\resaReminder'] ?? $this->getResaReminderService());
  2613.         });
  2614.     }
  2615.     /**
  2616.      * Gets the private '.App\Command\resaSendMail.lazy' shared service.
  2617.      *
  2618.      * @return \Symfony\Component\Console\Command\LazyCommand
  2619.      */
  2620.     protected function getResaSendMail_LazyService()
  2621.     {
  2622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2624.         return $this->privates['.App\\Command\\resaSendMail.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('resa:mail:confirmation', [], 'Si pas encore fait, envoie un mail de confirmation pour les réservations Ã  venir'false, function (): \App\Command\resaSendMail {
  2625.             return ($this->privates['App\\Command\\resaSendMail'] ?? $this->getResaSendMailService());
  2626.         });
  2627.     }
  2628.     /**
  2629.      * Gets the private '.App\Command\sendNotSentMail.lazy' shared service.
  2630.      *
  2631.      * @return \Symfony\Component\Console\Command\LazyCommand
  2632.      */
  2633.     protected function getSendNotSentMail_LazyService()
  2634.     {
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2637.         return $this->privates['.App\\Command\\sendNotSentMail.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('mail:send', [], 'Sending email that were not sent the last week'false, function (): \App\Command\sendNotSentMail {
  2638.             return ($this->privates['App\\Command\\sendNotSentMail'] ?? $this->getSendNotSentMailService());
  2639.         });
  2640.     }
  2641.     /**
  2642.      * Gets the private '.console.command.about.lazy' shared service.
  2643.      *
  2644.      * @return \Symfony\Component\Console\Command\LazyCommand
  2645.      */
  2646.     protected function get_Console_Command_About_LazyService()
  2647.     {
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2650.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2651.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2652.         });
  2653.     }
  2654.     /**
  2655.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\Console\Command\LazyCommand
  2658.      */
  2659.     protected function get_Console_Command_AssetsInstall_LazyService()
  2660.     {
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2663.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2664.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2665.         });
  2666.     }
  2667.     /**
  2668.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2669.      *
  2670.      * @return \Symfony\Component\Console\Command\LazyCommand
  2671.      */
  2672.     protected function get_Console_Command_CacheClear_LazyService()
  2673.     {
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2676.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2677.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2678.         });
  2679.     }
  2680.     /**
  2681.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2682.      *
  2683.      * @return \Symfony\Component\Console\Command\LazyCommand
  2684.      */
  2685.     protected function get_Console_Command_CachePoolClear_LazyService()
  2686.     {
  2687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2689.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2690.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2691.         });
  2692.     }
  2693.     /**
  2694.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2695.      *
  2696.      * @return \Symfony\Component\Console\Command\LazyCommand
  2697.      */
  2698.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2699.     {
  2700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2702.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2703.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2704.         });
  2705.     }
  2706.     /**
  2707.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2708.      *
  2709.      * @return \Symfony\Component\Console\Command\LazyCommand
  2710.      */
  2711.     protected function get_Console_Command_CachePoolList_LazyService()
  2712.     {
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2715.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2716.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2717.         });
  2718.     }
  2719.     /**
  2720.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2721.      *
  2722.      * @return \Symfony\Component\Console\Command\LazyCommand
  2723.      */
  2724.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2725.     {
  2726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2728.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2729.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2730.         });
  2731.     }
  2732.     /**
  2733.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2734.      *
  2735.      * @return \Symfony\Component\Console\Command\LazyCommand
  2736.      */
  2737.     protected function get_Console_Command_CacheWarmup_LazyService()
  2738.     {
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2741.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2742.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2743.         });
  2744.     }
  2745.     /**
  2746.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2747.      *
  2748.      * @return \Symfony\Component\Console\Command\LazyCommand
  2749.      */
  2750.     protected function get_Console_Command_ConfigDebug_LazyService()
  2751.     {
  2752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2754.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2755.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2756.         });
  2757.     }
  2758.     /**
  2759.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2760.      *
  2761.      * @return \Symfony\Component\Console\Command\LazyCommand
  2762.      */
  2763.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2764.     {
  2765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2767.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2768.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2769.         });
  2770.     }
  2771.     /**
  2772.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2773.      *
  2774.      * @return \Symfony\Component\Console\Command\LazyCommand
  2775.      */
  2776.     protected function get_Console_Command_ContainerDebug_LazyService()
  2777.     {
  2778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2780.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2781.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2782.         });
  2783.     }
  2784.     /**
  2785.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2786.      *
  2787.      * @return \Symfony\Component\Console\Command\LazyCommand
  2788.      */
  2789.     protected function get_Console_Command_ContainerLint_LazyService()
  2790.     {
  2791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2793.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2794.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2795.         });
  2796.     }
  2797.     /**
  2798.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2799.      *
  2800.      * @return \Symfony\Component\Console\Command\LazyCommand
  2801.      */
  2802.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2803.     {
  2804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2806.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2807.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2808.         });
  2809.     }
  2810.     /**
  2811.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2812.      *
  2813.      * @return \Symfony\Component\Console\Command\LazyCommand
  2814.      */
  2815.     protected function get_Console_Command_DotenvDebug_LazyService()
  2816.     {
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2819.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2820.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2821.         });
  2822.     }
  2823.     /**
  2824.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2825.      *
  2826.      * @return \Symfony\Component\Console\Command\LazyCommand
  2827.      */
  2828.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2829.     {
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2832.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2833.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2834.         });
  2835.     }
  2836.     /**
  2837.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2838.      *
  2839.      * @return \Symfony\Component\Console\Command\LazyCommand
  2840.      */
  2841.     protected function get_Console_Command_FormDebug_LazyService()
  2842.     {
  2843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2845.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2846.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2847.         });
  2848.     }
  2849.     /**
  2850.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2851.      *
  2852.      * @return \Symfony\Component\Console\Command\LazyCommand
  2853.      */
  2854.     protected function get_Console_Command_RouterDebug_LazyService()
  2855.     {
  2856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2858.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2859.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2860.         });
  2861.     }
  2862.     /**
  2863.      * Gets the private '.console.command.router_match.lazy' shared service.
  2864.      *
  2865.      * @return \Symfony\Component\Console\Command\LazyCommand
  2866.      */
  2867.     protected function get_Console_Command_RouterMatch_LazyService()
  2868.     {
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2871.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2872.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2873.         });
  2874.     }
  2875.     /**
  2876.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2877.      *
  2878.      * @return \Symfony\Component\Console\Command\LazyCommand
  2879.      */
  2880.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2881.     {
  2882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2884.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  2885.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2886.         });
  2887.     }
  2888.     /**
  2889.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\Console\Command\LazyCommand
  2892.      */
  2893.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2894.     {
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2897.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  2898.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2899.         });
  2900.     }
  2901.     /**
  2902.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2903.      *
  2904.      * @return \Symfony\Component\Console\Command\LazyCommand
  2905.      */
  2906.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2907.     {
  2908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2910.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2911.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2912.         });
  2913.     }
  2914.     /**
  2915.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2916.      *
  2917.      * @return \Symfony\Component\Console\Command\LazyCommand
  2918.      */
  2919.     protected function get_Console_Command_SecretsList_LazyService()
  2920.     {
  2921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2923.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2924.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2925.         });
  2926.     }
  2927.     /**
  2928.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2929.      *
  2930.      * @return \Symfony\Component\Console\Command\LazyCommand
  2931.      */
  2932.     protected function get_Console_Command_SecretsRemove_LazyService()
  2933.     {
  2934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2936.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2937.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2938.         });
  2939.     }
  2940.     /**
  2941.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2942.      *
  2943.      * @return \Symfony\Component\Console\Command\LazyCommand
  2944.      */
  2945.     protected function get_Console_Command_SecretsSet_LazyService()
  2946.     {
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2949.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2950.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2951.         });
  2952.     }
  2953.     /**
  2954.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2955.      *
  2956.      * @return \Symfony\Component\Console\Command\LazyCommand
  2957.      */
  2958.     protected function get_Console_Command_TranslationDebug_LazyService()
  2959.     {
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2962.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2963.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2964.         });
  2965.     }
  2966.     /**
  2967.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2968.      *
  2969.      * @return \Symfony\Component\Console\Command\LazyCommand
  2970.      */
  2971.     protected function get_Console_Command_TranslationExtract_LazyService()
  2972.     {
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2975.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  2976.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2977.         });
  2978.     }
  2979.     /**
  2980.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2981.      *
  2982.      * @return \Symfony\Component\Console\Command\LazyCommand
  2983.      */
  2984.     protected function get_Console_Command_TranslationPull_LazyService()
  2985.     {
  2986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2988.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2989.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2990.         });
  2991.     }
  2992.     /**
  2993.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2994.      *
  2995.      * @return \Symfony\Component\Console\Command\LazyCommand
  2996.      */
  2997.     protected function get_Console_Command_TranslationPush_LazyService()
  2998.     {
  2999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3001.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3002.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3003.         });
  3004.     }
  3005.     /**
  3006.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3007.      *
  3008.      * @return \Symfony\Component\Console\Command\LazyCommand
  3009.      */
  3010.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3011.     {
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3014.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3015.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3016.         });
  3017.     }
  3018.     /**
  3019.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3020.      *
  3021.      * @return \Symfony\Component\Console\Command\LazyCommand
  3022.      */
  3023.     protected function get_Console_Command_XliffLint_LazyService()
  3024.     {
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3027.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3028.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3029.         });
  3030.     }
  3031.     /**
  3032.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3033.      *
  3034.      * @return \Symfony\Component\Console\Command\LazyCommand
  3035.      */
  3036.     protected function get_Console_Command_YamlLint_LazyService()
  3037.     {
  3038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3040.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3041.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3042.         });
  3043.     }
  3044.     /**
  3045.      * Gets the private '.debug.http_client' shared service.
  3046.      *
  3047.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3048.      */
  3049.     protected function get_Debug_HttpClientService()
  3050.     {
  3051.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3052.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3053.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3054.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3055.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3056.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3057.         $a->setLogger($b);
  3058.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3059.     }
  3060.     /**
  3061.      * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\Console\Command\LazyCommand
  3064.      */
  3065.     protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3069.         return $this->privates['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version'false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
  3070.             return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  3071.         });
  3072.     }
  3073.     /**
  3074.      * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\Console\Command\LazyCommand
  3077.      */
  3078.     protected function get_DoctrineMigrations_DiffCommand_LazyService()
  3079.     {
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3082.         return $this->privates['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
  3083.             return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  3084.         });
  3085.     }
  3086.     /**
  3087.      * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  3088.      *
  3089.      * @return \Symfony\Component\Console\Command\LazyCommand
  3090.      */
  3091.     protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  3092.     {
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3095.         return $this->privates['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
  3096.             return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  3097.         });
  3098.     }
  3099.     /**
  3100.      * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\Console\Command\LazyCommand
  3103.      */
  3104.     protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  3105.     {
  3106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3108.         return $this->privates['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
  3109.             return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  3110.         });
  3111.     }
  3112.     /**
  3113.      * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  3114.      *
  3115.      * @return \Symfony\Component\Console\Command\LazyCommand
  3116.      */
  3117.     protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3121.         return $this->privates['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.'false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
  3122.             return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  3123.         });
  3124.     }
  3125.     /**
  3126.      * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  3127.      *
  3128.      * @return \Symfony\Component\Console\Command\LazyCommand
  3129.      */
  3130.     protected function get_DoctrineMigrations_LatestCommand_LazyService()
  3131.     {
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3134.         return $this->privates['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version'false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
  3135.             return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  3136.         });
  3137.     }
  3138.     /**
  3139.      * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  3140.      *
  3141.      * @return \Symfony\Component\Console\Command\LazyCommand
  3142.      */
  3143.     protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  3144.     {
  3145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3147.         return $this->privates['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
  3148.             return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  3149.         });
  3150.     }
  3151.     /**
  3152.      * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  3153.      *
  3154.      * @return \Symfony\Component\Console\Command\LazyCommand
  3155.      */
  3156.     protected function get_DoctrineMigrations_RollupCommand_LazyService()
  3157.     {
  3158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3160.         return $this->privates['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.'false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
  3161.             return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  3162.         });
  3163.     }
  3164.     /**
  3165.      * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  3166.      *
  3167.      * @return \Symfony\Component\Console\Command\LazyCommand
  3168.      */
  3169.     protected function get_DoctrineMigrations_StatusCommand_LazyService()
  3170.     {
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3173.         return $this->privates['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.'false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
  3174.             return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  3175.         });
  3176.     }
  3177.     /**
  3178.      * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  3179.      *
  3180.      * @return \Symfony\Component\Console\Command\LazyCommand
  3181.      */
  3182.     protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  3183.     {
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3186.         return $this->privates['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
  3187.             return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  3188.         });
  3189.     }
  3190.     /**
  3191.      * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  3192.      *
  3193.      * @return \Symfony\Component\Console\Command\LazyCommand
  3194.      */
  3195.     protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  3196.     {
  3197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3199.         return $this->privates['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.'false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
  3200.             return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  3201.         });
  3202.     }
  3203.     /**
  3204.      * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  3205.      *
  3206.      * @return \Symfony\Component\Console\Command\LazyCommand
  3207.      */
  3208.     protected function get_DoctrineMigrations_VersionCommand_LazyService()
  3209.     {
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3212.         return $this->privates['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.'false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
  3213.             return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  3214.         });
  3215.     }
  3216.     /**
  3217.      * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  3218.      *
  3219.      * @return \Symfony\Component\Console\Command\LazyCommand
  3220.      */
  3221.     protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3225.         return $this->privates['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
  3226.             return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  3227.         });
  3228.     }
  3229.     /**
  3230.      * Gets the private '.errored..service_locator..0X6R52.App\Entity\WaitlistEntry' shared service.
  3231.      *
  3232.      * @return \App\Entity\WaitlistEntry
  3233.      */
  3234.     protected function getWaitlistEntryService()
  3235.     {
  3236.         $this->throw('Cannot autowire service ".service_locator..0X6R52": it references class "App\\Entity\\WaitlistEntry" but no such service exists.');
  3237.     }
  3238.     /**
  3239.      * Gets the private '.errored..service_locator..WU03Yl.App\Entity\Privatisation' shared service.
  3240.      *
  3241.      * @return \App\Entity\Privatisation
  3242.      */
  3243.     protected function getPrivatisationService()
  3244.     {
  3245.         $this->throw('Cannot autowire service ".service_locator..WU03Yl": it references class "App\\Entity\\Privatisation" but no such service exists.');
  3246.     }
  3247.     /**
  3248.      * Gets the private '.errored..service_locator.3S_x.on.App\Entity\Payment\Payplug' shared service.
  3249.      *
  3250.      * @return \App\Entity\Payment\Payplug
  3251.      */
  3252.     protected function getPayplugService()
  3253.     {
  3254.         $this->throw('Cannot autowire service ".service_locator.3S_x.on": it references class "App\\Entity\\Payment\\Payplug" but no such service exists.');
  3255.     }
  3256.     /**
  3257.      * Gets the private '.errored..service_locator.3u.KA2S.App\Entity\SpaClosure' shared service.
  3258.      *
  3259.      * @return \App\Entity\SpaClosure
  3260.      */
  3261.     protected function getSpaClosureService()
  3262.     {
  3263.         $this->throw('Cannot autowire service ".service_locator.3u.KA2S": it references class "App\\Entity\\SpaClosure" but no such service exists.');
  3264.     }
  3265.     /**
  3266.      * Gets the private '.errored..service_locator.86yPOQt.App\Entity\Token' shared service.
  3267.      *
  3268.      * @return \App\Entity\Token
  3269.      */
  3270.     protected function getTokenService()
  3271.     {
  3272.         $this->throw('Cannot autowire service ".service_locator.86yPOQt": it references class "App\\Entity\\Token" but no such service exists.');
  3273.     }
  3274.     /**
  3275.      * Gets the private '.errored..service_locator.AdgkzXT.App\Entity\Token' shared service.
  3276.      *
  3277.      * @return \App\Entity\Token
  3278.      */
  3279.     protected function getToken2Service()
  3280.     {
  3281.         $this->throw('Cannot autowire service ".service_locator.AdgkzXT": it references class "App\\Entity\\Token" but no such service exists.');
  3282.     }
  3283.     /**
  3284.      * Gets the private '.errored..service_locator.BeCTv00.App\Entity\Reservation' shared service.
  3285.      *
  3286.      * @return \App\Entity\Reservation
  3287.      */
  3288.     protected function getReservationService()
  3289.     {
  3290.         $this->throw('Cannot autowire service ".service_locator.BeCTv00": it references class "App\\Entity\\Reservation" but no such service exists.');
  3291.     }
  3292.     /**
  3293.      * Gets the private '.errored..service_locator.C0MOo5f.App\Entity\WaitlistEntry' shared service.
  3294.      *
  3295.      * @return \App\Entity\WaitlistEntry
  3296.      */
  3297.     protected function getWaitlistEntry2Service()
  3298.     {
  3299.         $this->throw('Cannot autowire service ".service_locator.C0MOo5f": it references class "App\\Entity\\WaitlistEntry" but no such service exists.');
  3300.     }
  3301.     /**
  3302.      * Gets the private '.errored..service_locator.ET.lOFn.App\Entity\Payment\AbstractPayment' shared service.
  3303.      *
  3304.      * @return \App\Entity\Payment\AbstractPayment
  3305.      */
  3306.     protected function getAbstractPaymentService()
  3307.     {
  3308.         $this->throw('Cannot autowire service ".service_locator.ET.lOFn": it references class "App\\Entity\\Payment\\AbstractPayment" but no such service exists.');
  3309.     }
  3310.     /**
  3311.      * Gets the private '.errored..service_locator.IfaUx1P.App\Entity\Contact' shared service.
  3312.      *
  3313.      * @return \App\Entity\Contact
  3314.      */
  3315.     protected function getContactService()
  3316.     {
  3317.         $this->throw('Cannot autowire service ".service_locator.IfaUx1P": it references class "App\\Entity\\Contact" but no such service exists.');
  3318.     }
  3319.     /**
  3320.      * Gets the private '.errored..service_locator.KiLJgFb.App\Entity\Token' shared service.
  3321.      *
  3322.      * @return \App\Entity\Token
  3323.      */
  3324.     protected function getToken3Service()
  3325.     {
  3326.         $this->throw('Cannot autowire service ".service_locator.KiLJgFb": it references class "App\\Entity\\Token" but no such service exists.');
  3327.     }
  3328.     /**
  3329.      * Gets the private '.errored..service_locator.P2x9gIa.App\Entity\Extra' shared service.
  3330.      *
  3331.      * @return \App\Entity\Extra
  3332.      */
  3333.     protected function getExtraService()
  3334.     {
  3335.         $this->throw('Cannot autowire service ".service_locator.P2x9gIa": it references class "App\\Entity\\Extra" but no such service exists.');
  3336.     }
  3337.     /**
  3338.      * Gets the private '.errored..service_locator.TMVfvU..App\Entity\AdminNotification' shared service.
  3339.      *
  3340.      * @return \App\Entity\AdminNotification
  3341.      */
  3342.     protected function getAdminNotificationService()
  3343.     {
  3344.         $this->throw('Cannot autowire service ".service_locator.TMVfvU.": it references class "App\\Entity\\AdminNotification" but no such service exists.');
  3345.     }
  3346.     /**
  3347.      * Gets the private '.errored..service_locator.VKYmd7W.App\Entity\Payment\AbstractPayment' shared service.
  3348.      *
  3349.      * @return \App\Entity\Payment\AbstractPayment
  3350.      */
  3351.     protected function getAbstractPayment2Service()
  3352.     {
  3353.         $this->throw('Cannot autowire service ".service_locator.VKYmd7W": it references class "App\\Entity\\Payment\\AbstractPayment" but no such service exists.');
  3354.     }
  3355.     /**
  3356.      * Gets the private '.errored..service_locator.W0Ysprq.App\Entity\Privatisation' shared service.
  3357.      *
  3358.      * @return \App\Entity\Privatisation
  3359.      */
  3360.     protected function getPrivatisation2Service()
  3361.     {
  3362.         $this->throw('Cannot autowire service ".service_locator.W0Ysprq": it references class "App\\Entity\\Privatisation" but no such service exists.');
  3363.     }
  3364.     /**
  3365.      * Gets the private '.errored..service_locator._qMP48c.App\Entity\Payment\DemandePayplug' shared service.
  3366.      *
  3367.      * @return \App\Entity\Payment\DemandePayplug
  3368.      */
  3369.     protected function getDemandePayplugService()
  3370.     {
  3371.         $this->throw('Cannot autowire service ".service_locator._qMP48c": it references class "App\\Entity\\Payment\\DemandePayplug" but no such service exists.');
  3372.     }
  3373.     /**
  3374.      * Gets the private '.errored..service_locator.eFHtPER.App\Entity\Extra' shared service.
  3375.      *
  3376.      * @return \App\Entity\Extra
  3377.      */
  3378.     protected function getExtra2Service()
  3379.     {
  3380.         $this->throw('Cannot autowire service ".service_locator.eFHtPER": it references class "App\\Entity\\Extra" but no such service exists.');
  3381.     }
  3382.     /**
  3383.      * Gets the private '.errored..service_locator.iwtwcKo.App\Entity\Token' shared service.
  3384.      *
  3385.      * @return \App\Entity\Token
  3386.      */
  3387.     protected function getToken4Service()
  3388.     {
  3389.         $this->throw('Cannot autowire service ".service_locator.iwtwcKo": it references class "App\\Entity\\Token" but no such service exists.');
  3390.     }
  3391.     /**
  3392.      * Gets the private '.errored..service_locator.jtI7Unb.App\Entity\Reservation' shared service.
  3393.      *
  3394.      * @return \App\Entity\Reservation
  3395.      */
  3396.     protected function getReservation2Service()
  3397.     {
  3398.         $this->throw('Cannot autowire service ".service_locator.jtI7Unb": it references class "App\\Entity\\Reservation" but no such service exists.');
  3399.     }
  3400.     /**
  3401.      * Gets the private '.errored..service_locator.mWqncr2.App\Entity\Code' shared service.
  3402.      *
  3403.      * @return \App\Entity\Code
  3404.      */
  3405.     protected function getCodeService()
  3406.     {
  3407.         $this->throw('Cannot autowire service ".service_locator.mWqncr2": it references class "App\\Entity\\Code" but no such service exists.');
  3408.     }
  3409.     /**
  3410.      * Gets the private '.errored..service_locator.ogYfi_5.App\Entity\Privatisation' shared service.
  3411.      *
  3412.      * @return \App\Entity\Privatisation
  3413.      */
  3414.     protected function getPrivatisation3Service()
  3415.     {
  3416.         $this->throw('Cannot autowire service ".service_locator.ogYfi_5": it references class "App\\Entity\\Privatisation" but no such service exists.');
  3417.     }
  3418.     /**
  3419.      * Gets the private '.errored..service_locator.pMgaR4l.App\Entity\Token' shared service.
  3420.      *
  3421.      * @return \App\Entity\Token
  3422.      */
  3423.     protected function getToken5Service()
  3424.     {
  3425.         $this->throw('Cannot autowire service ".service_locator.pMgaR4l": it references class "App\\Entity\\Token" but no such service exists.');
  3426.     }
  3427.     /**
  3428.      * Gets the private '.errored..service_locator.r0QhI.Z.App\Entity\Reservation' shared service.
  3429.      *
  3430.      * @return \App\Entity\Reservation
  3431.      */
  3432.     protected function getReservation3Service()
  3433.     {
  3434.         $this->throw('Cannot autowire service ".service_locator.r0QhI.Z": it references class "App\\Entity\\Reservation" but no such service exists.');
  3435.     }
  3436.     /**
  3437.      * Gets the private '.errored..service_locator.t6I5yHS.App\Entity\Contact' shared service.
  3438.      *
  3439.      * @return \App\Entity\Contact
  3440.      */
  3441.     protected function getContact2Service()
  3442.     {
  3443.         $this->throw('Cannot autowire service ".service_locator.t6I5yHS": it references class "App\\Entity\\Contact" but no such service exists.');
  3444.     }
  3445.     /**
  3446.      * Gets the private '.errored..service_locator.uQ.s6r8.App\Entity\Privatisation' shared service.
  3447.      *
  3448.      * @return \App\Entity\Privatisation
  3449.      */
  3450.     protected function getPrivatisation4Service()
  3451.     {
  3452.         $this->throw('Cannot autowire service ".service_locator.uQ.s6r8": it references class "App\\Entity\\Privatisation" but no such service exists.');
  3453.     }
  3454.     /**
  3455.      * Gets the private '.errored..service_locator.w7x3EZL.App\Entity\Token' shared service.
  3456.      *
  3457.      * @return \App\Entity\Token
  3458.      */
  3459.     protected function getToken6Service()
  3460.     {
  3461.         $this->throw('Cannot autowire service ".service_locator.w7x3EZL": it references class "App\\Entity\\Token" but no such service exists.');
  3462.     }
  3463.     /**
  3464.      * Gets the private '.errored..service_locator.wEFdIO7.App\Entity\Payment\Payplug' shared service.
  3465.      *
  3466.      * @return \App\Entity\Payment\Payplug
  3467.      */
  3468.     protected function getPayplug2Service()
  3469.     {
  3470.         $this->throw('Cannot autowire service ".service_locator.wEFdIO7": it references class "App\\Entity\\Payment\\Payplug" but no such service exists.');
  3471.     }
  3472.     /**
  3473.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3474.      *
  3475.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3476.      */
  3477.     protected function getLoaderInterfaceService()
  3478.     {
  3479.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  3480.     }
  3481.     /**
  3482.      * Gets the private '.errored..service_locator.zA2yg1z.App\Entity\Privatisation' shared service.
  3483.      *
  3484.      * @return \App\Entity\Privatisation
  3485.      */
  3486.     protected function getPrivatisation5Service()
  3487.     {
  3488.         $this->throw('Cannot autowire service ".service_locator.zA2yg1z": it references class "App\\Entity\\Privatisation" but no such service exists.');
  3489.     }
  3490.     /**
  3491.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3492.      *
  3493.      * @return \Symfony\Component\Console\Command\LazyCommand
  3494.      */
  3495.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3496.     {
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3499.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3500.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3501.         });
  3502.     }
  3503.     /**
  3504.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3505.      *
  3506.      * @return \Symfony\Component\Console\Command\LazyCommand
  3507.      */
  3508.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3509.     {
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3512.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3513.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3514.         });
  3515.     }
  3516.     /**
  3517.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3518.      *
  3519.      * @return \Symfony\Component\Console\Command\LazyCommand
  3520.      */
  3521.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3522.     {
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3525.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3526.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3527.         });
  3528.     }
  3529.     /**
  3530.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\Console\Command\LazyCommand
  3533.      */
  3534.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3535.     {
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3538.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3539.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3540.         });
  3541.     }
  3542.     /**
  3543.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3544.      *
  3545.      * @return \Symfony\Component\Console\Command\LazyCommand
  3546.      */
  3547.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3548.     {
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3551.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3552.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3553.         });
  3554.     }
  3555.     /**
  3556.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3557.      *
  3558.      * @return \Symfony\Component\Console\Command\LazyCommand
  3559.      */
  3560.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3561.     {
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3564.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3565.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3566.         });
  3567.     }
  3568.     /**
  3569.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3570.      *
  3571.      * @return \Symfony\Component\Console\Command\LazyCommand
  3572.      */
  3573.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3574.     {
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3577.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3578.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3579.         });
  3580.     }
  3581.     /**
  3582.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3583.      *
  3584.      * @return \Symfony\Component\Console\Command\LazyCommand
  3585.      */
  3586.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3587.     {
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3590.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3591.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3592.         });
  3593.     }
  3594.     /**
  3595.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3596.      *
  3597.      * @return \Symfony\Component\Console\Command\LazyCommand
  3598.      */
  3599.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3600.     {
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3603.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3604.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3605.         });
  3606.     }
  3607.     /**
  3608.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\Console\Command\LazyCommand
  3611.      */
  3612.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3613.     {
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3616.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3617.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3618.         });
  3619.     }
  3620.     /**
  3621.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3622.      *
  3623.      * @return \Symfony\Component\Console\Command\LazyCommand
  3624.      */
  3625.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3629.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3630.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3631.         });
  3632.     }
  3633.     /**
  3634.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3635.      *
  3636.      * @return \Symfony\Component\Console\Command\LazyCommand
  3637.      */
  3638.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3639.     {
  3640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3642.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3643.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3644.         });
  3645.     }
  3646.     /**
  3647.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3648.      *
  3649.      * @return \Symfony\Component\Console\Command\LazyCommand
  3650.      */
  3651.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3652.     {
  3653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3655.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3656.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3657.         });
  3658.     }
  3659.     /**
  3660.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3661.      *
  3662.      * @return \Symfony\Component\Console\Command\LazyCommand
  3663.      */
  3664.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3668.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3669.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3670.         });
  3671.     }
  3672.     /**
  3673.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3674.      *
  3675.      * @return \Symfony\Component\Console\Command\LazyCommand
  3676.      */
  3677.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3678.     {
  3679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3681.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3682.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3683.         });
  3684.     }
  3685.     /**
  3686.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3687.      *
  3688.      * @return \Symfony\Component\Console\Command\LazyCommand
  3689.      */
  3690.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3691.     {
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3694.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3695.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3696.         });
  3697.     }
  3698.     /**
  3699.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3700.      *
  3701.      * @return \Symfony\Component\Console\Command\LazyCommand
  3702.      */
  3703.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3704.     {
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3707.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3708.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3709.         });
  3710.     }
  3711.     /**
  3712.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3713.      *
  3714.      * @return \Symfony\Component\Console\Command\LazyCommand
  3715.      */
  3716.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3717.     {
  3718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3720.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3721.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3722.         });
  3723.     }
  3724.     /**
  3725.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3726.      *
  3727.      * @return \Symfony\Component\Console\Command\LazyCommand
  3728.      */
  3729.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3730.     {
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3733.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3734.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3735.         });
  3736.     }
  3737.     /**
  3738.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3739.      *
  3740.      * @return \Symfony\Component\Console\Command\LazyCommand
  3741.      */
  3742.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3743.     {
  3744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3746.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3747.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3748.         });
  3749.     }
  3750.     /**
  3751.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3752.      *
  3753.      * @return \Symfony\Component\Console\Command\LazyCommand
  3754.      */
  3755.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3756.     {
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3759.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3760.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3761.         });
  3762.     }
  3763.     /**
  3764.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3765.      *
  3766.      * @return \Symfony\Component\Console\Command\LazyCommand
  3767.      */
  3768.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3772.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3773.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3774.         });
  3775.     }
  3776.     /**
  3777.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3778.      *
  3779.      * @return \Symfony\Component\Console\Command\LazyCommand
  3780.      */
  3781.     protected function get_Monolog_Command_ServerLog_LazyService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3785.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  3786.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3787.         });
  3788.     }
  3789.     /**
  3790.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3791.      *
  3792.      * @return \Symfony\Component\Console\Command\LazyCommand
  3793.      */
  3794.     protected function get_Security_Command_DebugFirewall_LazyService()
  3795.     {
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3798.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3799.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3800.         });
  3801.     }
  3802.     /**
  3803.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3804.      *
  3805.      * @return \Symfony\Component\Console\Command\LazyCommand
  3806.      */
  3807.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3811.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3812.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3813.         });
  3814.     }
  3815.     /**
  3816.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3817.      *
  3818.      * @return \Symfony\Component\Console\Command\LazyCommand
  3819.      */
  3820.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3821.     {
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3824.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3825.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3826.         });
  3827.     }
  3828.     /**
  3829.      * Gets the private '.service_locator..0X6R52' shared service.
  3830.      *
  3831.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3832.      */
  3833.     protected function get_ServiceLocator__0X6R52Service()
  3834.     {
  3835.         return $this->privates['.service_locator..0X6R52'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3836.             'entry' => ['privates''.errored..service_locator..0X6R52.App\\Entity\\WaitlistEntry'NULL'Cannot autowire service ".service_locator..0X6R52": it references class "App\\Entity\\WaitlistEntry" but no such service exists.'],
  3837.             'waitlistEntryRepository' => ['privates''App\\Repository\\WaitlistEntryRepository''getWaitlistEntryRepositoryService'false],
  3838.             'waitlistSubscriber' => ['privates''App\\EventSubscriber\\WaitlistSubscriber''getWaitlistSubscriberService'false],
  3839.         ], [
  3840.             'entry' => 'App\\Entity\\WaitlistEntry',
  3841.             'waitlistEntryRepository' => 'App\\Repository\\WaitlistEntryRepository',
  3842.             'waitlistSubscriber' => 'App\\EventSubscriber\\WaitlistSubscriber',
  3843.         ]);
  3844.     }
  3845.     /**
  3846.      * Gets the private '.service_locator..WU03Yl' shared service.
  3847.      *
  3848.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3849.      */
  3850.     protected function get_ServiceLocator__WU03YlService()
  3851.     {
  3852.         return $this->privates['.service_locator..WU03Yl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3853.             'paymentRequestHandler' => ['privates''App\\Service\\PaymentRequestHandler''getPaymentRequestHandlerService'false],
  3854.             'paymentService' => ['privates''App\\Service\\PaymentService''getPaymentServiceService'false],
  3855.             'privatisation' => ['privates''.errored..service_locator..WU03Yl.App\\Entity\\Privatisation'NULL'Cannot autowire service ".service_locator..WU03Yl": it references class "App\\Entity\\Privatisation" but no such service exists.'],
  3856.         ], [
  3857.             'paymentRequestHandler' => 'App\\Service\\PaymentRequestHandler',
  3858.             'paymentService' => 'App\\Service\\PaymentService',
  3859.             'privatisation' => 'App\\Entity\\Privatisation',
  3860.         ]);
  3861.     }
  3862.     /**
  3863.      * Gets the private '.service_locator.08X1TsE' shared service.
  3864.      *
  3865.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3866.      */
  3867.     protected function get_ServiceLocator_08X1TsEService()
  3868.     {
  3869.         return $this->privates['.service_locator.08X1TsE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3870.             'App\\Controller\\Admin\\CarteCadeauController::create' => ['privates''.service_locator.jDFIbVk''get_ServiceLocator_JDFIbVkService'false],
  3871.             'App\\Controller\\Admin\\CarteCadeauController::delete' => ['privates''.service_locator.KiLJgFb''get_ServiceLocator_KiLJgFbService'false],
  3872.             'App\\Controller\\Admin\\CarteCadeauController::downloadAllByContact' => ['privates''.service_locator.IfaUx1P''get_ServiceLocator_IfaUx1PService'false],
  3873.             'App\\Controller\\Admin\\CarteCadeauController::edit' => ['privates''.service_locator.w7x3EZL''get_ServiceLocator_W7x3EZLService'false],
  3874.             'App\\Controller\\Admin\\CarteCadeauController::editComment' => ['privates''.service_locator.86yPOQt''get_ServiceLocator_86yPOQtService'false],
  3875.             'App\\Controller\\Admin\\CarteCadeauController::exportCSV' => ['privates''.service_locator.qKbU6xV''get_ServiceLocator_QKbU6xVService'false],
  3876.             'App\\Controller\\Admin\\CarteCadeauController::getSendStatusPhysical' => ['privates''.service_locator.AdgkzXT''get_ServiceLocator_AdgkzXTService'false],
  3877.             'App\\Controller\\Admin\\CarteCadeauController::getTrackingInfo' => ['privates''.service_locator.AdgkzXT''get_ServiceLocator_AdgkzXTService'false],
  3878.             'App\\Controller\\Admin\\CarteCadeauController::history' => ['privates''.service_locator.AdgkzXT''get_ServiceLocator_AdgkzXTService'false],
  3879.             'App\\Controller\\Admin\\CarteCadeauController::index' => ['privates''.service_locator.wX9uosa''get_ServiceLocator_WX9uosaService'false],
  3880.             'App\\Controller\\Admin\\CarteCadeauController::sendCourrier' => ['privates''.service_locator.AdgkzXT''get_ServiceLocator_AdgkzXTService'false],
  3881.             'App\\Controller\\Admin\\CarteCadeauController::toggleUsed' => ['privates''.service_locator.mWqncr2''get_ServiceLocator_MWqncr2Service'false],
  3882.             'App\\Controller\\Admin\\ContactController::edit' => ['privates''.service_locator.t6I5yHS''get_ServiceLocator_T6I5yHSService'false],
  3883.             'App\\Controller\\Admin\\ContactController::index' => ['privates''.service_locator.p2ClPMy''get_ServiceLocator_P2ClPMyService'false],
  3884.             'App\\Controller\\Admin\\ContactController::view' => ['privates''.service_locator.IfaUx1P''get_ServiceLocator_IfaUx1PService'false],
  3885.             'App\\Controller\\Admin\\DefaultController::research' => ['privates''.service_locator.oZdqfD7''get_ServiceLocator_OZdqfD7Service'false],
  3886.             'App\\Controller\\Admin\\NotificationAdminController::markRead' => ['privates''.service_locator.TMVfvU.''get_ServiceLocator_TMVfvU_Service'false],
  3887.             'App\\Controller\\Admin\\PaymentController::choicePaymentCarteCadeau' => ['privates''.service_locator.pMgaR4l''get_ServiceLocator_PMgaR4lService'false],
  3888.             'App\\Controller\\Admin\\PaymentController::choicePaymentReservation' => ['privates''.service_locator.r0QhI.Z''get_ServiceLocator_R0QhI_ZService'false],
  3889.             'App\\Controller\\Admin\\PaymentController::edit' => ['privates''.service_locator.ET.lOFn''get_ServiceLocator_ET_LOFnService'false],
  3890.             'App\\Controller\\Admin\\PaymentController::view' => ['privates''.service_locator.ET.lOFn''get_ServiceLocator_ET_LOFnService'false],
  3891.             'App\\Controller\\Admin\\PrivatisationController::cancel' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3892.             'App\\Controller\\Admin\\PrivatisationController::choicePaymentPrivatisation' => ['privates''.service_locator..WU03Yl''get_ServiceLocator__WU03YlService'false],
  3893.             'App\\Controller\\Admin\\PrivatisationController::create' => ['privates''.service_locator.EMlU1Si''get_ServiceLocator_EMlU1SiService'false],
  3894.             'App\\Controller\\Admin\\PrivatisationController::delete' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3895.             'App\\Controller\\Admin\\PrivatisationController::edit' => ['privates''.service_locator.zA2yg1z''get_ServiceLocator_ZA2yg1zService'false],
  3896.             'App\\Controller\\Admin\\PrivatisationController::editComment' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3897.             'App\\Controller\\Admin\\PrivatisationController::history' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3898.             'App\\Controller\\Admin\\PrivatisationController::sendConfirmation' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3899.             'App\\Controller\\Admin\\PrivatisationController::validate' => ['privates''.service_locator.uQ.s6r8''get_ServiceLocator_UQ_S6r8Service'false],
  3900.             'App\\Controller\\Admin\\PrivatisationController::validateAndConfirm' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3901.             'App\\Controller\\Admin\\PrivatisationController::view' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3902.             'App\\Controller\\Admin\\ReservationController::create' => ['privates''.service_locator.wUdNftJ''get_ServiceLocator_WUdNftJService'false],
  3903.             'App\\Controller\\Admin\\ReservationController::createCarteCadeau' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3904.             'App\\Controller\\Admin\\ReservationController::delete' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3905.             'App\\Controller\\Admin\\ReservationController::edit' => ['privates''.service_locator.BeCTv00''get_ServiceLocator_BeCTv00Service'false],
  3906.             'App\\Controller\\Admin\\ReservationController::editComment' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3907.             'App\\Controller\\Admin\\ReservationController::exportCSV' => ['privates''.service_locator.LuGJUQq''get_ServiceLocator_LuGJUQqService'false],
  3908.             'App\\Controller\\Admin\\ReservationController::history' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3909.             'App\\Controller\\Admin\\ReservationController::planning' => ['privates''.service_locator.XtTkK6v''get_ServiceLocator_XtTkK6vService'false],
  3910.             'App\\Controller\\Admin\\ReservationController::send' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3911.             'App\\Controller\\Admin\\ReservationController::sendSatisfactionEmail' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3912.             'App\\Controller\\Admin\\ReservationController::toggleCancel' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3913.             'App\\Controller\\Admin\\ReservationController::toggleClientMissing' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3914.             'App\\Controller\\Admin\\ReservationController::view' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3915.             'App\\Controller\\Admin\\ReservationController::waitlistDelete' => ['privates''.service_locator.C0MOo5f''get_ServiceLocator_C0MOo5fService'false],
  3916.             'App\\Controller\\Admin\\ReservationController::waitlistIndex' => ['privates''.service_locator.XtTkK6v''get_ServiceLocator_XtTkK6vService'false],
  3917.             'App\\Controller\\Admin\\ReservationController::waitlistNotify' => ['privates''.service_locator..0X6R52''get_ServiceLocator__0X6R52Service'false],
  3918.             'App\\Controller\\Admin\\SpaController::closures' => ['privates''.service_locator.8f4omHD''get_ServiceLocator_8f4omHDService'false],
  3919.             'App\\Controller\\Admin\\SpaController::closuresCreate' => ['privates''.service_locator.8f4omHD''get_ServiceLocator_8f4omHDService'false],
  3920.             'App\\Controller\\Admin\\SpaController::closuresDelete' => ['privates''.service_locator.3u.KA2S''get_ServiceLocator_3u_KA2SService'false],
  3921.             'App\\Controller\\Admin\\SpaController::closuresUpdate' => ['privates''.service_locator.3u.KA2S''get_ServiceLocator_3u_KA2SService'false],
  3922.             'App\\Controller\\Admin\\SpaController::delete' => ['privates''.service_locator.eFHtPER''get_ServiceLocator_EFHtPERService'false],
  3923.             'App\\Controller\\Admin\\SpaController::extra' => ['privates''.service_locator.nYQF4tr''get_ServiceLocator_NYQF4trService'false],
  3924.             'App\\Controller\\Admin\\SpaController::extraCreate' => ['privates''.service_locator.nYQF4tr''get_ServiceLocator_NYQF4trService'false],
  3925.             'App\\Controller\\Admin\\SpaController::extraUpdate' => ['privates''.service_locator.P2x9gIa''get_ServiceLocator_P2x9gIaService'false],
  3926.             'App\\Controller\\Admin\\StatsController::exportCartesPerimees' => ['privates''.service_locator.Hl86oQ7''get_ServiceLocator_Hl86oQ7Service'false],
  3927.             'App\\Controller\\Admin\\StatsController::exportCartesProlongees' => ['privates''.service_locator.7pQChgY''get_ServiceLocator_7pQChgYService'false],
  3928.             'App\\Controller\\Admin\\StatsController::exportPrestationsRestantes' => ['privates''.service_locator.Hl86oQ7''get_ServiceLocator_Hl86oQ7Service'false],
  3929.             'App\\Controller\\CarteCadeauController::createCard' => ['privates''.service_locator.iwtwcKo''get_ServiceLocator_IwtwcKoService'false],
  3930.             'App\\Controller\\CarteCadeauController::createPayment' => ['privates''.service_locator.DDJlUNN''get_ServiceLocator_DDJlUNNService'false],
  3931.             'App\\Controller\\CarteCadeauController::oldDisplayCard' => ['privates''.service_locator.Cz7qatp''get_ServiceLocator_Cz7qatpService'false],
  3932.             'App\\Controller\\CarteCadeauController::tunnel' => ['privates''.service_locator.EMlU1Si''get_ServiceLocator_EMlU1SiService'false],
  3933.             'App\\Controller\\MerciFacteurController::getEnvoiInformations' => ['privates''.service_locator.QKauTvQ''get_ServiceLocator_QKauTvQService'false],
  3934.             'App\\Controller\\MerciFacteurController::getPostagePrice' => ['privates''.service_locator.QKauTvQ''get_ServiceLocator_QKauTvQService'false],
  3935.             'App\\Controller\\NotificationController::carteCadeau' => ['privates''.service_locator.3S_x.on''get_ServiceLocator_3SX_OnService'false],
  3936.             'App\\Controller\\NotificationController::check' => ['privates''.service_locator.Vmr8ibI''get_ServiceLocator_Vmr8ibIService'false],
  3937.             'App\\Controller\\NotificationController::demandePayplugWebhook' => ['privates''.service_locator._qMP48c''get_ServiceLocator_QMP48cService'false],
  3938.             'App\\Controller\\NotificationController::reservation' => ['privates''.service_locator.VKYmd7W''get_ServiceLocator_VKYmd7WService'false],
  3939.             'App\\Controller\\PrivatisationController::send' => ['privates''.service_locator.W0Ysprq''get_ServiceLocator_W0YsprqService'false],
  3940.             'App\\Controller\\PrivatisationController::tunnelPrivatisation' => ['privates''.service_locator.KjkcmBF''get_ServiceLocator_KjkcmBFService'false],
  3941.             'App\\Controller\\PrivatisationController::update' => ['privates''.service_locator.W0Ysprq''get_ServiceLocator_W0YsprqService'false],
  3942.             'App\\Controller\\ReservationController::confirmedReservation' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3943.             'App\\Controller\\ReservationController::createCarteCadeauPayment' => ['privates''.service_locator.8bwVosP''get_ServiceLocator_8bwVosPService'false],
  3944.             'App\\Controller\\ReservationController::createPayment' => ['privates''.service_locator.VvaTtyj''get_ServiceLocator_VvaTtyjService'false],
  3945.             'App\\Controller\\ReservationController::invalidDays' => ['privates''.service_locator.5ppLhQs''get_ServiceLocator_5ppLhQsService'false],
  3946.             'App\\Controller\\ReservationController::tunnel' => ['privates''.service_locator.XtTkK6v''get_ServiceLocator_XtTkK6vService'false],
  3947.             'App\\Controller\\ReservationController::tunnelCarteCadeau' => ['privates''.service_locator.F6Y5McY''get_ServiceLocator_F6Y5McYService'false],
  3948.             'App\\Controller\\ReservationController::updateReservation' => ['privates''.service_locator.WtJei8i''get_ServiceLocator_WtJei8iService'false],
  3949.             'App\\Controller\\ReservationController::validSlotByDay' => ['privates''.service_locator.5ppLhQs''get_ServiceLocator_5ppLhQsService'false],
  3950.             'App\\Controller\\ReservationController::waitlistRegister' => ['privates''.service_locator.XtTkK6v''get_ServiceLocator_XtTkK6vService'false],
  3951.             'App\\Controller\\SecurityController::confirmedOffrir' => ['privates''.service_locator.wEFdIO7''get_ServiceLocator_WEFdIO7Service'false],
  3952.             'App\\Controller\\SecurityController::confirmedReservation' => ['privates''.service_locator.VKYmd7W''get_ServiceLocator_VKYmd7WService'false],
  3953.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  3954.             'App\\Controller\\VitrineController::contactForm' => ['privates''.service_locator.kKz8RjJ''get_ServiceLocator_KKz8RjJService'false],
  3955.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3956.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3957.             'App\\Controller\\Admin\\CarteCadeauController:create' => ['privates''.service_locator.jDFIbVk''get_ServiceLocator_JDFIbVkService'false],
  3958.             'App\\Controller\\Admin\\CarteCadeauController:delete' => ['privates''.service_locator.KiLJgFb''get_ServiceLocator_KiLJgFbService'false],
  3959.             'App\\Controller\\Admin\\CarteCadeauController:downloadAllByContact' => ['privates''.service_locator.IfaUx1P''get_ServiceLocator_IfaUx1PService'false],
  3960.             'App\\Controller\\Admin\\CarteCadeauController:edit' => ['privates''.service_locator.w7x3EZL''get_ServiceLocator_W7x3EZLService'false],
  3961.             'App\\Controller\\Admin\\CarteCadeauController:editComment' => ['privates''.service_locator.86yPOQt''get_ServiceLocator_86yPOQtService'false],
  3962.             'App\\Controller\\Admin\\CarteCadeauController:exportCSV' => ['privates''.service_locator.qKbU6xV''get_ServiceLocator_QKbU6xVService'false],
  3963.             'App\\Controller\\Admin\\CarteCadeauController:getSendStatusPhysical' => ['privates''.service_locator.AdgkzXT''get_ServiceLocator_AdgkzXTService'false],
  3964.             'App\\Controller\\Admin\\CarteCadeauController:getTrackingInfo' => ['privates''.service_locator.AdgkzXT''get_ServiceLocator_AdgkzXTService'false],
  3965.             'App\\Controller\\Admin\\CarteCadeauController:history' => ['privates''.service_locator.AdgkzXT''get_ServiceLocator_AdgkzXTService'false],
  3966.             'App\\Controller\\Admin\\CarteCadeauController:index' => ['privates''.service_locator.wX9uosa''get_ServiceLocator_WX9uosaService'false],
  3967.             'App\\Controller\\Admin\\CarteCadeauController:sendCourrier' => ['privates''.service_locator.AdgkzXT''get_ServiceLocator_AdgkzXTService'false],
  3968.             'App\\Controller\\Admin\\CarteCadeauController:toggleUsed' => ['privates''.service_locator.mWqncr2''get_ServiceLocator_MWqncr2Service'false],
  3969.             'App\\Controller\\Admin\\ContactController:edit' => ['privates''.service_locator.t6I5yHS''get_ServiceLocator_T6I5yHSService'false],
  3970.             'App\\Controller\\Admin\\ContactController:index' => ['privates''.service_locator.p2ClPMy''get_ServiceLocator_P2ClPMyService'false],
  3971.             'App\\Controller\\Admin\\ContactController:view' => ['privates''.service_locator.IfaUx1P''get_ServiceLocator_IfaUx1PService'false],
  3972.             'App\\Controller\\Admin\\DefaultController:research' => ['privates''.service_locator.oZdqfD7''get_ServiceLocator_OZdqfD7Service'false],
  3973.             'App\\Controller\\Admin\\NotificationAdminController:markRead' => ['privates''.service_locator.TMVfvU.''get_ServiceLocator_TMVfvU_Service'false],
  3974.             'App\\Controller\\Admin\\PaymentController:choicePaymentCarteCadeau' => ['privates''.service_locator.pMgaR4l''get_ServiceLocator_PMgaR4lService'false],
  3975.             'App\\Controller\\Admin\\PaymentController:choicePaymentReservation' => ['privates''.service_locator.r0QhI.Z''get_ServiceLocator_R0QhI_ZService'false],
  3976.             'App\\Controller\\Admin\\PaymentController:edit' => ['privates''.service_locator.ET.lOFn''get_ServiceLocator_ET_LOFnService'false],
  3977.             'App\\Controller\\Admin\\PaymentController:view' => ['privates''.service_locator.ET.lOFn''get_ServiceLocator_ET_LOFnService'false],
  3978.             'App\\Controller\\Admin\\PrivatisationController:cancel' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3979.             'App\\Controller\\Admin\\PrivatisationController:choicePaymentPrivatisation' => ['privates''.service_locator..WU03Yl''get_ServiceLocator__WU03YlService'false],
  3980.             'App\\Controller\\Admin\\PrivatisationController:create' => ['privates''.service_locator.EMlU1Si''get_ServiceLocator_EMlU1SiService'false],
  3981.             'App\\Controller\\Admin\\PrivatisationController:delete' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3982.             'App\\Controller\\Admin\\PrivatisationController:edit' => ['privates''.service_locator.zA2yg1z''get_ServiceLocator_ZA2yg1zService'false],
  3983.             'App\\Controller\\Admin\\PrivatisationController:editComment' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3984.             'App\\Controller\\Admin\\PrivatisationController:history' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3985.             'App\\Controller\\Admin\\PrivatisationController:sendConfirmation' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3986.             'App\\Controller\\Admin\\PrivatisationController:validate' => ['privates''.service_locator.uQ.s6r8''get_ServiceLocator_UQ_S6r8Service'false],
  3987.             'App\\Controller\\Admin\\PrivatisationController:validateAndConfirm' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3988.             'App\\Controller\\Admin\\PrivatisationController:view' => ['privates''.service_locator.ogYfi_5''get_ServiceLocator_OgYfi5Service'false],
  3989.             'App\\Controller\\Admin\\ReservationController:create' => ['privates''.service_locator.wUdNftJ''get_ServiceLocator_WUdNftJService'false],
  3990.             'App\\Controller\\Admin\\ReservationController:createCarteCadeau' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3991.             'App\\Controller\\Admin\\ReservationController:delete' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3992.             'App\\Controller\\Admin\\ReservationController:edit' => ['privates''.service_locator.BeCTv00''get_ServiceLocator_BeCTv00Service'false],
  3993.             'App\\Controller\\Admin\\ReservationController:editComment' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3994.             'App\\Controller\\Admin\\ReservationController:exportCSV' => ['privates''.service_locator.LuGJUQq''get_ServiceLocator_LuGJUQqService'false],
  3995.             'App\\Controller\\Admin\\ReservationController:history' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3996.             'App\\Controller\\Admin\\ReservationController:planning' => ['privates''.service_locator.XtTkK6v''get_ServiceLocator_XtTkK6vService'false],
  3997.             'App\\Controller\\Admin\\ReservationController:send' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3998.             'App\\Controller\\Admin\\ReservationController:sendSatisfactionEmail' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  3999.             'App\\Controller\\Admin\\ReservationController:toggleCancel' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  4000.             'App\\Controller\\Admin\\ReservationController:toggleClientMissing' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  4001.             'App\\Controller\\Admin\\ReservationController:view' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  4002.             'App\\Controller\\Admin\\ReservationController:waitlistDelete' => ['privates''.service_locator.C0MOo5f''get_ServiceLocator_C0MOo5fService'false],
  4003.             'App\\Controller\\Admin\\ReservationController:waitlistIndex' => ['privates''.service_locator.XtTkK6v''get_ServiceLocator_XtTkK6vService'false],
  4004.             'App\\Controller\\Admin\\ReservationController:waitlistNotify' => ['privates''.service_locator..0X6R52''get_ServiceLocator__0X6R52Service'false],
  4005.             'App\\Controller\\Admin\\SpaController:closures' => ['privates''.service_locator.8f4omHD''get_ServiceLocator_8f4omHDService'false],
  4006.             'App\\Controller\\Admin\\SpaController:closuresCreate' => ['privates''.service_locator.8f4omHD''get_ServiceLocator_8f4omHDService'false],
  4007.             'App\\Controller\\Admin\\SpaController:closuresDelete' => ['privates''.service_locator.3u.KA2S''get_ServiceLocator_3u_KA2SService'false],
  4008.             'App\\Controller\\Admin\\SpaController:closuresUpdate' => ['privates''.service_locator.3u.KA2S''get_ServiceLocator_3u_KA2SService'false],
  4009.             'App\\Controller\\Admin\\SpaController:delete' => ['privates''.service_locator.eFHtPER''get_ServiceLocator_EFHtPERService'false],
  4010.             'App\\Controller\\Admin\\SpaController:extra' => ['privates''.service_locator.nYQF4tr''get_ServiceLocator_NYQF4trService'false],
  4011.             'App\\Controller\\Admin\\SpaController:extraCreate' => ['privates''.service_locator.nYQF4tr''get_ServiceLocator_NYQF4trService'false],
  4012.             'App\\Controller\\Admin\\SpaController:extraUpdate' => ['privates''.service_locator.P2x9gIa''get_ServiceLocator_P2x9gIaService'false],
  4013.             'App\\Controller\\Admin\\StatsController:exportCartesPerimees' => ['privates''.service_locator.Hl86oQ7''get_ServiceLocator_Hl86oQ7Service'false],
  4014.             'App\\Controller\\Admin\\StatsController:exportCartesProlongees' => ['privates''.service_locator.7pQChgY''get_ServiceLocator_7pQChgYService'false],
  4015.             'App\\Controller\\Admin\\StatsController:exportPrestationsRestantes' => ['privates''.service_locator.Hl86oQ7''get_ServiceLocator_Hl86oQ7Service'false],
  4016.             'App\\Controller\\CarteCadeauController:createCard' => ['privates''.service_locator.iwtwcKo''get_ServiceLocator_IwtwcKoService'false],
  4017.             'App\\Controller\\CarteCadeauController:createPayment' => ['privates''.service_locator.DDJlUNN''get_ServiceLocator_DDJlUNNService'false],
  4018.             'App\\Controller\\CarteCadeauController:oldDisplayCard' => ['privates''.service_locator.Cz7qatp''get_ServiceLocator_Cz7qatpService'false],
  4019.             'App\\Controller\\CarteCadeauController:tunnel' => ['privates''.service_locator.EMlU1Si''get_ServiceLocator_EMlU1SiService'false],
  4020.             'App\\Controller\\MerciFacteurController:getEnvoiInformations' => ['privates''.service_locator.QKauTvQ''get_ServiceLocator_QKauTvQService'false],
  4021.             'App\\Controller\\MerciFacteurController:getPostagePrice' => ['privates''.service_locator.QKauTvQ''get_ServiceLocator_QKauTvQService'false],
  4022.             'App\\Controller\\NotificationController:carteCadeau' => ['privates''.service_locator.3S_x.on''get_ServiceLocator_3SX_OnService'false],
  4023.             'App\\Controller\\NotificationController:check' => ['privates''.service_locator.Vmr8ibI''get_ServiceLocator_Vmr8ibIService'false],
  4024.             'App\\Controller\\NotificationController:demandePayplugWebhook' => ['privates''.service_locator._qMP48c''get_ServiceLocator_QMP48cService'false],
  4025.             'App\\Controller\\NotificationController:reservation' => ['privates''.service_locator.VKYmd7W''get_ServiceLocator_VKYmd7WService'false],
  4026.             'App\\Controller\\PrivatisationController:send' => ['privates''.service_locator.W0Ysprq''get_ServiceLocator_W0YsprqService'false],
  4027.             'App\\Controller\\PrivatisationController:tunnelPrivatisation' => ['privates''.service_locator.KjkcmBF''get_ServiceLocator_KjkcmBFService'false],
  4028.             'App\\Controller\\PrivatisationController:update' => ['privates''.service_locator.W0Ysprq''get_ServiceLocator_W0YsprqService'false],
  4029.             'App\\Controller\\ReservationController:confirmedReservation' => ['privates''.service_locator.jtI7Unb''get_ServiceLocator_JtI7UnbService'false],
  4030.             'App\\Controller\\ReservationController:createCarteCadeauPayment' => ['privates''.service_locator.8bwVosP''get_ServiceLocator_8bwVosPService'false],
  4031.             'App\\Controller\\ReservationController:createPayment' => ['privates''.service_locator.VvaTtyj''get_ServiceLocator_VvaTtyjService'false],
  4032.             'App\\Controller\\ReservationController:invalidDays' => ['privates''.service_locator.5ppLhQs''get_ServiceLocator_5ppLhQsService'false],
  4033.             'App\\Controller\\ReservationController:tunnel' => ['privates''.service_locator.XtTkK6v''get_ServiceLocator_XtTkK6vService'false],
  4034.             'App\\Controller\\ReservationController:tunnelCarteCadeau' => ['privates''.service_locator.F6Y5McY''get_ServiceLocator_F6Y5McYService'false],
  4035.             'App\\Controller\\ReservationController:updateReservation' => ['privates''.service_locator.WtJei8i''get_ServiceLocator_WtJei8iService'false],
  4036.             'App\\Controller\\ReservationController:validSlotByDay' => ['privates''.service_locator.5ppLhQs''get_ServiceLocator_5ppLhQsService'false],
  4037.             'App\\Controller\\ReservationController:waitlistRegister' => ['privates''.service_locator.XtTkK6v''get_ServiceLocator_XtTkK6vService'false],
  4038.             'App\\Controller\\SecurityController:confirmedOffrir' => ['privates''.service_locator.wEFdIO7''get_ServiceLocator_WEFdIO7Service'false],
  4039.             'App\\Controller\\SecurityController:confirmedReservation' => ['privates''.service_locator.VKYmd7W''get_ServiceLocator_VKYmd7WService'false],
  4040.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4041.             'App\\Controller\\VitrineController:contactForm' => ['privates''.service_locator.kKz8RjJ''get_ServiceLocator_KKz8RjJService'false],
  4042.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4043.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4044.         ], [
  4045.             'App\\Controller\\Admin\\CarteCadeauController::create' => '?',
  4046.             'App\\Controller\\Admin\\CarteCadeauController::delete' => '?',
  4047.             'App\\Controller\\Admin\\CarteCadeauController::downloadAllByContact' => '?',
  4048.             'App\\Controller\\Admin\\CarteCadeauController::edit' => '?',
  4049.             'App\\Controller\\Admin\\CarteCadeauController::editComment' => '?',
  4050.             'App\\Controller\\Admin\\CarteCadeauController::exportCSV' => '?',
  4051.             'App\\Controller\\Admin\\CarteCadeauController::getSendStatusPhysical' => '?',
  4052.             'App\\Controller\\Admin\\CarteCadeauController::getTrackingInfo' => '?',
  4053.             'App\\Controller\\Admin\\CarteCadeauController::history' => '?',
  4054.             'App\\Controller\\Admin\\CarteCadeauController::index' => '?',
  4055.             'App\\Controller\\Admin\\CarteCadeauController::sendCourrier' => '?',
  4056.             'App\\Controller\\Admin\\CarteCadeauController::toggleUsed' => '?',
  4057.             'App\\Controller\\Admin\\ContactController::edit' => '?',
  4058.             'App\\Controller\\Admin\\ContactController::index' => '?',
  4059.             'App\\Controller\\Admin\\ContactController::view' => '?',
  4060.             'App\\Controller\\Admin\\DefaultController::research' => '?',
  4061.             'App\\Controller\\Admin\\NotificationAdminController::markRead' => '?',
  4062.             'App\\Controller\\Admin\\PaymentController::choicePaymentCarteCadeau' => '?',
  4063.             'App\\Controller\\Admin\\PaymentController::choicePaymentReservation' => '?',
  4064.             'App\\Controller\\Admin\\PaymentController::edit' => '?',
  4065.             'App\\Controller\\Admin\\PaymentController::view' => '?',
  4066.             'App\\Controller\\Admin\\PrivatisationController::cancel' => '?',
  4067.             'App\\Controller\\Admin\\PrivatisationController::choicePaymentPrivatisation' => '?',
  4068.             'App\\Controller\\Admin\\PrivatisationController::create' => '?',
  4069.             'App\\Controller\\Admin\\PrivatisationController::delete' => '?',
  4070.             'App\\Controller\\Admin\\PrivatisationController::edit' => '?',
  4071.             'App\\Controller\\Admin\\PrivatisationController::editComment' => '?',
  4072.             'App\\Controller\\Admin\\PrivatisationController::history' => '?',
  4073.             'App\\Controller\\Admin\\PrivatisationController::sendConfirmation' => '?',
  4074.             'App\\Controller\\Admin\\PrivatisationController::validate' => '?',
  4075.             'App\\Controller\\Admin\\PrivatisationController::validateAndConfirm' => '?',
  4076.             'App\\Controller\\Admin\\PrivatisationController::view' => '?',
  4077.             'App\\Controller\\Admin\\ReservationController::create' => '?',
  4078.             'App\\Controller\\Admin\\ReservationController::createCarteCadeau' => '?',
  4079.             'App\\Controller\\Admin\\ReservationController::delete' => '?',
  4080.             'App\\Controller\\Admin\\ReservationController::edit' => '?',
  4081.             'App\\Controller\\Admin\\ReservationController::editComment' => '?',
  4082.             'App\\Controller\\Admin\\ReservationController::exportCSV' => '?',
  4083.             'App\\Controller\\Admin\\ReservationController::history' => '?',
  4084.             'App\\Controller\\Admin\\ReservationController::planning' => '?',
  4085.             'App\\Controller\\Admin\\ReservationController::send' => '?',
  4086.             'App\\Controller\\Admin\\ReservationController::sendSatisfactionEmail' => '?',
  4087.             'App\\Controller\\Admin\\ReservationController::toggleCancel' => '?',
  4088.             'App\\Controller\\Admin\\ReservationController::toggleClientMissing' => '?',
  4089.             'App\\Controller\\Admin\\ReservationController::view' => '?',
  4090.             'App\\Controller\\Admin\\ReservationController::waitlistDelete' => '?',
  4091.             'App\\Controller\\Admin\\ReservationController::waitlistIndex' => '?',
  4092.             'App\\Controller\\Admin\\ReservationController::waitlistNotify' => '?',
  4093.             'App\\Controller\\Admin\\SpaController::closures' => '?',
  4094.             'App\\Controller\\Admin\\SpaController::closuresCreate' => '?',
  4095.             'App\\Controller\\Admin\\SpaController::closuresDelete' => '?',
  4096.             'App\\Controller\\Admin\\SpaController::closuresUpdate' => '?',
  4097.             'App\\Controller\\Admin\\SpaController::delete' => '?',
  4098.             'App\\Controller\\Admin\\SpaController::extra' => '?',
  4099.             'App\\Controller\\Admin\\SpaController::extraCreate' => '?',
  4100.             'App\\Controller\\Admin\\SpaController::extraUpdate' => '?',
  4101.             'App\\Controller\\Admin\\StatsController::exportCartesPerimees' => '?',
  4102.             'App\\Controller\\Admin\\StatsController::exportCartesProlongees' => '?',
  4103.             'App\\Controller\\Admin\\StatsController::exportPrestationsRestantes' => '?',
  4104.             'App\\Controller\\CarteCadeauController::createCard' => '?',
  4105.             'App\\Controller\\CarteCadeauController::createPayment' => '?',
  4106.             'App\\Controller\\CarteCadeauController::oldDisplayCard' => '?',
  4107.             'App\\Controller\\CarteCadeauController::tunnel' => '?',
  4108.             'App\\Controller\\MerciFacteurController::getEnvoiInformations' => '?',
  4109.             'App\\Controller\\MerciFacteurController::getPostagePrice' => '?',
  4110.             'App\\Controller\\NotificationController::carteCadeau' => '?',
  4111.             'App\\Controller\\NotificationController::check' => '?',
  4112.             'App\\Controller\\NotificationController::demandePayplugWebhook' => '?',
  4113.             'App\\Controller\\NotificationController::reservation' => '?',
  4114.             'App\\Controller\\PrivatisationController::send' => '?',
  4115.             'App\\Controller\\PrivatisationController::tunnelPrivatisation' => '?',
  4116.             'App\\Controller\\PrivatisationController::update' => '?',
  4117.             'App\\Controller\\ReservationController::confirmedReservation' => '?',
  4118.             'App\\Controller\\ReservationController::createCarteCadeauPayment' => '?',
  4119.             'App\\Controller\\ReservationController::createPayment' => '?',
  4120.             'App\\Controller\\ReservationController::invalidDays' => '?',
  4121.             'App\\Controller\\ReservationController::tunnel' => '?',
  4122.             'App\\Controller\\ReservationController::tunnelCarteCadeau' => '?',
  4123.             'App\\Controller\\ReservationController::updateReservation' => '?',
  4124.             'App\\Controller\\ReservationController::validSlotByDay' => '?',
  4125.             'App\\Controller\\ReservationController::waitlistRegister' => '?',
  4126.             'App\\Controller\\SecurityController::confirmedOffrir' => '?',
  4127.             'App\\Controller\\SecurityController::confirmedReservation' => '?',
  4128.             'App\\Controller\\SecurityController::login' => '?',
  4129.             'App\\Controller\\VitrineController::contactForm' => '?',
  4130.             'kernel::loadRoutes' => '?',
  4131.             'kernel::registerContainerConfiguration' => '?',
  4132.             'App\\Controller\\Admin\\CarteCadeauController:create' => '?',
  4133.             'App\\Controller\\Admin\\CarteCadeauController:delete' => '?',
  4134.             'App\\Controller\\Admin\\CarteCadeauController:downloadAllByContact' => '?',
  4135.             'App\\Controller\\Admin\\CarteCadeauController:edit' => '?',
  4136.             'App\\Controller\\Admin\\CarteCadeauController:editComment' => '?',
  4137.             'App\\Controller\\Admin\\CarteCadeauController:exportCSV' => '?',
  4138.             'App\\Controller\\Admin\\CarteCadeauController:getSendStatusPhysical' => '?',
  4139.             'App\\Controller\\Admin\\CarteCadeauController:getTrackingInfo' => '?',
  4140.             'App\\Controller\\Admin\\CarteCadeauController:history' => '?',
  4141.             'App\\Controller\\Admin\\CarteCadeauController:index' => '?',
  4142.             'App\\Controller\\Admin\\CarteCadeauController:sendCourrier' => '?',
  4143.             'App\\Controller\\Admin\\CarteCadeauController:toggleUsed' => '?',
  4144.             'App\\Controller\\Admin\\ContactController:edit' => '?',
  4145.             'App\\Controller\\Admin\\ContactController:index' => '?',
  4146.             'App\\Controller\\Admin\\ContactController:view' => '?',
  4147.             'App\\Controller\\Admin\\DefaultController:research' => '?',
  4148.             'App\\Controller\\Admin\\NotificationAdminController:markRead' => '?',
  4149.             'App\\Controller\\Admin\\PaymentController:choicePaymentCarteCadeau' => '?',
  4150.             'App\\Controller\\Admin\\PaymentController:choicePaymentReservation' => '?',
  4151.             'App\\Controller\\Admin\\PaymentController:edit' => '?',
  4152.             'App\\Controller\\Admin\\PaymentController:view' => '?',
  4153.             'App\\Controller\\Admin\\PrivatisationController:cancel' => '?',
  4154.             'App\\Controller\\Admin\\PrivatisationController:choicePaymentPrivatisation' => '?',
  4155.             'App\\Controller\\Admin\\PrivatisationController:create' => '?',
  4156.             'App\\Controller\\Admin\\PrivatisationController:delete' => '?',
  4157.             'App\\Controller\\Admin\\PrivatisationController:edit' => '?',
  4158.             'App\\Controller\\Admin\\PrivatisationController:editComment' => '?',
  4159.             'App\\Controller\\Admin\\PrivatisationController:history' => '?',
  4160.             'App\\Controller\\Admin\\PrivatisationController:sendConfirmation' => '?',
  4161.             'App\\Controller\\Admin\\PrivatisationController:validate' => '?',
  4162.             'App\\Controller\\Admin\\PrivatisationController:validateAndConfirm' => '?',
  4163.             'App\\Controller\\Admin\\PrivatisationController:view' => '?',
  4164.             'App\\Controller\\Admin\\ReservationController:create' => '?',
  4165.             'App\\Controller\\Admin\\ReservationController:createCarteCadeau' => '?',
  4166.             'App\\Controller\\Admin\\ReservationController:delete' => '?',
  4167.             'App\\Controller\\Admin\\ReservationController:edit' => '?',
  4168.             'App\\Controller\\Admin\\ReservationController:editComment' => '?',
  4169.             'App\\Controller\\Admin\\ReservationController:exportCSV' => '?',
  4170.             'App\\Controller\\Admin\\ReservationController:history' => '?',
  4171.             'App\\Controller\\Admin\\ReservationController:planning' => '?',
  4172.             'App\\Controller\\Admin\\ReservationController:send' => '?',
  4173.             'App\\Controller\\Admin\\ReservationController:sendSatisfactionEmail' => '?',
  4174.             'App\\Controller\\Admin\\ReservationController:toggleCancel' => '?',
  4175.             'App\\Controller\\Admin\\ReservationController:toggleClientMissing' => '?',
  4176.             'App\\Controller\\Admin\\ReservationController:view' => '?',
  4177.             'App\\Controller\\Admin\\ReservationController:waitlistDelete' => '?',
  4178.             'App\\Controller\\Admin\\ReservationController:waitlistIndex' => '?',
  4179.             'App\\Controller\\Admin\\ReservationController:waitlistNotify' => '?',
  4180.             'App\\Controller\\Admin\\SpaController:closures' => '?',
  4181.             'App\\Controller\\Admin\\SpaController:closuresCreate' => '?',
  4182.             'App\\Controller\\Admin\\SpaController:closuresDelete' => '?',
  4183.             'App\\Controller\\Admin\\SpaController:closuresUpdate' => '?',
  4184.             'App\\Controller\\Admin\\SpaController:delete' => '?',
  4185.             'App\\Controller\\Admin\\SpaController:extra' => '?',
  4186.             'App\\Controller\\Admin\\SpaController:extraCreate' => '?',
  4187.             'App\\Controller\\Admin\\SpaController:extraUpdate' => '?',
  4188.             'App\\Controller\\Admin\\StatsController:exportCartesPerimees' => '?',
  4189.             'App\\Controller\\Admin\\StatsController:exportCartesProlongees' => '?',
  4190.             'App\\Controller\\Admin\\StatsController:exportPrestationsRestantes' => '?',
  4191.             'App\\Controller\\CarteCadeauController:createCard' => '?',
  4192.             'App\\Controller\\CarteCadeauController:createPayment' => '?',
  4193.             'App\\Controller\\CarteCadeauController:oldDisplayCard' => '?',
  4194.             'App\\Controller\\CarteCadeauController:tunnel' => '?',
  4195.             'App\\Controller\\MerciFacteurController:getEnvoiInformations' => '?',
  4196.             'App\\Controller\\MerciFacteurController:getPostagePrice' => '?',
  4197.             'App\\Controller\\NotificationController:carteCadeau' => '?',
  4198.             'App\\Controller\\NotificationController:check' => '?',
  4199.             'App\\Controller\\NotificationController:demandePayplugWebhook' => '?',
  4200.             'App\\Controller\\NotificationController:reservation' => '?',
  4201.             'App\\Controller\\PrivatisationController:send' => '?',
  4202.             'App\\Controller\\PrivatisationController:tunnelPrivatisation' => '?',
  4203.             'App\\Controller\\PrivatisationController:update' => '?',
  4204.             'App\\Controller\\ReservationController:confirmedReservation' => '?',
  4205.             'App\\Controller\\ReservationController:createCarteCadeauPayment' => '?',
  4206.             'App\\Controller\\ReservationController:createPayment' => '?',
  4207.             'App\\Controller\\ReservationController:invalidDays' => '?',
  4208.             'App\\Controller\\ReservationController:tunnel' => '?',
  4209.             'App\\Controller\\ReservationController:tunnelCarteCadeau' => '?',
  4210.             'App\\Controller\\ReservationController:updateReservation' => '?',
  4211.             'App\\Controller\\ReservationController:validSlotByDay' => '?',
  4212.             'App\\Controller\\ReservationController:waitlistRegister' => '?',
  4213.             'App\\Controller\\SecurityController:confirmedOffrir' => '?',
  4214.             'App\\Controller\\SecurityController:confirmedReservation' => '?',
  4215.             'App\\Controller\\SecurityController:login' => '?',
  4216.             'App\\Controller\\VitrineController:contactForm' => '?',
  4217.             'kernel:loadRoutes' => '?',
  4218.             'kernel:registerContainerConfiguration' => '?',
  4219.         ]);
  4220.     }
  4221.     /**
  4222.      * Gets the private '.service_locator.3S_x.on' shared service.
  4223.      *
  4224.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4225.      */
  4226.     protected function get_ServiceLocator_3SX_OnService()
  4227.     {
  4228.         return $this->privates['.service_locator.3S_x.on'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4229.             'codeService' => ['privates''App\\Service\\CodeService''getCodeServiceService'false],
  4230.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4231.             'payment' => ['privates''.errored..service_locator.3S_x.on.App\\Entity\\Payment\\Payplug'NULL'Cannot autowire service ".service_locator.3S_x.on": it references class "App\\Entity\\Payment\\Payplug" but no such service exists.'],
  4232.             'paymentService' => ['privates''App\\Service\\PaymentService''getPaymentServiceService'false],
  4233.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4234.         ], [
  4235.             'codeService' => 'App\\Service\\CodeService',
  4236.             'em' => '?',
  4237.             'payment' => 'App\\Entity\\Payment\\Payplug',
  4238.             'paymentService' => 'App\\Service\\PaymentService',
  4239.             'tokenService' => 'App\\Service\\TokenService',
  4240.         ]);
  4241.     }
  4242.     /**
  4243.      * Gets the private '.service_locator.3u.KA2S' shared service.
  4244.      *
  4245.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4246.      */
  4247.     protected function get_ServiceLocator_3u_KA2SService()
  4248.     {
  4249.         return $this->privates['.service_locator.3u.KA2S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4250.             'closure' => ['privates''.errored..service_locator.3u.KA2S.App\\Entity\\SpaClosure'NULL'Cannot autowire service ".service_locator.3u.KA2S": it references class "App\\Entity\\SpaClosure" but no such service exists.'],
  4251.             'spaClosureService' => ['privates''App\\Service\\SpaClosureService''getSpaClosureServiceService'false],
  4252.         ], [
  4253.             'closure' => 'App\\Entity\\SpaClosure',
  4254.             'spaClosureService' => 'App\\Service\\SpaClosureService',
  4255.         ]);
  4256.     }
  4257.     /**
  4258.      * Gets the private '.service_locator.5ppLhQs' shared service.
  4259.      *
  4260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4261.      */
  4262.     protected function get_ServiceLocator_5ppLhQsService()
  4263.     {
  4264.         return $this->privates['.service_locator.5ppLhQs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4265.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4266.         ], [
  4267.             'reservationService' => 'App\\Service\\ReservationService',
  4268.         ]);
  4269.     }
  4270.     /**
  4271.      * Gets the private '.service_locator.7pQChgY' shared service.
  4272.      *
  4273.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4274.      */
  4275.     protected function get_ServiceLocator_7pQChgYService()
  4276.     {
  4277.         return $this->privates['.service_locator.7pQChgY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4278.             'carteCadeauService' => ['privates''App\\Service\\CarteCadeauService''getCarteCadeauServiceService'false],
  4279.             'codeRepository' => ['privates''App\\Repository\\CodeRepository''getCodeRepositoryService'false],
  4280.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4281.         ], [
  4282.             'carteCadeauService' => 'App\\Service\\CarteCadeauService',
  4283.             'codeRepository' => 'App\\Repository\\CodeRepository',
  4284.             'tokenService' => 'App\\Service\\TokenService',
  4285.         ]);
  4286.     }
  4287.     /**
  4288.      * Gets the private '.service_locator.86yPOQt' shared service.
  4289.      *
  4290.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4291.      */
  4292.     protected function get_ServiceLocator_86yPOQtService()
  4293.     {
  4294.         return $this->privates['.service_locator.86yPOQt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4295.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4296.             'token' => ['privates''.errored..service_locator.86yPOQt.App\\Entity\\Token'NULL'Cannot autowire service ".service_locator.86yPOQt": it references class "App\\Entity\\Token" but no such service exists.'],
  4297.         ], [
  4298.             'entityManager' => '?',
  4299.             'token' => 'App\\Entity\\Token',
  4300.         ]);
  4301.     }
  4302.     /**
  4303.      * Gets the private '.service_locator.8bwVosP' shared service.
  4304.      *
  4305.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4306.      */
  4307.     protected function get_ServiceLocator_8bwVosPService()
  4308.     {
  4309.         return $this->privates['.service_locator.8bwVosP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4310.             'codeService' => ['privates''App\\Service\\CodeService''getCodeServiceService'false],
  4311.             'payplugService' => ['privates''App\\Service\\PayplugService''getPayplugServiceService'false],
  4312.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4313.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4314.         ], [
  4315.             'codeService' => 'App\\Service\\CodeService',
  4316.             'payplugService' => 'App\\Service\\PayplugService',
  4317.             'reservationService' => 'App\\Service\\ReservationService',
  4318.             'tokenService' => 'App\\Service\\TokenService',
  4319.         ]);
  4320.     }
  4321.     /**
  4322.      * Gets the private '.service_locator.8f4omHD' shared service.
  4323.      *
  4324.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4325.      */
  4326.     protected function get_ServiceLocator_8f4omHDService()
  4327.     {
  4328.         return $this->privates['.service_locator.8f4omHD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4329.             'spaClosureService' => ['privates''App\\Service\\SpaClosureService''getSpaClosureServiceService'false],
  4330.         ], [
  4331.             'spaClosureService' => 'App\\Service\\SpaClosureService',
  4332.         ]);
  4333.     }
  4334.     /**
  4335.      * Gets the private '.service_locator.AdgkzXT' shared service.
  4336.      *
  4337.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4338.      */
  4339.     protected function get_ServiceLocator_AdgkzXTService()
  4340.     {
  4341.         return $this->privates['.service_locator.AdgkzXT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4342.             'token' => ['privates''.errored..service_locator.AdgkzXT.App\\Entity\\Token'NULL'Cannot autowire service ".service_locator.AdgkzXT": it references class "App\\Entity\\Token" but no such service exists.'],
  4343.         ], [
  4344.             'token' => 'App\\Entity\\Token',
  4345.         ]);
  4346.     }
  4347.     /**
  4348.      * Gets the private '.service_locator.BeCTv00' shared service.
  4349.      *
  4350.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4351.      */
  4352.     protected function get_ServiceLocator_BeCTv00Service()
  4353.     {
  4354.         return $this->privates['.service_locator.BeCTv00'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4355.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4356.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  4357.             'reservation' => ['privates''.errored..service_locator.BeCTv00.App\\Entity\\Reservation'NULL'Cannot autowire service ".service_locator.BeCTv00": it references class "App\\Entity\\Reservation" but no such service exists.'],
  4358.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4359.         ], [
  4360.             'entityManager' => '?',
  4361.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  4362.             'reservation' => 'App\\Entity\\Reservation',
  4363.             'reservationService' => 'App\\Service\\ReservationService',
  4364.         ]);
  4365.     }
  4366.     /**
  4367.      * Gets the private '.service_locator.C0MOo5f' shared service.
  4368.      *
  4369.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4370.      */
  4371.     protected function get_ServiceLocator_C0MOo5fService()
  4372.     {
  4373.         return $this->privates['.service_locator.C0MOo5f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4374.             'entry' => ['privates''.errored..service_locator.C0MOo5f.App\\Entity\\WaitlistEntry'NULL'Cannot autowire service ".service_locator.C0MOo5f": it references class "App\\Entity\\WaitlistEntry" but no such service exists.'],
  4375.             'waitlistEntryRepository' => ['privates''App\\Repository\\WaitlistEntryRepository''getWaitlistEntryRepositoryService'false],
  4376.         ], [
  4377.             'entry' => 'App\\Entity\\WaitlistEntry',
  4378.             'waitlistEntryRepository' => 'App\\Repository\\WaitlistEntryRepository',
  4379.         ]);
  4380.     }
  4381.     /**
  4382.      * Gets the private '.service_locator.Cz7qatp' shared service.
  4383.      *
  4384.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4385.      */
  4386.     protected function get_ServiceLocator_Cz7qatpService()
  4387.     {
  4388.         return $this->privates['.service_locator.Cz7qatp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4389.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4390.         ], [
  4391.             'tokenService' => 'App\\Service\\TokenService',
  4392.         ]);
  4393.     }
  4394.     /**
  4395.      * Gets the private '.service_locator.DDJlUNN' shared service.
  4396.      *
  4397.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4398.      */
  4399.     protected function get_ServiceLocator_DDJlUNNService()
  4400.     {
  4401.         return $this->privates['.service_locator.DDJlUNN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4402.             'metaConversionsApi' => ['privates''App\\Service\\MetaConversionsApiService''getMetaConversionsApiServiceService'false],
  4403.             'payplugService' => ['privates''App\\Service\\PayplugService''getPayplugServiceService'false],
  4404.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4405.         ], [
  4406.             'metaConversionsApi' => 'App\\Service\\MetaConversionsApiService',
  4407.             'payplugService' => 'App\\Service\\PayplugService',
  4408.             'tokenService' => 'App\\Service\\TokenService',
  4409.         ]);
  4410.     }
  4411.     /**
  4412.      * Gets the private '.service_locator.EMlU1Si' shared service.
  4413.      *
  4414.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4415.      */
  4416.     protected function get_ServiceLocator_EMlU1SiService()
  4417.     {
  4418.         return $this->privates['.service_locator.EMlU1Si'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4419.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  4420.         ], [
  4421.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  4422.         ]);
  4423.     }
  4424.     /**
  4425.      * Gets the private '.service_locator.ET.lOFn' shared service.
  4426.      *
  4427.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4428.      */
  4429.     protected function get_ServiceLocator_ET_LOFnService()
  4430.     {
  4431.         return $this->privates['.service_locator.ET.lOFn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4432.             'payment' => ['privates''.errored..service_locator.ET.lOFn.App\\Entity\\Payment\\AbstractPayment'NULL'Cannot autowire service ".service_locator.ET.lOFn": it references class "App\\Entity\\Payment\\AbstractPayment" but no such service exists.'],
  4433.         ], [
  4434.             'payment' => 'App\\Entity\\Payment\\AbstractPayment',
  4435.         ]);
  4436.     }
  4437.     /**
  4438.      * Gets the private '.service_locator.F6Y5McY' shared service.
  4439.      *
  4440.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4441.      */
  4442.     protected function get_ServiceLocator_F6Y5McYService()
  4443.     {
  4444.         return $this->privates['.service_locator.F6Y5McY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4445.             'codeService' => ['privates''App\\Service\\CodeService''getCodeServiceService'false],
  4446.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  4447.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4448.         ], [
  4449.             'codeService' => 'App\\Service\\CodeService',
  4450.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  4451.             'tokenService' => 'App\\Service\\TokenService',
  4452.         ]);
  4453.     }
  4454.     /**
  4455.      * Gets the private '.service_locator.Hl86oQ7' shared service.
  4456.      *
  4457.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4458.      */
  4459.     protected function get_ServiceLocator_Hl86oQ7Service()
  4460.     {
  4461.         return $this->privates['.service_locator.Hl86oQ7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4462.             'extraService' => ['privates''App\\Service\\ExtraService''getExtraServiceService'false],
  4463.             'tokenRepository' => ['privates''App\\Repository\\TokenRepository''getTokenRepositoryService'false],
  4464.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4465.         ], [
  4466.             'extraService' => 'App\\Service\\ExtraService',
  4467.             'tokenRepository' => 'App\\Repository\\TokenRepository',
  4468.             'tokenService' => 'App\\Service\\TokenService',
  4469.         ]);
  4470.     }
  4471.     /**
  4472.      * Gets the private '.service_locator.IfaUx1P' shared service.
  4473.      *
  4474.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4475.      */
  4476.     protected function get_ServiceLocator_IfaUx1PService()
  4477.     {
  4478.         return $this->privates['.service_locator.IfaUx1P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4479.             'contact' => ['privates''.errored..service_locator.IfaUx1P.App\\Entity\\Contact'NULL'Cannot autowire service ".service_locator.IfaUx1P": it references class "App\\Entity\\Contact" but no such service exists.'],
  4480.         ], [
  4481.             'contact' => 'App\\Entity\\Contact',
  4482.         ]);
  4483.     }
  4484.     /**
  4485.      * Gets the private '.service_locator.KiLJgFb' shared service.
  4486.      *
  4487.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4488.      */
  4489.     protected function get_ServiceLocator_KiLJgFbService()
  4490.     {
  4491.         return $this->privates['.service_locator.KiLJgFb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4492.             'token' => ['privates''.errored..service_locator.KiLJgFb.App\\Entity\\Token'NULL'Cannot autowire service ".service_locator.KiLJgFb": it references class "App\\Entity\\Token" but no such service exists.'],
  4493.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4494.         ], [
  4495.             'token' => 'App\\Entity\\Token',
  4496.             'tokenService' => 'App\\Service\\TokenService',
  4497.         ]);
  4498.     }
  4499.     /**
  4500.      * Gets the private '.service_locator.KjkcmBF' shared service.
  4501.      *
  4502.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4503.      */
  4504.     protected function get_ServiceLocator_KjkcmBFService()
  4505.     {
  4506.         return $this->privates['.service_locator.KjkcmBF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4507.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  4508.             'privatisationService' => ['privates''App\\Service\\PrivatisationService''getPrivatisationServiceService'false],
  4509.         ], [
  4510.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  4511.             'privatisationService' => 'App\\Service\\PrivatisationService',
  4512.         ]);
  4513.     }
  4514.     /**
  4515.      * Gets the private '.service_locator.LuGJUQq' shared service.
  4516.      *
  4517.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4518.      */
  4519.     protected function get_ServiceLocator_LuGJUQqService()
  4520.     {
  4521.         return $this->privates['.service_locator.LuGJUQq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4522.             'extraService' => ['privates''App\\Service\\ExtraService''getExtraServiceService'false],
  4523.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4524.             'tokenRepository' => ['privates''App\\Repository\\TokenRepository''getTokenRepositoryService'false],
  4525.         ], [
  4526.             'extraService' => 'App\\Service\\ExtraService',
  4527.             'reservationService' => 'App\\Service\\ReservationService',
  4528.             'tokenRepository' => 'App\\Repository\\TokenRepository',
  4529.         ]);
  4530.     }
  4531.     /**
  4532.      * Gets the private '.service_locator.P2x9gIa' shared service.
  4533.      *
  4534.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4535.      */
  4536.     protected function get_ServiceLocator_P2x9gIaService()
  4537.     {
  4538.         return $this->privates['.service_locator.P2x9gIa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4539.             'extra' => ['privates''.errored..service_locator.P2x9gIa.App\\Entity\\Extra'NULL'Cannot autowire service ".service_locator.P2x9gIa": it references class "App\\Entity\\Extra" but no such service exists.'],
  4540.             'extraService' => ['privates''App\\Service\\ExtraService''getExtraServiceService'false],
  4541.             'translateService' => ['privates''App\\Service\\TranslateService''getTranslateServiceService'false],
  4542.         ], [
  4543.             'extra' => 'App\\Entity\\Extra',
  4544.             'extraService' => 'App\\Service\\ExtraService',
  4545.             'translateService' => 'App\\Service\\TranslateService',
  4546.         ]);
  4547.     }
  4548.     /**
  4549.      * Gets the private '.service_locator.QKauTvQ' shared service.
  4550.      *
  4551.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4552.      */
  4553.     protected function get_ServiceLocator_QKauTvQService()
  4554.     {
  4555.         return $this->privates['.service_locator.QKauTvQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4556.             'merciFacteurService' => ['privates''App\\Service\\MerciFacteurService''getMerciFacteurServiceService'false],
  4557.         ], [
  4558.             'merciFacteurService' => 'App\\Service\\MerciFacteurService',
  4559.         ]);
  4560.     }
  4561.     /**
  4562.      * Gets the private '.service_locator.TMVfvU.' shared service.
  4563.      *
  4564.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4565.      */
  4566.     protected function get_ServiceLocator_TMVfvU_Service()
  4567.     {
  4568.         return $this->privates['.service_locator.TMVfvU.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4569.             'notification' => ['privates''.errored..service_locator.TMVfvU..App\\Entity\\AdminNotification'NULL'Cannot autowire service ".service_locator.TMVfvU.": it references class "App\\Entity\\AdminNotification" but no such service exists.'],
  4570.         ], [
  4571.             'notification' => 'App\\Entity\\AdminNotification',
  4572.         ]);
  4573.     }
  4574.     /**
  4575.      * Gets the private '.service_locator.VKYmd7W' shared service.
  4576.      *
  4577.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4578.      */
  4579.     protected function get_ServiceLocator_VKYmd7WService()
  4580.     {
  4581.         return $this->privates['.service_locator.VKYmd7W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4582.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4583.             'payment' => ['privates''.errored..service_locator.VKYmd7W.App\\Entity\\Payment\\AbstractPayment'NULL'Cannot autowire service ".service_locator.VKYmd7W": it references class "App\\Entity\\Payment\\AbstractPayment" but no such service exists.'],
  4584.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4585.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4586.         ], [
  4587.             'em' => '?',
  4588.             'payment' => 'App\\Entity\\Payment\\AbstractPayment',
  4589.             'reservationService' => 'App\\Service\\ReservationService',
  4590.             'tokenService' => 'App\\Service\\TokenService',
  4591.         ]);
  4592.     }
  4593.     /**
  4594.      * Gets the private '.service_locator.Vmr8ibI' shared service.
  4595.      *
  4596.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4597.      */
  4598.     protected function get_ServiceLocator_Vmr8ibIService()
  4599.     {
  4600.         return $this->privates['.service_locator.Vmr8ibI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4601.             'carteCadeauService' => ['privates''App\\Service\\CarteCadeauService''getCarteCadeauServiceService'false],
  4602.             'codeService' => ['privates''App\\Service\\CodeService''getCodeServiceService'false],
  4603.             'mailService' => ['privates''App\\Service\\MailService''getMailServiceService'false],
  4604.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4605.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4606.         ], [
  4607.             'carteCadeauService' => 'App\\Service\\CarteCadeauService',
  4608.             'codeService' => 'App\\Service\\CodeService',
  4609.             'mailService' => 'App\\Service\\MailService',
  4610.             'reservationService' => 'App\\Service\\ReservationService',
  4611.             'tokenService' => 'App\\Service\\TokenService',
  4612.         ]);
  4613.     }
  4614.     /**
  4615.      * Gets the private '.service_locator.VvaTtyj' shared service.
  4616.      *
  4617.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4618.      */
  4619.     protected function get_ServiceLocator_VvaTtyjService()
  4620.     {
  4621.         return $this->privates['.service_locator.VvaTtyj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4622.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  4623.             'paymentService' => ['privates''App\\Service\\PaymentService''getPaymentServiceService'false],
  4624.             'payplugService' => ['privates''App\\Service\\PayplugService''getPayplugServiceService'false],
  4625.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4626.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4627.         ], [
  4628.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  4629.             'paymentService' => 'App\\Service\\PaymentService',
  4630.             'payplugService' => 'App\\Service\\PayplugService',
  4631.             'reservationService' => 'App\\Service\\ReservationService',
  4632.             'tokenService' => 'App\\Service\\TokenService',
  4633.         ]);
  4634.     }
  4635.     /**
  4636.      * Gets the private '.service_locator.W0Ysprq' shared service.
  4637.      *
  4638.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4639.      */
  4640.     protected function get_ServiceLocator_W0YsprqService()
  4641.     {
  4642.         return $this->privates['.service_locator.W0Ysprq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4643.             'privatisation' => ['privates''.errored..service_locator.W0Ysprq.App\\Entity\\Privatisation'NULL'Cannot autowire service ".service_locator.W0Ysprq": it references class "App\\Entity\\Privatisation" but no such service exists.'],
  4644.             'privatisationService' => ['privates''App\\Service\\PrivatisationService''getPrivatisationServiceService'false],
  4645.         ], [
  4646.             'privatisation' => 'App\\Entity\\Privatisation',
  4647.             'privatisationService' => 'App\\Service\\PrivatisationService',
  4648.         ]);
  4649.     }
  4650.     /**
  4651.      * Gets the private '.service_locator.WtJei8i' shared service.
  4652.      *
  4653.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4654.      */
  4655.     protected function get_ServiceLocator_WtJei8iService()
  4656.     {
  4657.         return $this->privates['.service_locator.WtJei8i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4658.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  4659.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4660.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4661.         ], [
  4662.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  4663.             'reservationService' => 'App\\Service\\ReservationService',
  4664.             'tokenService' => 'App\\Service\\TokenService',
  4665.         ]);
  4666.     }
  4667.     /**
  4668.      * Gets the private '.service_locator.XsyfP82' shared service.
  4669.      *
  4670.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4671.      */
  4672.     protected function get_ServiceLocator_XsyfP82Service()
  4673.     {
  4674.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4675.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4676.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  4677.         ], [
  4678.             'event_dispatcher' => '?',
  4679.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4680.         ]);
  4681.     }
  4682.     /**
  4683.      * Gets the private '.service_locator.XtTkK6v' shared service.
  4684.      *
  4685.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4686.      */
  4687.     protected function get_ServiceLocator_XtTkK6vService()
  4688.     {
  4689.         return $this->privates['.service_locator.XtTkK6v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4690.             'waitlistEntryRepository' => ['privates''App\\Repository\\WaitlistEntryRepository''getWaitlistEntryRepositoryService'false],
  4691.         ], [
  4692.             'waitlistEntryRepository' => 'App\\Repository\\WaitlistEntryRepository',
  4693.         ]);
  4694.     }
  4695.     /**
  4696.      * Gets the private '.service_locator._JhEUOp' shared service.
  4697.      *
  4698.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4699.      */
  4700.     protected function get_ServiceLocator_JhEUOpService()
  4701.     {
  4702.         return $this->privates['.service_locator._JhEUOp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4703.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4704.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4705.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4706.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4707.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4708.             'router' => ['services''router''getRouterService'false],
  4709.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4710.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4711.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4712.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4713.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4714.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4715.         ], [
  4716.             'doctrine' => '?',
  4717.             'form.factory' => '?',
  4718.             'http_kernel' => '?',
  4719.             'parameter_bag' => '?',
  4720.             'request_stack' => '?',
  4721.             'router' => '?',
  4722.             'security.authorization_checker' => '?',
  4723.             'security.csrf.token_manager' => '?',
  4724.             'security.token_storage' => '?',
  4725.             'serializer' => '?',
  4726.             'session' => '.session.deprecated',
  4727.             'twig' => '?',
  4728.         ]);
  4729.     }
  4730.     /**
  4731.      * Gets the private '.service_locator._qMP48c' shared service.
  4732.      *
  4733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4734.      */
  4735.     protected function get_ServiceLocator_QMP48cService()
  4736.     {
  4737.         return $this->privates['.service_locator._qMP48c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4738.             'demandePayplug' => ['privates''.errored..service_locator._qMP48c.App\\Entity\\Payment\\DemandePayplug'NULL'Cannot autowire service ".service_locator._qMP48c": it references class "App\\Entity\\Payment\\DemandePayplug" but no such service exists.'],
  4739.             'demandePayplugService' => ['privates''App\\Service\\DemandePayplugService''getDemandePayplugServiceService'false],
  4740.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4741.             'paymentService' => ['privates''App\\Service\\PaymentService''getPaymentServiceService'false],
  4742.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4743.         ], [
  4744.             'demandePayplug' => 'App\\Entity\\Payment\\DemandePayplug',
  4745.             'demandePayplugService' => 'App\\Service\\DemandePayplugService',
  4746.             'em' => '?',
  4747.             'paymentService' => 'App\\Service\\PaymentService',
  4748.             'tokenService' => 'App\\Service\\TokenService',
  4749.         ]);
  4750.     }
  4751.     /**
  4752.      * Gets the private '.service_locator.eFHtPER' shared service.
  4753.      *
  4754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4755.      */
  4756.     protected function get_ServiceLocator_EFHtPERService()
  4757.     {
  4758.         return $this->privates['.service_locator.eFHtPER'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4759.             'extra' => ['privates''.errored..service_locator.eFHtPER.App\\Entity\\Extra'NULL'Cannot autowire service ".service_locator.eFHtPER": it references class "App\\Entity\\Extra" but no such service exists.'],
  4760.             'extraService' => ['privates''App\\Service\\ExtraService''getExtraServiceService'false],
  4761.         ], [
  4762.             'extra' => 'App\\Entity\\Extra',
  4763.             'extraService' => 'App\\Service\\ExtraService',
  4764.         ]);
  4765.     }
  4766.     /**
  4767.      * Gets the private '.service_locator.iwtwcKo' shared service.
  4768.      *
  4769.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4770.      */
  4771.     protected function get_ServiceLocator_IwtwcKoService()
  4772.     {
  4773.         return $this->privates['.service_locator.iwtwcKo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4774.             'carteCadeauService' => ['privates''App\\Service\\CarteCadeauService''getCarteCadeauServiceService'false],
  4775.             'codeService' => ['privates''App\\Service\\CodeService''getCodeServiceService'false],
  4776.             'token' => ['privates''.errored..service_locator.iwtwcKo.App\\Entity\\Token'NULL'Cannot autowire service ".service_locator.iwtwcKo": it references class "App\\Entity\\Token" but no such service exists.'],
  4777.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4778.         ], [
  4779.             'carteCadeauService' => 'App\\Service\\CarteCadeauService',
  4780.             'codeService' => 'App\\Service\\CodeService',
  4781.             'token' => 'App\\Entity\\Token',
  4782.             'tokenService' => 'App\\Service\\TokenService',
  4783.         ]);
  4784.     }
  4785.     /**
  4786.      * Gets the private '.service_locator.jDFIbVk' shared service.
  4787.      *
  4788.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4789.      */
  4790.     protected function get_ServiceLocator_JDFIbVkService()
  4791.     {
  4792.         return $this->privates['.service_locator.jDFIbVk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4793.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  4794.             'merciFacteurService' => ['privates''App\\Service\\MerciFacteurService''getMerciFacteurServiceService'false],
  4795.         ], [
  4796.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  4797.             'merciFacteurService' => 'App\\Service\\MerciFacteurService',
  4798.         ]);
  4799.     }
  4800.     /**
  4801.      * Gets the private '.service_locator.jtI7Unb' shared service.
  4802.      *
  4803.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4804.      */
  4805.     protected function get_ServiceLocator_JtI7UnbService()
  4806.     {
  4807.         return $this->privates['.service_locator.jtI7Unb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4808.             'reservation' => ['privates''.errored..service_locator.jtI7Unb.App\\Entity\\Reservation'NULL'Cannot autowire service ".service_locator.jtI7Unb": it references class "App\\Entity\\Reservation" but no such service exists.'],
  4809.         ], [
  4810.             'reservation' => 'App\\Entity\\Reservation',
  4811.         ]);
  4812.     }
  4813.     /**
  4814.      * Gets the private '.service_locator.kKz8RjJ' shared service.
  4815.      *
  4816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4817.      */
  4818.     protected function get_ServiceLocator_KKz8RjJService()
  4819.     {
  4820.         return $this->privates['.service_locator.kKz8RjJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4821.             'hcaptchaService' => ['privates''App\\Service\\HcaptchaService''getHcaptchaServiceService'false],
  4822.         ], [
  4823.             'hcaptchaService' => 'App\\Service\\HcaptchaService',
  4824.         ]);
  4825.     }
  4826.     /**
  4827.      * Gets the private '.service_locator.mWqncr2' shared service.
  4828.      *
  4829.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4830.      */
  4831.     protected function get_ServiceLocator_MWqncr2Service()
  4832.     {
  4833.         return $this->privates['.service_locator.mWqncr2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4834.             'code' => ['privates''.errored..service_locator.mWqncr2.App\\Entity\\Code'NULL'Cannot autowire service ".service_locator.mWqncr2": it references class "App\\Entity\\Code" but no such service exists.'],
  4835.         ], [
  4836.             'code' => 'App\\Entity\\Code',
  4837.         ]);
  4838.     }
  4839.     /**
  4840.      * Gets the private '.service_locator.nYQF4tr' shared service.
  4841.      *
  4842.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4843.      */
  4844.     protected function get_ServiceLocator_NYQF4trService()
  4845.     {
  4846.         return $this->privates['.service_locator.nYQF4tr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4847.             'extraService' => ['privates''App\\Service\\ExtraService''getExtraServiceService'false],
  4848.         ], [
  4849.             'extraService' => 'App\\Service\\ExtraService',
  4850.         ]);
  4851.     }
  4852.     /**
  4853.      * Gets the private '.service_locator.oZdqfD7' shared service.
  4854.      *
  4855.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4856.      */
  4857.     protected function get_ServiceLocator_OZdqfD7Service()
  4858.     {
  4859.         return $this->privates['.service_locator.oZdqfD7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4860.             'carteCadeauService' => ['privates''App\\Service\\CarteCadeauService''getCarteCadeauServiceService'false],
  4861.             'contactService' => ['privates''App\\Service\\ContactService''getContactServiceService'false],
  4862.             'privatisationService' => ['privates''App\\Service\\PrivatisationService''getPrivatisationServiceService'false],
  4863.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4864.         ], [
  4865.             'carteCadeauService' => 'App\\Service\\CarteCadeauService',
  4866.             'contactService' => 'App\\Service\\ContactService',
  4867.             'privatisationService' => 'App\\Service\\PrivatisationService',
  4868.             'reservationService' => 'App\\Service\\ReservationService',
  4869.         ]);
  4870.     }
  4871.     /**
  4872.      * Gets the private '.service_locator.ogYfi_5' shared service.
  4873.      *
  4874.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4875.      */
  4876.     protected function get_ServiceLocator_OgYfi5Service()
  4877.     {
  4878.         return $this->privates['.service_locator.ogYfi_5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4879.             'privatisation' => ['privates''.errored..service_locator.ogYfi_5.App\\Entity\\Privatisation'NULL'Cannot autowire service ".service_locator.ogYfi_5": it references class "App\\Entity\\Privatisation" but no such service exists.'],
  4880.         ], [
  4881.             'privatisation' => 'App\\Entity\\Privatisation',
  4882.         ]);
  4883.     }
  4884.     /**
  4885.      * Gets the private '.service_locator.p2ClPMy' shared service.
  4886.      *
  4887.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4888.      */
  4889.     protected function get_ServiceLocator_P2ClPMyService()
  4890.     {
  4891.         return $this->privates['.service_locator.p2ClPMy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4892.             'contactService' => ['privates''App\\Service\\ContactService''getContactServiceService'false],
  4893.         ], [
  4894.             'contactService' => 'App\\Service\\ContactService',
  4895.         ]);
  4896.     }
  4897.     /**
  4898.      * Gets the private '.service_locator.pMgaR4l' shared service.
  4899.      *
  4900.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4901.      */
  4902.     protected function get_ServiceLocator_PMgaR4lService()
  4903.     {
  4904.         return $this->privates['.service_locator.pMgaR4l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4905.             'paymentRequestHandler' => ['privates''App\\Service\\PaymentRequestHandler''getPaymentRequestHandlerService'false],
  4906.             'paymentService' => ['privates''App\\Service\\PaymentService''getPaymentServiceService'false],
  4907.             'token' => ['privates''.errored..service_locator.pMgaR4l.App\\Entity\\Token'NULL'Cannot autowire service ".service_locator.pMgaR4l": it references class "App\\Entity\\Token" but no such service exists.'],
  4908.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4909.         ], [
  4910.             'paymentRequestHandler' => 'App\\Service\\PaymentRequestHandler',
  4911.             'paymentService' => 'App\\Service\\PaymentService',
  4912.             'token' => 'App\\Entity\\Token',
  4913.             'tokenService' => 'App\\Service\\TokenService',
  4914.         ]);
  4915.     }
  4916.     /**
  4917.      * Gets the private '.service_locator.qKbU6xV' shared service.
  4918.      *
  4919.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4920.      */
  4921.     protected function get_ServiceLocator_QKbU6xVService()
  4922.     {
  4923.         return $this->privates['.service_locator.qKbU6xV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4924.             'codeRepository' => ['privates''App\\Repository\\CodeRepository''getCodeRepositoryService'false],
  4925.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4926.             'extraService' => ['privates''App\\Service\\ExtraService''getExtraServiceService'false],
  4927.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4928.         ], [
  4929.             'codeRepository' => 'App\\Repository\\CodeRepository',
  4930.             'entityManager' => '?',
  4931.             'extraService' => 'App\\Service\\ExtraService',
  4932.             'tokenService' => 'App\\Service\\TokenService',
  4933.         ]);
  4934.     }
  4935.     /**
  4936.      * Gets the private '.service_locator.r0QhI.Z' shared service.
  4937.      *
  4938.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4939.      */
  4940.     protected function get_ServiceLocator_R0QhI_ZService()
  4941.     {
  4942.         return $this->privates['.service_locator.r0QhI.Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4943.             'paymentRequestHandler' => ['privates''App\\Service\\PaymentRequestHandler''getPaymentRequestHandlerService'false],
  4944.             'paymentService' => ['privates''App\\Service\\PaymentService''getPaymentServiceService'false],
  4945.             'reservation' => ['privates''.errored..service_locator.r0QhI.Z.App\\Entity\\Reservation'NULL'Cannot autowire service ".service_locator.r0QhI.Z": it references class "App\\Entity\\Reservation" but no such service exists.'],
  4946.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  4947.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4948.         ], [
  4949.             'paymentRequestHandler' => 'App\\Service\\PaymentRequestHandler',
  4950.             'paymentService' => 'App\\Service\\PaymentService',
  4951.             'reservation' => 'App\\Entity\\Reservation',
  4952.             'reservationService' => 'App\\Service\\ReservationService',
  4953.             'tokenService' => 'App\\Service\\TokenService',
  4954.         ]);
  4955.     }
  4956.     /**
  4957.      * Gets the private '.service_locator.t6I5yHS' shared service.
  4958.      *
  4959.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4960.      */
  4961.     protected function get_ServiceLocator_T6I5yHSService()
  4962.     {
  4963.         return $this->privates['.service_locator.t6I5yHS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4964.             'contact' => ['privates''.errored..service_locator.t6I5yHS.App\\Entity\\Contact'NULL'Cannot autowire service ".service_locator.t6I5yHS": it references class "App\\Entity\\Contact" but no such service exists.'],
  4965.             'contactService' => ['privates''App\\Service\\ContactService''getContactServiceService'false],
  4966.         ], [
  4967.             'contact' => 'App\\Entity\\Contact',
  4968.             'contactService' => 'App\\Service\\ContactService',
  4969.         ]);
  4970.     }
  4971.     /**
  4972.      * Gets the private '.service_locator.uQ.s6r8' shared service.
  4973.      *
  4974.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4975.      */
  4976.     protected function get_ServiceLocator_UQ_S6r8Service()
  4977.     {
  4978.         return $this->privates['.service_locator.uQ.s6r8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4979.             'demandePayplugService' => ['privates''App\\Service\\DemandePayplugService''getDemandePayplugServiceService'false],
  4980.             'privatisation' => ['privates''.errored..service_locator.uQ.s6r8.App\\Entity\\Privatisation'NULL'Cannot autowire service ".service_locator.uQ.s6r8": it references class "App\\Entity\\Privatisation" but no such service exists.'],
  4981.         ], [
  4982.             'demandePayplugService' => 'App\\Service\\DemandePayplugService',
  4983.             'privatisation' => 'App\\Entity\\Privatisation',
  4984.         ]);
  4985.     }
  4986.     /**
  4987.      * Gets the private '.service_locator.w7x3EZL' shared service.
  4988.      *
  4989.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4990.      */
  4991.     protected function get_ServiceLocator_W7x3EZLService()
  4992.     {
  4993.         return $this->privates['.service_locator.w7x3EZL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4994.             'codeService' => ['privates''App\\Service\\CodeService''getCodeServiceService'false],
  4995.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  4996.             'token' => ['privates''.errored..service_locator.w7x3EZL.App\\Entity\\Token'NULL'Cannot autowire service ".service_locator.w7x3EZL": it references class "App\\Entity\\Token" but no such service exists.'],
  4997.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  4998.         ], [
  4999.             'codeService' => 'App\\Service\\CodeService',
  5000.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  5001.             'token' => 'App\\Entity\\Token',
  5002.             'tokenService' => 'App\\Service\\TokenService',
  5003.         ]);
  5004.     }
  5005.     /**
  5006.      * Gets the private '.service_locator.wEFdIO7' shared service.
  5007.      *
  5008.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5009.      */
  5010.     protected function get_ServiceLocator_WEFdIO7Service()
  5011.     {
  5012.         return $this->privates['.service_locator.wEFdIO7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5013.             'codeService' => ['privates''App\\Service\\CodeService''getCodeServiceService'false],
  5014.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5015.             'metaConversionsApi' => ['privates''App\\Service\\MetaConversionsApiService''getMetaConversionsApiServiceService'false],
  5016.             'payment' => ['privates''.errored..service_locator.wEFdIO7.App\\Entity\\Payment\\Payplug'NULL'Cannot autowire service ".service_locator.wEFdIO7": it references class "App\\Entity\\Payment\\Payplug" but no such service exists.'],
  5017.             'paymentService' => ['privates''App\\Service\\PaymentService''getPaymentServiceService'false],
  5018.             'tokenService' => ['privates''App\\Service\\TokenService''getTokenServiceService'false],
  5019.             'urlGenerator' => ['services''router''getRouterService'false],
  5020.         ], [
  5021.             'codeService' => 'App\\Service\\CodeService',
  5022.             'em' => '?',
  5023.             'metaConversionsApi' => 'App\\Service\\MetaConversionsApiService',
  5024.             'payment' => 'App\\Entity\\Payment\\Payplug',
  5025.             'paymentService' => 'App\\Service\\PaymentService',
  5026.             'tokenService' => 'App\\Service\\TokenService',
  5027.             'urlGenerator' => '?',
  5028.         ]);
  5029.     }
  5030.     /**
  5031.      * Gets the private '.service_locator.wUdNftJ' shared service.
  5032.      *
  5033.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5034.      */
  5035.     protected function get_ServiceLocator_WUdNftJService()
  5036.     {
  5037.         return $this->privates['.service_locator.wUdNftJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5038.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5039.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  5040.             'reservationService' => ['privates''App\\Service\\ReservationService''getReservationServiceService'false],
  5041.         ], [
  5042.             'entityManager' => '?',
  5043.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  5044.             'reservationService' => 'App\\Service\\ReservationService',
  5045.         ]);
  5046.     }
  5047.     /**
  5048.      * Gets the private '.service_locator.wX9uosa' shared service.
  5049.      *
  5050.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5051.      */
  5052.     protected function get_ServiceLocator_WX9uosaService()
  5053.     {
  5054.         return $this->privates['.service_locator.wX9uosa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5055.             'tokenRepository' => ['privates''App\\Repository\\TokenRepository''getTokenRepositoryService'false],
  5056.         ], [
  5057.             'tokenRepository' => 'App\\Repository\\TokenRepository',
  5058.         ]);
  5059.     }
  5060.     /**
  5061.      * Gets the private '.service_locator.xUrKPVU' shared service.
  5062.      *
  5063.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5064.      */
  5065.     protected function get_ServiceLocator_XUrKPVUService()
  5066.     {
  5067.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5068.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  5069.         ], [
  5070.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5071.         ]);
  5072.     }
  5073.     /**
  5074.      * Gets the private '.service_locator.zA2yg1z' shared service.
  5075.      *
  5076.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5077.      */
  5078.     protected function get_ServiceLocator_ZA2yg1zService()
  5079.     {
  5080.         return $this->privates['.service_locator.zA2yg1z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5081.             'extraReservationService' => ['privates''App\\Service\\ExtraReservationService''getExtraReservationServiceService'false],
  5082.             'privatisation' => ['privates''.errored..service_locator.zA2yg1z.App\\Entity\\Privatisation'NULL'Cannot autowire service ".service_locator.zA2yg1z": it references class "App\\Entity\\Privatisation" but no such service exists.'],
  5083.         ], [
  5084.             'extraReservationService' => 'App\\Service\\ExtraReservationService',
  5085.             'privatisation' => 'App\\Entity\\Privatisation',
  5086.         ]);
  5087.     }
  5088.     /**
  5089.      * Gets the private '.service_locator.zFcJjKU' shared service.
  5090.      *
  5091.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5092.      */
  5093.     protected function get_ServiceLocator_ZFcJjKUService()
  5094.     {
  5095.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5096.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  5097.         ], [
  5098.             'authenticationUtils' => '?',
  5099.         ]);
  5100.     }
  5101.     /**
  5102.      * Gets the private '.service_locator.zJyh7qS' shared service.
  5103.      *
  5104.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5105.      */
  5106.     protected function get_ServiceLocator_ZJyh7qSService()
  5107.     {
  5108.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5109.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5110.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5111.         ], [
  5112.             'security.firewall.map.context.dev' => '?',
  5113.             'security.firewall.map.context.main' => '?',
  5114.         ]);
  5115.     }
  5116.     /**
  5117.      * Gets the private '.session.deprecated' shared service.
  5118.      *
  5119.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5120.      */
  5121.     protected function get_Session_DeprecatedService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5125.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  5126.     }
  5127.     /**
  5128.      * Gets the private '.twig.command.debug.lazy' shared service.
  5129.      *
  5130.      * @return \Symfony\Component\Console\Command\LazyCommand
  5131.      */
  5132.     protected function get_Twig_Command_Debug_LazyService()
  5133.     {
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5136.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  5137.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5138.         });
  5139.     }
  5140.     /**
  5141.      * Gets the private '.twig.command.lint.lazy' shared service.
  5142.      *
  5143.      * @return \Symfony\Component\Console\Command\LazyCommand
  5144.      */
  5145.     protected function get_Twig_Command_Lint_LazyService()
  5146.     {
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5149.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  5150.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5151.         });
  5152.     }
  5153.     /**
  5154.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  5155.      *
  5156.      * @return \Symfony\Component\Console\Command\LazyCommand
  5157.      */
  5158.     protected function get_VarDumper_Command_ServerDump_LazyService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5162.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  5163.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  5164.         });
  5165.     }
  5166.     /**
  5167.      * Gets the private 'App\Command\BackfillHistoryCommand' shared autowired service.
  5168.      *
  5169.      * @return \App\Command\BackfillHistoryCommand
  5170.      */
  5171.     protected function getBackfillHistoryCommandService()
  5172.     {
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5174.         include_once \dirname(__DIR__4).'/src/Command/BackfillHistoryCommand.php';
  5175.         $this->privates['App\\Command\\BackfillHistoryCommand'] = $instance = new \App\Command\BackfillHistoryCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReservationRepository'] ?? $this->getReservationRepositoryService()), ($this->privates['App\\Repository\\CodeRepository'] ?? $this->getCodeRepositoryService()), ($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()), ($this->privates['App\\Repository\\LogRepository'] ?? $this->getLogRepositoryService()), ($this->privates['App\\Repository\\History\\ReservationHistoryRepository'] ?? $this->getReservationHistoryRepositoryService()), ($this->privates['App\\Repository\\History\\CarteCadeauHistoryRepository'] ?? $this->getCarteCadeauHistoryRepositoryService()));
  5176.         $instance->setName('app:backfill-history');
  5177.         $instance->setDescription('Backfill history for existing reservations and gift cards that have no history records');
  5178.         return $instance;
  5179.     }
  5180.     /**
  5181.      * Gets the private 'App\Command\CalculateAverageBasketCommand' shared autowired service.
  5182.      *
  5183.      * @return \App\Command\CalculateAverageBasketCommand
  5184.      */
  5185.     protected function getCalculateAverageBasketCommandService()
  5186.     {
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5188.         include_once \dirname(__DIR__4).'/src/Command/CalculateAverageBasketCommand.php';
  5189.         $this->privates['App\\Command\\CalculateAverageBasketCommand'] = $instance = new \App\Command\CalculateAverageBasketCommand(($this->privates['App\\Service\\StatisticsService'] ?? $this->getStatisticsServiceService()));
  5190.         $instance->setName('statistics:calculate-average-basket');
  5191.         $instance->setDescription('Calculate and store the average basket value for statistical analysis');
  5192.         return $instance;
  5193.     }
  5194.     /**
  5195.      * Gets the private 'App\Command\CalculateContactOriginCommand' shared autowired service.
  5196.      *
  5197.      * @return \App\Command\CalculateContactOriginCommand
  5198.      */
  5199.     protected function getCalculateContactOriginCommandService()
  5200.     {
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5202.         include_once \dirname(__DIR__4).'/src/Command/CalculateContactOriginCommand.php';
  5203.         include_once \dirname(__DIR__4).'/src/Service/GeographicService.php';
  5204.         include_once \dirname(__DIR__4).'/src/Service/PostalCodeService.php';
  5205.         $this->privates['App\\Command\\CalculateContactOriginCommand'] = $instance = new \App\Command\CalculateContactOriginCommand(($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()), ($this->privates['App\\Repository\\DailyStatisticRepository'] ?? $this->getDailyStatisticRepositoryService()), new \App\Service\GeographicService(($this->privates['App\\Service\\PostalCodeService'] ?? ($this->privates['App\\Service\\PostalCodeService'] = new \App\Service\PostalCodeService()))), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5206.         $instance->setName('statistics:calculate-contact-origin');
  5207.         $instance->setDescription('Calculate and store contact geographic origin distribution for statistical analysis');
  5208.         return $instance;
  5209.     }
  5210.     /**
  5211.      * Gets the private 'App\Command\CalculateFillRateCommand' shared autowired service.
  5212.      *
  5213.      * @return \App\Command\CalculateFillRateCommand
  5214.      */
  5215.     protected function getCalculateFillRateCommandService()
  5216.     {
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5218.         include_once \dirname(__DIR__4).'/src/Command/CalculateFillRateCommand.php';
  5219.         $this->privates['App\\Command\\CalculateFillRateCommand'] = $instance = new \App\Command\CalculateFillRateCommand(($this->privates['App\\Service\\StatisticsService'] ?? $this->getStatisticsServiceService()), ($this->privates['App\\Repository\\DailyStatisticRepository'] ?? $this->getDailyStatisticRepositoryService()));
  5220.         $instance->setName('statistics:calculate-fill-rate');
  5221.         $instance->setDescription('Calculate and store daily fill rate statistics from reservations and privatisations');
  5222.         return $instance;
  5223.     }
  5224.     /**
  5225.      * Gets the private 'App\Command\CalculateGiftCardConversionCommand' shared autowired service.
  5226.      *
  5227.      * @return \App\Command\CalculateGiftCardConversionCommand
  5228.      */
  5229.     protected function getCalculateGiftCardConversionCommandService()
  5230.     {
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5232.         include_once \dirname(__DIR__4).'/src/Command/CalculateGiftCardConversionCommand.php';
  5233.         $this->privates['App\\Command\\CalculateGiftCardConversionCommand'] = $instance = new \App\Command\CalculateGiftCardConversionCommand(($this->privates['App\\Service\\StatisticsService'] ?? $this->getStatisticsServiceService()));
  5234.         $instance->setName('statistics:calculate-gift-card-conversion');
  5235.         $instance->setDescription('Calculate and cache the gift card conversion rate statistic');
  5236.         return $instance;
  5237.     }
  5238.     /**
  5239.      * Gets the private 'App\Command\CalculateTopCitiesCommand' shared autowired service.
  5240.      *
  5241.      * @return \App\Command\CalculateTopCitiesCommand
  5242.      */
  5243.     protected function getCalculateTopCitiesCommandService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5246.         include_once \dirname(__DIR__4).'/src/Command/CalculateTopCitiesCommand.php';
  5247.         $this->privates['App\\Command\\CalculateTopCitiesCommand'] = $instance = new \App\Command\CalculateTopCitiesCommand(($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()), ($this->privates['App\\Repository\\DailyStatisticRepository'] ?? $this->getDailyStatisticRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5248.         $instance->setName('statistics:calculate-top-cities');
  5249.         $instance->setDescription('Calculate and store top 10 cities for contacts with city name normalization');
  5250.         return $instance;
  5251.     }
  5252.     /**
  5253.      * Gets the private 'App\Command\CheckConflictsAndNotifyCommand' shared autowired service.
  5254.      *
  5255.      * @return \App\Command\CheckConflictsAndNotifyCommand
  5256.      */
  5257.     protected function getCheckConflictsAndNotifyCommandService()
  5258.     {
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5260.         include_once \dirname(__DIR__4).'/src/Command/CheckConflictsAndNotifyCommand.php';
  5261.         $this->privates['App\\Command\\CheckConflictsAndNotifyCommand'] = $instance = new \App\Command\CheckConflictsAndNotifyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()), ($this->privates['App\\Service\\PrivatisationService'] ?? $this->getPrivatisationServiceService()), ($this->privates['App\\Service\\AdminNotificationService'] ?? $this->getAdminNotificationServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  5262.         $instance->setName('app:reservation:check-conflicts-notify');
  5263.         $instance->setDescription('Vérifie les conflits de réservations et privatisations et crée des notifications admin');
  5264.         return $instance;
  5265.     }
  5266.     /**
  5267.      * Gets the private 'App\Command\CheckDuplicateReservationsCommand' shared autowired service.
  5268.      *
  5269.      * @return \App\Command\CheckDuplicateReservationsCommand
  5270.      */
  5271.     protected function getCheckDuplicateReservationsCommandService()
  5272.     {
  5273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5274.         include_once \dirname(__DIR__4).'/src/Command/CheckDuplicateReservationsCommand.php';
  5275.         $this->privates['App\\Command\\CheckDuplicateReservationsCommand'] = $instance = new \App\Command\CheckDuplicateReservationsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReservationRepository'] ?? $this->getReservationRepositoryService()));
  5276.         $instance->setName('app:check-duplicate-reservations');
  5277.         $instance->setDescription('Check for duplicate reservations that are confirmed with the same date');
  5278.         return $instance;
  5279.     }
  5280.     /**
  5281.      * Gets the private 'App\Command\CheckExpiredPaymentsCommand' shared autowired service.
  5282.      *
  5283.      * @return \App\Command\CheckExpiredPaymentsCommand
  5284.      */
  5285.     protected function getCheckExpiredPaymentsCommandService()
  5286.     {
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5288.         include_once \dirname(__DIR__4).'/src/Command/CheckExpiredPaymentsCommand.php';
  5289.         $this->privates['App\\Command\\CheckExpiredPaymentsCommand'] = $instance = new \App\Command\CheckExpiredPaymentsCommand(($this->privates['App\\Service\\DemandePayplugService'] ?? $this->getDemandePayplugServiceService()));
  5290.         $instance->setName('demande-payplug:check-expired');
  5291.         $instance->setDescription('Cancel payment requests after 48 hours and send notification emails');
  5292.         return $instance;
  5293.     }
  5294.     /**
  5295.      * Gets the private 'App\Command\CheckIfAllResaAreValidCommand' shared autowired service.
  5296.      *
  5297.      * @return \App\Command\CheckIfAllResaAreValidCommand
  5298.      */
  5299.     protected function getCheckIfAllResaAreValidCommandService()
  5300.     {
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5302.         include_once \dirname(__DIR__4).'/src/Command/CheckIfAllResaAreValidCommand.php';
  5303.         $this->privates['App\\Command\\CheckIfAllResaAreValidCommand'] = $instance = new \App\Command\CheckIfAllResaAreValidCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()), ($this->privates['App\\Service\\PrivatisationService'] ?? $this->getPrivatisationServiceService()));
  5304.         $instance->setName('resa:verify');
  5305.         $instance->setDescription('Vérifie si toutes les réservations et privatisations confirmées sont valides');
  5306.         return $instance;
  5307.     }
  5308.     /**
  5309.      * Gets the private 'App\Command\CleanTokenCommand' shared autowired service.
  5310.      *
  5311.      * @return \App\Command\CleanTokenCommand
  5312.      */
  5313.     protected function getCleanTokenCommandService()
  5314.     {
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5316.         include_once \dirname(__DIR__4).'/src/Command/CleanTokenCommand.php';
  5317.         $this->privates['App\\Command\\CleanTokenCommand'] = $instance = new \App\Command\CleanTokenCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5318.         $instance->setName('clean:token');
  5319.         $instance->setDescription('Delete empty tokens');
  5320.         return $instance;
  5321.     }
  5322.     /**
  5323.      * Gets the private 'App\Command\DetectContactGenderCommand' shared autowired service.
  5324.      *
  5325.      * @return \App\Command\DetectContactGenderCommand
  5326.      */
  5327.     protected function getDetectContactGenderCommandService()
  5328.     {
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5330.         include_once \dirname(__DIR__4).'/src/Command/DetectContactGenderCommand.php';
  5331.         $this->privates['App\\Command\\DetectContactGenderCommand'] = $instance = new \App\Command\DetectContactGenderCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  5332.         $instance->setName('contact:detect-gender');
  5333.         $instance->setDescription('Detect gender for contacts using OpenAI API based on first names');
  5334.         return $instance;
  5335.     }
  5336.     /**
  5337.      * Gets the private 'App\Command\FetchMerciFacteurTrackingCommand' shared autowired service.
  5338.      *
  5339.      * @return \App\Command\FetchMerciFacteurTrackingCommand
  5340.      */
  5341.     protected function getFetchMerciFacteurTrackingCommandService()
  5342.     {
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5344.         include_once \dirname(__DIR__4).'/src/Command/FetchMerciFacteurTrackingCommand.php';
  5345.         $this->privates['App\\Command\\FetchMerciFacteurTrackingCommand'] = $instance = new \App\Command\FetchMerciFacteurTrackingCommand(($this->privates['App\\Service\\MerciFacteurService'] ?? $this->getMerciFacteurServiceService()), ($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()));
  5346.         $instance->setName('app:mercifacteur:fetch-tracking');
  5347.         $instance->setDescription('Fetch and save tracking information from Merci Facteur API');
  5348.         return $instance;
  5349.     }
  5350.     /**
  5351.      * Gets the private 'App\Command\MigratePrivatisationToContactCommand' shared autowired service.
  5352.      *
  5353.      * @return \App\Command\MigratePrivatisationToContactCommand
  5354.      */
  5355.     protected function getMigratePrivatisationToContactCommandService()
  5356.     {
  5357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5358.         include_once \dirname(__DIR__4).'/src/Command/MigratePrivatisationToContactCommand.php';
  5359.         $this->privates['App\\Command\\MigratePrivatisationToContactCommand'] = $instance = new \App\Command\MigratePrivatisationToContactCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5360.         $instance->setName('app:migrate-privatisation-to-contact');
  5361.         $instance->setDescription('Migrate Privatisation contact data to Contact entities');
  5362.         return $instance;
  5363.     }
  5364.     /**
  5365.      * Gets the private 'App\Command\MigrateReservationToPrivatisationCommand' shared autowired service.
  5366.      *
  5367.      * @return \App\Command\MigrateReservationToPrivatisationCommand
  5368.      */
  5369.     protected function getMigrateReservationToPrivatisationCommandService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5372.         include_once \dirname(__DIR__4).'/src/Command/MigrateReservationToPrivatisationCommand.php';
  5373.         $this->privates['App\\Command\\MigrateReservationToPrivatisationCommand'] = $instance = new \App\Command\MigrateReservationToPrivatisationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5374.         $instance->setName('app:migrate-reservation-to-privatisation');
  5375.         $instance->setDescription('Migrate reservations marked as privatisations to actual Privatisation entities');
  5376.         return $instance;
  5377.     }
  5378.     /**
  5379.      * Gets the private 'App\Command\PopulateDailyStatisticsCommand' shared autowired service.
  5380.      *
  5381.      * @return \App\Command\PopulateDailyStatisticsCommand
  5382.      */
  5383.     protected function getPopulateDailyStatisticsCommandService()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5386.         include_once \dirname(__DIR__4).'/src/Command/PopulateDailyStatisticsCommand.php';
  5387.         $this->privates['App\\Command\\PopulateDailyStatisticsCommand'] = $instance = new \App\Command\PopulateDailyStatisticsCommand(($this->privates['App\\Service\\StatisticsService'] ?? $this->getStatisticsServiceService()));
  5388.         $instance->setName('statistics:populate-daily');
  5389.         $instance->setDescription('Populate daily statistics for participants count from reservations and privatisations');
  5390.         return $instance;
  5391.     }
  5392.     /**
  5393.      * Gets the private 'App\Command\RegisterMerciFacteurWebhookCommand' shared autowired service.
  5394.      *
  5395.      * @return \App\Command\RegisterMerciFacteurWebhookCommand
  5396.      */
  5397.     protected function getRegisterMerciFacteurWebhookCommandService()
  5398.     {
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5400.         include_once \dirname(__DIR__4).'/src/Command/RegisterMerciFacteurWebhookCommand.php';
  5401.         $this->privates['App\\Command\\RegisterMerciFacteurWebhookCommand'] = $instance = new \App\Command\RegisterMerciFacteurWebhookCommand(($this->privates['App\\Service\\MerciFacteurService'] ?? $this->getMerciFacteurServiceService()));
  5402.         $instance->setName('app:mercifacteur:register-webhook');
  5403.         $instance->setDescription('Register webhook URL with Merci Facteur for tracking events');
  5404.         return $instance;
  5405.     }
  5406.     /**
  5407.      * Gets the private 'App\Command\SendPaymentRemindersCommand' shared autowired service.
  5408.      *
  5409.      * @return \App\Command\SendPaymentRemindersCommand
  5410.      */
  5411.     protected function getSendPaymentRemindersCommandService()
  5412.     {
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5414.         include_once \dirname(__DIR__4).'/src/Command/SendPaymentRemindersCommand.php';
  5415.         $this->privates['App\\Command\\SendPaymentRemindersCommand'] = $instance = new \App\Command\SendPaymentRemindersCommand(($this->privates['App\\Service\\DemandePayplugService'] ?? $this->getDemandePayplugServiceService()));
  5416.         $instance->setName('demande-payplug:send-reminders');
  5417.         $instance->setDescription('Send reminder emails for payment requests expiring in 12 hours');
  5418.         return $instance;
  5419.     }
  5420.     /**
  5421.      * Gets the private 'App\Command\TestSentryCommand' shared autowired service.
  5422.      *
  5423.      * @return \App\Command\TestSentryCommand
  5424.      */
  5425.     protected function getTestSentryCommandService()
  5426.     {
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5428.         include_once \dirname(__DIR__4).'/src/Command/TestSentryCommand.php';
  5429.         $this->privates['App\\Command\\TestSentryCommand'] = $instance = new \App\Command\TestSentryCommand(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5430.         $instance->setName('app:test-sentry');
  5431.         $instance->setDescription('Test Sentry integration by sending a test error and message');
  5432.         return $instance;
  5433.     }
  5434.     /**
  5435.      * Gets the private 'App\Command\UpdateContactLoyaltyCommand' shared autowired service.
  5436.      *
  5437.      * @return \App\Command\UpdateContactLoyaltyCommand
  5438.      */
  5439.     protected function getUpdateContactLoyaltyCommandService()
  5440.     {
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5442.         include_once \dirname(__DIR__4).'/src/Command/UpdateContactLoyaltyCommand.php';
  5443.         $this->privates['App\\Command\\UpdateContactLoyaltyCommand'] = $instance = new \App\Command\UpdateContactLoyaltyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()));
  5444.         $instance->setName('contact:update-loyalty');
  5445.         $instance->setDescription('Update the isLoyal field for all contacts based on their reservations and carte cadeau');
  5446.         return $instance;
  5447.     }
  5448.     /**
  5449.      * Gets the private 'App\Command\UpdateContactPostalCodesCommand' shared autowired service.
  5450.      *
  5451.      * @return \App\Command\UpdateContactPostalCodesCommand
  5452.      */
  5453.     protected function getUpdateContactPostalCodesCommandService()
  5454.     {
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5456.         include_once \dirname(__DIR__4).'/src/Command/UpdateContactPostalCodesCommand.php';
  5457.         include_once \dirname(__DIR__4).'/src/Service/PostalCodeService.php';
  5458.         $this->privates['App\\Command\\UpdateContactPostalCodesCommand'] = $instance = new \App\Command\UpdateContactPostalCodesCommand(($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()), ($this->privates['App\\Service\\PostalCodeService'] ?? ($this->privates['App\\Service\\PostalCodeService'] = new \App\Service\PostalCodeService())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5459.         $instance->setName('contact:update-postal-codes');
  5460.         $instance->setDescription('Update postal codes for contacts based on their city names');
  5461.         return $instance;
  5462.     }
  5463.     /**
  5464.      * Gets the private 'App\Command\UpdateGenderStatisticsCommand' shared autowired service.
  5465.      *
  5466.      * @return \App\Command\UpdateGenderStatisticsCommand
  5467.      */
  5468.     protected function getUpdateGenderStatisticsCommandService()
  5469.     {
  5470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5471.         include_once \dirname(__DIR__4).'/src/Command/UpdateGenderStatisticsCommand.php';
  5472.         $this->privates['App\\Command\\UpdateGenderStatisticsCommand'] = $instance = new \App\Command\UpdateGenderStatisticsCommand(($this->privates['App\\Service\\StatisticsService'] ?? $this->getStatisticsServiceService()));
  5473.         $instance->setName('statistics:update-gender');
  5474.         $instance->setDescription('Update cached gender distribution statistics');
  5475.         return $instance;
  5476.     }
  5477.     /**
  5478.      * Gets the private 'App\Command\UpdatePrivatisationResteAPayerCommand' shared autowired service.
  5479.      *
  5480.      * @return \App\Command\UpdatePrivatisationResteAPayerCommand
  5481.      */
  5482.     protected function getUpdatePrivatisationResteAPayerCommandService()
  5483.     {
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5485.         include_once \dirname(__DIR__4).'/src/Command/UpdatePrivatisationResteAPayerCommand.php';
  5486.         $this->privates['App\\Command\\UpdatePrivatisationResteAPayerCommand'] = $instance = new \App\Command\UpdatePrivatisationResteAPayerCommand(($this->privates['App\\Repository\\PrivatisationRepository'] ?? $this->getPrivatisationRepositoryService()), ($this->privates['App\\Service\\PrivatisationService'] ?? $this->getPrivatisationServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5487.         $instance->setName('app:update-privatisation-reste-a-payer');
  5488.         $instance->setDescription('Update existing privatisations with resteAPayer values');
  5489.         return $instance;
  5490.     }
  5491.     /**
  5492.      * Gets the private 'App\Command\WaitlistCleanupCommand' shared autowired service.
  5493.      *
  5494.      * @return \App\Command\WaitlistCleanupCommand
  5495.      */
  5496.     protected function getWaitlistCleanupCommandService()
  5497.     {
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5499.         include_once \dirname(__DIR__4).'/src/Command/WaitlistCleanupCommand.php';
  5500.         $this->privates['App\\Command\\WaitlistCleanupCommand'] = $instance = new \App\Command\WaitlistCleanupCommand(($this->privates['App\\Repository\\WaitlistEntryRepository'] ?? $this->getWaitlistEntryRepositoryService()));
  5501.         $instance->setName('app:waitlist:cleanup');
  5502.         $instance->setDescription('Expire past waitlist entries and delete old expired ones');
  5503.         return $instance;
  5504.     }
  5505.     /**
  5506.      * Gets the private 'App\Command\resaReminder' shared autowired service.
  5507.      *
  5508.      * @return \App\Command\resaReminder
  5509.      */
  5510.     protected function getResaReminderService()
  5511.     {
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5513.         include_once \dirname(__DIR__4).'/src/Command/resaReminder.php';
  5514.         $this->privates['App\\Command\\resaReminder'] = $instance = new \App\Command\resaReminder(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()));
  5515.         $instance->setName('resa:reminder');
  5516.         $instance->setDescription('If not already done, sends a reminder mail for reservation that are coming in the next 24h');
  5517.         return $instance;
  5518.     }
  5519.     /**
  5520.      * Gets the private 'App\Command\resaSendMail' shared autowired service.
  5521.      *
  5522.      * @return \App\Command\resaSendMail
  5523.      */
  5524.     protected function getResaSendMailService()
  5525.     {
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5527.         include_once \dirname(__DIR__4).'/src/Command/resaSendMail.php';
  5528.         $this->privates['App\\Command\\resaSendMail'] = $instance = new \App\Command\resaSendMail(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()));
  5529.         $instance->setName('resa:mail:confirmation');
  5530.         $instance->setDescription('Si pas encore fait, envoie un mail de confirmation pour les réservations Ã  venir');
  5531.         return $instance;
  5532.     }
  5533.     /**
  5534.      * Gets the private 'App\Command\sendNotSentMail' shared autowired service.
  5535.      *
  5536.      * @return \App\Command\sendNotSentMail
  5537.      */
  5538.     protected function getSendNotSentMailService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5541.         include_once \dirname(__DIR__4).'/src/Command/sendNotSentMail.php';
  5542.         $this->privates['App\\Command\\sendNotSentMail'] = $instance = new \App\Command\sendNotSentMail(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService()));
  5543.         $instance->setName('mail:send');
  5544.         $instance->setDescription('Sending email that were not sent the last week');
  5545.         return $instance;
  5546.     }
  5547.     /**
  5548.      * Gets the private 'App\EventSubscriber\ContactLoyaltySubscriber' shared autowired service.
  5549.      *
  5550.      * @return \App\EventSubscriber\ContactLoyaltySubscriber
  5551.      */
  5552.     protected function getContactLoyaltySubscriberService()
  5553.     {
  5554.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ContactLoyaltySubscriber.php';
  5555.         return $this->privates['App\\EventSubscriber\\ContactLoyaltySubscriber'] = new \App\EventSubscriber\ContactLoyaltySubscriber();
  5556.     }
  5557.     /**
  5558.      * Gets the private 'App\EventSubscriber\HistorySubscriber' shared autowired service.
  5559.      *
  5560.      * @return \App\EventSubscriber\HistorySubscriber
  5561.      */
  5562.     protected function getHistorySubscriberService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/src/EventSubscriber/HistorySubscriber.php';
  5565.         $a = ($this->privates['App\\Service\\HistoryService'] ?? $this->getHistoryServiceService());
  5566.         if (isset($this->privates['App\\EventSubscriber\\HistorySubscriber'])) {
  5567.             return $this->privates['App\\EventSubscriber\\HistorySubscriber'];
  5568.         }
  5569.         return $this->privates['App\\EventSubscriber\\HistorySubscriber'] = new \App\EventSubscriber\HistorySubscriber($a);
  5570.     }
  5571.     /**
  5572.      * Gets the private 'App\EventSubscriber\WaitlistSubscriber' shared autowired service.
  5573.      *
  5574.      * @return \App\EventSubscriber\WaitlistSubscriber
  5575.      */
  5576.     protected function getWaitlistSubscriberService()
  5577.     {
  5578.         include_once \dirname(__DIR__4).'/src/EventSubscriber/WaitlistSubscriber.php';
  5579.         $a = ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService());
  5580.         if (isset($this->privates['App\\EventSubscriber\\WaitlistSubscriber'])) {
  5581.             return $this->privates['App\\EventSubscriber\\WaitlistSubscriber'];
  5582.         }
  5583.         return $this->privates['App\\EventSubscriber\\WaitlistSubscriber'] = new \App\EventSubscriber\WaitlistSubscriber(($this->privates['App\\Repository\\WaitlistEntryRepository'] ?? $this->getWaitlistEntryRepositoryService()), $a, ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('MAIL_SENDER_ADDRESS'), $this->getEnv('MAIL_SENDER_NAME'));
  5584.     }
  5585.     /**
  5586.      * Gets the private 'App\Form\CarteCadeauNewAdminType' shared autowired service.
  5587.      *
  5588.      * @return \App\Form\CarteCadeauNewAdminType
  5589.      */
  5590.     protected function getCarteCadeauNewAdminTypeService()
  5591.     {
  5592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5594.         include_once \dirname(__DIR__4).'/src/Form/CarteCadeauNewAdminType.php';
  5595.         $a = ($this->privates['App\\Service\\CarteCadeauService'] ?? $this->getCarteCadeauServiceService());
  5596.         if (isset($this->privates['App\\Form\\CarteCadeauNewAdminType'])) {
  5597.             return $this->privates['App\\Form\\CarteCadeauNewAdminType'];
  5598.         }
  5599.         return $this->privates['App\\Form\\CarteCadeauNewAdminType'] = new \App\Form\CarteCadeauNewAdminType($a);
  5600.     }
  5601.     /**
  5602.      * Gets the private 'App\Form\CarteCadeauType' shared autowired service.
  5603.      *
  5604.      * @return \App\Form\CarteCadeauType
  5605.      */
  5606.     protected function getCarteCadeauTypeService()
  5607.     {
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5610.         include_once \dirname(__DIR__4).'/src/Form/CarteCadeauType.php';
  5611.         $a = ($this->privates['App\\Service\\CarteCadeauService'] ?? $this->getCarteCadeauServiceService());
  5612.         if (isset($this->privates['App\\Form\\CarteCadeauType'])) {
  5613.             return $this->privates['App\\Form\\CarteCadeauType'];
  5614.         }
  5615.         return $this->privates['App\\Form\\CarteCadeauType'] = new \App\Form\CarteCadeauType(($this->services['translator'] ?? $this->getTranslatorService()), $a);
  5616.     }
  5617.     /**
  5618.      * Gets the private 'App\Form\CodeType' shared autowired service.
  5619.      *
  5620.      * @return \App\Form\CodeType
  5621.      */
  5622.     protected function getCodeTypeService()
  5623.     {
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5626.         include_once \dirname(__DIR__4).'/src/Form/CodeType.php';
  5627.         return $this->privates['App\\Form\\CodeType'] = new \App\Form\CodeType();
  5628.     }
  5629.     /**
  5630.      * Gets the private 'App\Form\Components\AccessCodeType' shared autowired service.
  5631.      *
  5632.      * @return \App\Form\Components\AccessCodeType
  5633.      */
  5634.     protected function getAccessCodeTypeService()
  5635.     {
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5638.         include_once \dirname(__DIR__4).'/src/Form/Components/AccessCodeType.php';
  5639.         return $this->privates['App\\Form\\Components\\AccessCodeType'] = new \App\Form\Components\AccessCodeType();
  5640.     }
  5641.     /**
  5642.      * Gets the private 'App\Form\Components\IncrementType' shared autowired service.
  5643.      *
  5644.      * @return \App\Form\Components\IncrementType
  5645.      */
  5646.     protected function getIncrementTypeService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5650.         include_once \dirname(__DIR__4).'/src/Form/Components/IncrementType.php';
  5651.         return $this->privates['App\\Form\\Components\\IncrementType'] = new \App\Form\Components\IncrementType();
  5652.     }
  5653.     /**
  5654.      * Gets the private 'App\Form\Components\OfferType' shared autowired service.
  5655.      *
  5656.      * @return \App\Form\Components\OfferType
  5657.      */
  5658.     protected function getOfferTypeService()
  5659.     {
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5662.         include_once \dirname(__DIR__4).'/src/Form/Components/OfferType.php';
  5663.         return $this->privates['App\\Form\\Components\\OfferType'] = new \App\Form\Components\OfferType();
  5664.     }
  5665.     /**
  5666.      * Gets the private 'App\Form\Components\PhysicalCardType' shared autowired service.
  5667.      *
  5668.      * @return \App\Form\Components\PhysicalCardType
  5669.      */
  5670.     protected function getPhysicalCardTypeService()
  5671.     {
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5674.         include_once \dirname(__DIR__4).'/src/Form/Components/PhysicalCardType.php';
  5675.         return $this->privates['App\\Form\\Components\\PhysicalCardType'] = new \App\Form\Components\PhysicalCardType();
  5676.     }
  5677.     /**
  5678.      * Gets the private 'App\Form\Components\TemplateCarteCadeauType' shared autowired service.
  5679.      *
  5680.      * @return \App\Form\Components\TemplateCarteCadeauType
  5681.      */
  5682.     protected function getTemplateCarteCadeauTypeService()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5686.         include_once \dirname(__DIR__4).'/src/Form/Components/TemplateCarteCadeauType.php';
  5687.         return $this->privates['App\\Form\\Components\\TemplateCarteCadeauType'] = new \App\Form\Components\TemplateCarteCadeauType();
  5688.     }
  5689.     /**
  5690.      * Gets the private 'App\Form\ContactCarteCadeauAdminType' shared autowired service.
  5691.      *
  5692.      * @return \App\Form\ContactCarteCadeauAdminType
  5693.      */
  5694.     protected function getContactCarteCadeauAdminTypeService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5698.         include_once \dirname(__DIR__4).'/src/Form/ContactCarteCadeauAdminType.php';
  5699.         return $this->privates['App\\Form\\ContactCarteCadeauAdminType'] = new \App\Form\ContactCarteCadeauAdminType();
  5700.     }
  5701.     /**
  5702.      * Gets the private 'App\Form\ContactCarteCadeauType' shared autowired service.
  5703.      *
  5704.      * @return \App\Form\ContactCarteCadeauType
  5705.      */
  5706.     protected function getContactCarteCadeauTypeService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5710.         include_once \dirname(__DIR__4).'/src/Form/ContactCarteCadeauType.php';
  5711.         return $this->privates['App\\Form\\ContactCarteCadeauType'] = new \App\Form\ContactCarteCadeauType(($this->privates['App\\Service\\ContactService'] ?? $this->getContactServiceService()));
  5712.     }
  5713.     /**
  5714.      * Gets the private 'App\Form\ContactPaymentType' shared autowired service.
  5715.      *
  5716.      * @return \App\Form\ContactPaymentType
  5717.      */
  5718.     protected function getContactPaymentTypeService()
  5719.     {
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5722.         include_once \dirname(__DIR__4).'/src/Form/ContactPaymentType.php';
  5723.         return $this->privates['App\\Form\\ContactPaymentType'] = new \App\Form\ContactPaymentType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\ContactService'] ?? $this->getContactServiceService()));
  5724.     }
  5725.     /**
  5726.      * Gets the private 'App\Form\ContactTunnelType' shared autowired service.
  5727.      *
  5728.      * @return \App\Form\ContactTunnelType
  5729.      */
  5730.     protected function getContactTunnelTypeService()
  5731.     {
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5734.         include_once \dirname(__DIR__4).'/src/Form/ContactTunnelType.php';
  5735.         return $this->privates['App\\Form\\ContactTunnelType'] = new \App\Form\ContactTunnelType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\ContactService'] ?? $this->getContactServiceService()));
  5736.     }
  5737.     /**
  5738.      * Gets the private 'App\Form\ContactType' shared autowired service.
  5739.      *
  5740.      * @return \App\Form\ContactType
  5741.      */
  5742.     protected function getContactTypeService()
  5743.     {
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5746.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  5747.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType(($this->privates['App\\Service\\ContactService'] ?? $this->getContactServiceService()));
  5748.     }
  5749.     /**
  5750.      * Gets the private 'App\Form\CustomExtraType' shared autowired service.
  5751.      *
  5752.      * @return \App\Form\CustomExtraType
  5753.      */
  5754.     protected function getCustomExtraTypeService()
  5755.     {
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5758.         include_once \dirname(__DIR__4).'/src/Form/CustomExtraType.php';
  5759.         return $this->privates['App\\Form\\CustomExtraType'] = new \App\Form\CustomExtraType();
  5760.     }
  5761.     /**
  5762.      * Gets the private 'App\Form\DeliveryAddressType' shared autowired service.
  5763.      *
  5764.      * @return \App\Form\DeliveryAddressType
  5765.      */
  5766.     protected function getDeliveryAddressTypeService()
  5767.     {
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5770.         include_once \dirname(__DIR__4).'/src/Form/DeliveryAddressType.php';
  5771.         return $this->privates['App\\Form\\DeliveryAddressType'] = new \App\Form\DeliveryAddressType(($this->privates['App\\Service\\ContactService'] ?? $this->getContactServiceService()));
  5772.     }
  5773.     /**
  5774.      * Gets the private 'App\Form\ExtraReservationCollectionType' shared autowired service.
  5775.      *
  5776.      * @return \App\Form\ExtraReservationCollectionType
  5777.      */
  5778.     protected function getExtraReservationCollectionTypeService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5782.         include_once \dirname(__DIR__4).'/src/Form/ExtraReservationCollectionType.php';
  5783.         $a = ($this->privates['App\\Service\\ExtraReservationService'] ?? $this->getExtraReservationServiceService());
  5784.         if (isset($this->privates['App\\Form\\ExtraReservationCollectionType'])) {
  5785.             return $this->privates['App\\Form\\ExtraReservationCollectionType'];
  5786.         }
  5787.         return $this->privates['App\\Form\\ExtraReservationCollectionType'] = new \App\Form\ExtraReservationCollectionType($a);
  5788.     }
  5789.     /**
  5790.      * Gets the private 'App\Form\ExtraReservationType' shared autowired service.
  5791.      *
  5792.      * @return \App\Form\ExtraReservationType
  5793.      */
  5794.     protected function getExtraReservationTypeService()
  5795.     {
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5798.         include_once \dirname(__DIR__4).'/src/Form/ExtraReservationType.php';
  5799.         return $this->privates['App\\Form\\ExtraReservationType'] = new \App\Form\ExtraReservationType(($this->privates['App\\Service\\ExtraService'] ?? $this->getExtraServiceService()), ($this->privates['App\\Service\\OptionReservationService'] ?? $this->getOptionReservationServiceService()));
  5800.     }
  5801.     /**
  5802.      * Gets the private 'App\Form\ExtraType' shared autowired service.
  5803.      *
  5804.      * @return \App\Form\ExtraType
  5805.      */
  5806.     protected function getExtraTypeService()
  5807.     {
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5810.         include_once \dirname(__DIR__4).'/src/Form/ExtraType.php';
  5811.         return $this->privates['App\\Form\\ExtraType'] = new \App\Form\ExtraType();
  5812.     }
  5813.     /**
  5814.      * Gets the private 'App\Form\OptionChoiceType' shared autowired service.
  5815.      *
  5816.      * @return \App\Form\OptionChoiceType
  5817.      */
  5818.     protected function getOptionChoiceTypeService()
  5819.     {
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5822.         include_once \dirname(__DIR__4).'/src/Form/OptionChoiceType.php';
  5823.         return $this->privates['App\\Form\\OptionChoiceType'] = new \App\Form\OptionChoiceType();
  5824.     }
  5825.     /**
  5826.      * Gets the private 'App\Form\OptionQuantityReservationType' shared autowired service.
  5827.      *
  5828.      * @return \App\Form\OptionQuantityReservationType
  5829.      */
  5830.     protected function getOptionQuantityReservationTypeService()
  5831.     {
  5832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5834.         include_once \dirname(__DIR__4).'/src/Form/OptionQuantityReservationType.php';
  5835.         return $this->privates['App\\Form\\OptionQuantityReservationType'] = new \App\Form\OptionQuantityReservationType();
  5836.     }
  5837.     /**
  5838.      * Gets the private 'App\Form\OptionQuantityType' shared autowired service.
  5839.      *
  5840.      * @return \App\Form\OptionQuantityType
  5841.      */
  5842.     protected function getOptionQuantityTypeService()
  5843.     {
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5846.         include_once \dirname(__DIR__4).'/src/Form/OptionQuantityType.php';
  5847.         return $this->privates['App\\Form\\OptionQuantityType'] = new \App\Form\OptionQuantityType();
  5848.     }
  5849.     /**
  5850.      * Gets the private 'App\Form\OptionReservationCollectionType' shared autowired service.
  5851.      *
  5852.      * @return \App\Form\OptionReservationCollectionType
  5853.      */
  5854.     protected function getOptionReservationCollectionTypeService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5858.         include_once \dirname(__DIR__4).'/src/Form/OptionReservationCollectionType.php';
  5859.         return $this->privates['App\\Form\\OptionReservationCollectionType'] = new \App\Form\OptionReservationCollectionType();
  5860.     }
  5861.     /**
  5862.      * Gets the private 'App\Form\OptionSelectItemType' shared autowired service.
  5863.      *
  5864.      * @return \App\Form\OptionSelectItemType
  5865.      */
  5866.     protected function getOptionSelectItemTypeService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5870.         include_once \dirname(__DIR__4).'/src/Form/OptionSelectItemType.php';
  5871.         return $this->privates['App\\Form\\OptionSelectItemType'] = new \App\Form\OptionSelectItemType();
  5872.     }
  5873.     /**
  5874.      * Gets the private 'App\Form\OptionSelectReservationType' shared autowired service.
  5875.      *
  5876.      * @return \App\Form\OptionSelectReservationType
  5877.      */
  5878.     protected function getOptionSelectReservationTypeService()
  5879.     {
  5880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5882.         include_once \dirname(__DIR__4).'/src/Form/OptionSelectReservationType.php';
  5883.         return $this->privates['App\\Form\\OptionSelectReservationType'] = new \App\Form\OptionSelectReservationType();
  5884.     }
  5885.     /**
  5886.      * Gets the private 'App\Form\OptionSelectType' shared autowired service.
  5887.      *
  5888.      * @return \App\Form\OptionSelectType
  5889.      */
  5890.     protected function getOptionSelectTypeService()
  5891.     {
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5894.         include_once \dirname(__DIR__4).'/src/Form/OptionSelectType.php';
  5895.         return $this->privates['App\\Form\\OptionSelectType'] = new \App\Form\OptionSelectType();
  5896.     }
  5897.     /**
  5898.      * Gets the private 'App\Form\ParticipantType' shared autowired service.
  5899.      *
  5900.      * @return \App\Form\ParticipantType
  5901.      */
  5902.     protected function getParticipantTypeService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5906.         include_once \dirname(__DIR__4).'/src/Form/ParticipantType.php';
  5907.         return $this->privates['App\\Form\\ParticipantType'] = new \App\Form\ParticipantType(($this->services['translator'] ?? $this->getTranslatorService()));
  5908.     }
  5909.     /**
  5910.      * Gets the private 'App\Form\Payment\CarteBancaireType' shared autowired service.
  5911.      *
  5912.      * @return \App\Form\Payment\CarteBancaireType
  5913.      */
  5914.     protected function getCarteBancaireTypeService()
  5915.     {
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5918.         include_once \dirname(__DIR__4).'/src/Form/Payment/CarteBancaireType.php';
  5919.         return $this->privates['App\\Form\\Payment\\CarteBancaireType'] = new \App\Form\Payment\CarteBancaireType();
  5920.     }
  5921.     /**
  5922.      * Gets the private 'App\Form\Payment\CarteCadeauPaymentType' shared autowired service.
  5923.      *
  5924.      * @return \App\Form\Payment\CarteCadeauPaymentType
  5925.      */
  5926.     protected function getCarteCadeauPaymentTypeService()
  5927.     {
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5930.         include_once \dirname(__DIR__4).'/src/Form/Payment/CarteCadeauPaymentType.php';
  5931.         return $this->privates['App\\Form\\Payment\\CarteCadeauPaymentType'] = new \App\Form\Payment\CarteCadeauPaymentType();
  5932.     }
  5933.     /**
  5934.      * Gets the private 'App\Form\Payment\CashType' shared autowired service.
  5935.      *
  5936.      * @return \App\Form\Payment\CashType
  5937.      */
  5938.     protected function getCashTypeService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5942.         include_once \dirname(__DIR__4).'/src/Form/Payment/CashType.php';
  5943.         return $this->privates['App\\Form\\Payment\\CashType'] = new \App\Form\Payment\CashType();
  5944.     }
  5945.     /**
  5946.      * Gets the private 'App\Form\Payment\ChequeType' shared autowired service.
  5947.      *
  5948.      * @return \App\Form\Payment\ChequeType
  5949.      */
  5950.     protected function getChequeTypeService()
  5951.     {
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5954.         include_once \dirname(__DIR__4).'/src/Form/Payment/ChequeType.php';
  5955.         return $this->privates['App\\Form\\Payment\\ChequeType'] = new \App\Form\Payment\ChequeType();
  5956.     }
  5957.     /**
  5958.      * Gets the private 'App\Form\Payment\DemandePayplugType' shared autowired service.
  5959.      *
  5960.      * @return \App\Form\Payment\DemandePayplugType
  5961.      */
  5962.     protected function getDemandePayplugTypeService()
  5963.     {
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5966.         include_once \dirname(__DIR__4).'/src/Form/Payment/DemandePayplugType.php';
  5967.         return $this->privates['App\\Form\\Payment\\DemandePayplugType'] = new \App\Form\Payment\DemandePayplugType();
  5968.     }
  5969.     /**
  5970.      * Gets the private 'App\Form\Payment\OffertType' shared autowired service.
  5971.      *
  5972.      * @return \App\Form\Payment\OffertType
  5973.      */
  5974.     protected function getOffertTypeService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5978.         include_once \dirname(__DIR__4).'/src/Form/Payment/OffertType.php';
  5979.         return $this->privates['App\\Form\\Payment\\OffertType'] = new \App\Form\Payment\OffertType();
  5980.     }
  5981.     /**
  5982.      * Gets the private 'App\Form\Payment\PayplugType' shared autowired service.
  5983.      *
  5984.      * @return \App\Form\Payment\PayplugType
  5985.      */
  5986.     protected function getPayplugTypeService()
  5987.     {
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5990.         include_once \dirname(__DIR__4).'/src/Form/Payment/PayplugType.php';
  5991.         return $this->privates['App\\Form\\Payment\\PayplugType'] = new \App\Form\Payment\PayplugType();
  5992.     }
  5993.     /**
  5994.      * Gets the private 'App\Form\Payment\VirementBancaireType' shared autowired service.
  5995.      *
  5996.      * @return \App\Form\Payment\VirementBancaireType
  5997.      */
  5998.     protected function getVirementBancaireTypeService()
  5999.     {
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6002.         include_once \dirname(__DIR__4).'/src/Form/Payment/VirementBancaireType.php';
  6003.         return $this->privates['App\\Form\\Payment\\VirementBancaireType'] = new \App\Form\Payment\VirementBancaireType();
  6004.     }
  6005.     /**
  6006.      * Gets the private 'App\Form\PrivatisationAdminType' shared autowired service.
  6007.      *
  6008.      * @return \App\Form\PrivatisationAdminType
  6009.      */
  6010.     protected function getPrivatisationAdminTypeService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6014.         include_once \dirname(__DIR__4).'/src/Form/PrivatisationAdminType.php';
  6015.         return $this->privates['App\\Form\\PrivatisationAdminType'] = new \App\Form\PrivatisationAdminType();
  6016.     }
  6017.     /**
  6018.      * Gets the private 'App\Form\PrivatisationType' shared autowired service.
  6019.      *
  6020.      * @return \App\Form\PrivatisationType
  6021.      */
  6022.     protected function getPrivatisationTypeService()
  6023.     {
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6026.         include_once \dirname(__DIR__4).'/src/Form/PrivatisationType.php';
  6027.         return $this->privates['App\\Form\\PrivatisationType'] = new \App\Form\PrivatisationType(($this->services['translator'] ?? $this->getTranslatorService()));
  6028.     }
  6029.     /**
  6030.      * Gets the private 'App\Form\ReservationAdminType' shared autowired service.
  6031.      *
  6032.      * @return \App\Form\ReservationAdminType
  6033.      */
  6034.     protected function getReservationAdminTypeService()
  6035.     {
  6036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6038.         include_once \dirname(__DIR__4).'/src/Form/ReservationAdminType.php';
  6039.         return $this->privates['App\\Form\\ReservationAdminType'] = new \App\Form\ReservationAdminType();
  6040.     }
  6041.     /**
  6042.      * Gets the private 'App\Form\ReservationTunnelType' shared autowired service.
  6043.      *
  6044.      * @return \App\Form\ReservationTunnelType
  6045.      */
  6046.     protected function getReservationTunnelTypeService()
  6047.     {
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6050.         include_once \dirname(__DIR__4).'/src/Form/ReservationTunnelType.php';
  6051.         return $this->privates['App\\Form\\ReservationTunnelType'] = new \App\Form\ReservationTunnelType(($this->services['translator'] ?? $this->getTranslatorService()));
  6052.     }
  6053.     /**
  6054.      * Gets the private 'App\Form\SpaClosureType' shared autowired service.
  6055.      *
  6056.      * @return \App\Form\SpaClosureType
  6057.      */
  6058.     protected function getSpaClosureTypeService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6062.         include_once \dirname(__DIR__4).'/src/Form/SpaClosureType.php';
  6063.         return $this->privates['App\\Form\\SpaClosureType'] = new \App\Form\SpaClosureType();
  6064.     }
  6065.     /**
  6066.      * Gets the private 'App\Form\SwitchLocaleType' shared autowired service.
  6067.      *
  6068.      * @return \App\Form\SwitchLocaleType
  6069.      */
  6070.     protected function getSwitchLocaleTypeService()
  6071.     {
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6074.         include_once \dirname(__DIR__4).'/src/Form/SwitchLocaleType.php';
  6075.         return $this->privates['App\\Form\\SwitchLocaleType'] = new \App\Form\SwitchLocaleType(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
  6076.     }
  6077.     /**
  6078.      * Gets the private 'App\Form\TokenExtrasReservationType' shared autowired service.
  6079.      *
  6080.      * @return \App\Form\TokenExtrasReservationType
  6081.      */
  6082.     protected function getTokenExtrasReservationTypeService()
  6083.     {
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6086.         include_once \dirname(__DIR__4).'/src/Form/TokenExtrasReservationType.php';
  6087.         return $this->privates['App\\Form\\TokenExtrasReservationType'] = new \App\Form\TokenExtrasReservationType(($this->services['translator'] ?? $this->getTranslatorService()));
  6088.     }
  6089.     /**
  6090.      * Gets the private 'App\Form\TokenReservationType' shared autowired service.
  6091.      *
  6092.      * @return \App\Form\TokenReservationType
  6093.      */
  6094.     protected function getTokenReservationTypeService()
  6095.     {
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6098.         include_once \dirname(__DIR__4).'/src/Form/TokenReservationType.php';
  6099.         return $this->privates['App\\Form\\TokenReservationType'] = new \App\Form\TokenReservationType(($this->services['translator'] ?? $this->getTranslatorService()));
  6100.     }
  6101.     /**
  6102.      * Gets the private 'App\Repository\AbstractOptionRepository' shared autowired service.
  6103.      *
  6104.      * @return \App\Repository\AbstractOptionRepository
  6105.      */
  6106.     protected function getAbstractOptionRepositoryService()
  6107.     {
  6108.         include_once \dirname(__DIR__4).'/src/Repository/AbstractOptionRepository.php';
  6109.         return $this->privates['App\\Repository\\AbstractOptionRepository'] = new \App\Repository\AbstractOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6110.     }
  6111.     /**
  6112.      * Gets the private 'App\Repository\AbstractOptionReservationRepository' shared autowired service.
  6113.      *
  6114.      * @return \App\Repository\AbstractOptionReservationRepository
  6115.      */
  6116.     protected function getAbstractOptionReservationRepositoryService()
  6117.     {
  6118.         include_once \dirname(__DIR__4).'/src/Repository/AbstractOptionReservationRepository.php';
  6119.         return $this->privates['App\\Repository\\AbstractOptionReservationRepository'] = new \App\Repository\AbstractOptionReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6120.     }
  6121.     /**
  6122.      * Gets the private 'App\Repository\AbstractPaymentRepository' shared autowired service.
  6123.      *
  6124.      * @return \App\Repository\AbstractPaymentRepository
  6125.      */
  6126.     protected function getAbstractPaymentRepositoryService()
  6127.     {
  6128.         include_once \dirname(__DIR__4).'/src/Repository/AbstractPaymentRepository.php';
  6129.         return $this->privates['App\\Repository\\AbstractPaymentRepository'] = new \App\Repository\AbstractPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6130.     }
  6131.     /**
  6132.      * Gets the private 'App\Repository\AdminNotificationRepository' shared autowired service.
  6133.      *
  6134.      * @return \App\Repository\AdminNotificationRepository
  6135.      */
  6136.     protected function getAdminNotificationRepositoryService()
  6137.     {
  6138.         return $this->privates['App\\Repository\\AdminNotificationRepository'] = new \App\Repository\AdminNotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6139.     }
  6140.     /**
  6141.      * Gets the private 'App\Repository\CarteBancaireRepository' shared autowired service.
  6142.      *
  6143.      * @return \App\Repository\CarteBancaireRepository
  6144.      */
  6145.     protected function getCarteBancaireRepositoryService()
  6146.     {
  6147.         include_once \dirname(__DIR__4).'/src/Repository/CarteBancaireRepository.php';
  6148.         return $this->privates['App\\Repository\\CarteBancaireRepository'] = new \App\Repository\CarteBancaireRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6149.     }
  6150.     /**
  6151.      * Gets the private 'App\Repository\CarteCadeauPaymentRepository' shared autowired service.
  6152.      *
  6153.      * @return \App\Repository\CarteCadeauPaymentRepository
  6154.      */
  6155.     protected function getCarteCadeauPaymentRepositoryService()
  6156.     {
  6157.         include_once \dirname(__DIR__4).'/src/Repository/CarteCadeauPaymentRepository.php';
  6158.         return $this->privates['App\\Repository\\CarteCadeauPaymentRepository'] = new \App\Repository\CarteCadeauPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6159.     }
  6160.     /**
  6161.      * Gets the private 'App\Repository\CashRepository' shared autowired service.
  6162.      *
  6163.      * @return \App\Repository\CashRepository
  6164.      */
  6165.     protected function getCashRepositoryService()
  6166.     {
  6167.         include_once \dirname(__DIR__4).'/src/Repository/CashRepository.php';
  6168.         return $this->privates['App\\Repository\\CashRepository'] = new \App\Repository\CashRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6169.     }
  6170.     /**
  6171.      * Gets the private 'App\Repository\ChequeRepository' shared autowired service.
  6172.      *
  6173.      * @return \App\Repository\ChequeRepository
  6174.      */
  6175.     protected function getChequeRepositoryService()
  6176.     {
  6177.         include_once \dirname(__DIR__4).'/src/Repository/ChequeRepository.php';
  6178.         return $this->privates['App\\Repository\\ChequeRepository'] = new \App\Repository\ChequeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6179.     }
  6180.     /**
  6181.      * Gets the private 'App\Repository\CodeRepository' shared autowired service.
  6182.      *
  6183.      * @return \App\Repository\CodeRepository
  6184.      */
  6185.     protected function getCodeRepositoryService()
  6186.     {
  6187.         include_once \dirname(__DIR__4).'/src/Repository/CodeRepository.php';
  6188.         return $this->privates['App\\Repository\\CodeRepository'] = new \App\Repository\CodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6189.     }
  6190.     /**
  6191.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  6192.      *
  6193.      * @return \App\Repository\ContactRepository
  6194.      */
  6195.     protected function getContactRepositoryService()
  6196.     {
  6197.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  6198.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6199.     }
  6200.     /**
  6201.      * Gets the private 'App\Repository\CustomExtraRepository' shared autowired service.
  6202.      *
  6203.      * @return \App\Repository\CustomExtraRepository
  6204.      */
  6205.     protected function getCustomExtraRepositoryService()
  6206.     {
  6207.         include_once \dirname(__DIR__4).'/src/Repository/CustomExtraRepository.php';
  6208.         return $this->privates['App\\Repository\\CustomExtraRepository'] = new \App\Repository\CustomExtraRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6209.     }
  6210.     /**
  6211.      * Gets the private 'App\Repository\DailyStatisticRepository' shared autowired service.
  6212.      *
  6213.      * @return \App\Repository\DailyStatisticRepository
  6214.      */
  6215.     protected function getDailyStatisticRepositoryService()
  6216.     {
  6217.         include_once \dirname(__DIR__4).'/src/Repository/DailyStatisticRepository.php';
  6218.         return $this->privates['App\\Repository\\DailyStatisticRepository'] = new \App\Repository\DailyStatisticRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6219.     }
  6220.     /**
  6221.      * Gets the private 'App\Repository\DeliveryAddressRepository' shared autowired service.
  6222.      *
  6223.      * @return \App\Repository\DeliveryAddressRepository
  6224.      */
  6225.     protected function getDeliveryAddressRepositoryService()
  6226.     {
  6227.         include_once \dirname(__DIR__4).'/src/Repository/DeliveryAddressRepository.php';
  6228.         return $this->privates['App\\Repository\\DeliveryAddressRepository'] = new \App\Repository\DeliveryAddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6229.     }
  6230.     /**
  6231.      * Gets the private 'App\Repository\DemandePayplugRepository' shared autowired service.
  6232.      *
  6233.      * @return \App\Repository\DemandePayplugRepository
  6234.      */
  6235.     protected function getDemandePayplugRepositoryService()
  6236.     {
  6237.         include_once \dirname(__DIR__4).'/src/Repository/DemandePayplugRepository.php';
  6238.         return $this->privates['App\\Repository\\DemandePayplugRepository'] = new \App\Repository\DemandePayplugRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6239.     }
  6240.     /**
  6241.      * Gets the private 'App\Repository\EmptyPaymentRepository' shared autowired service.
  6242.      *
  6243.      * @return \App\Repository\EmptyPaymentRepository
  6244.      */
  6245.     protected function getEmptyPaymentRepositoryService()
  6246.     {
  6247.         include_once \dirname(__DIR__4).'/src/Repository/EmptyPaymentRepository.php';
  6248.         return $this->privates['App\\Repository\\EmptyPaymentRepository'] = new \App\Repository\EmptyPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6249.     }
  6250.     /**
  6251.      * Gets the private 'App\Repository\ExtraRepository' shared autowired service.
  6252.      *
  6253.      * @return \App\Repository\ExtraRepository
  6254.      */
  6255.     protected function getExtraRepositoryService()
  6256.     {
  6257.         include_once \dirname(__DIR__4).'/src/Repository/ExtraRepository.php';
  6258.         return $this->privates['App\\Repository\\ExtraRepository'] = new \App\Repository\ExtraRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6259.     }
  6260.     /**
  6261.      * Gets the private 'App\Repository\ExtraReservationRepository' shared autowired service.
  6262.      *
  6263.      * @return \App\Repository\ExtraReservationRepository
  6264.      */
  6265.     protected function getExtraReservationRepositoryService()
  6266.     {
  6267.         include_once \dirname(__DIR__4).'/src/Repository/ExtraReservationRepository.php';
  6268.         return $this->privates['App\\Repository\\ExtraReservationRepository'] = new \App\Repository\ExtraReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6269.     }
  6270.     /**
  6271.      * Gets the private 'App\Repository\History\CarteCadeauHistoryRepository' shared autowired service.
  6272.      *
  6273.      * @return \App\Repository\History\CarteCadeauHistoryRepository
  6274.      */
  6275.     protected function getCarteCadeauHistoryRepositoryService()
  6276.     {
  6277.         include_once \dirname(__DIR__4).'/src/Repository/History/CarteCadeauHistoryRepository.php';
  6278.         return $this->privates['App\\Repository\\History\\CarteCadeauHistoryRepository'] = new \App\Repository\History\CarteCadeauHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6279.     }
  6280.     /**
  6281.      * Gets the private 'App\Repository\History\ChangeCarteCadeauRepository' shared autowired service.
  6282.      *
  6283.      * @return \App\Repository\History\ChangeCarteCadeauRepository
  6284.      */
  6285.     protected function getChangeCarteCadeauRepositoryService()
  6286.     {
  6287.         include_once \dirname(__DIR__4).'/src/Repository/History/ChangeCarteCadeauRepository.php';
  6288.         return $this->privates['App\\Repository\\History\\ChangeCarteCadeauRepository'] = new \App\Repository\History\ChangeCarteCadeauRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6289.     }
  6290.     /**
  6291.      * Gets the private 'App\Repository\History\ChangeReservationRepository' shared autowired service.
  6292.      *
  6293.      * @return \App\Repository\History\ChangeReservationRepository
  6294.      */
  6295.     protected function getChangeReservationRepositoryService()
  6296.     {
  6297.         include_once \dirname(__DIR__4).'/src/Repository/History/ChangeReservationRepository.php';
  6298.         return $this->privates['App\\Repository\\History\\ChangeReservationRepository'] = new \App\Repository\History\ChangeReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6299.     }
  6300.     /**
  6301.      * Gets the private 'App\Repository\History\PaymentHistoryRepository' shared autowired service.
  6302.      *
  6303.      * @return \App\Repository\History\PaymentHistoryRepository
  6304.      */
  6305.     protected function getPaymentHistoryRepositoryService()
  6306.     {
  6307.         include_once \dirname(__DIR__4).'/src/Repository/History/PaymentHistoryRepository.php';
  6308.         return $this->privates['App\\Repository\\History\\PaymentHistoryRepository'] = new \App\Repository\History\PaymentHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6309.     }
  6310.     /**
  6311.      * Gets the private 'App\Repository\History\PrivatisationHistoryRepository' shared autowired service.
  6312.      *
  6313.      * @return \App\Repository\History\PrivatisationHistoryRepository
  6314.      */
  6315.     protected function getPrivatisationHistoryRepositoryService()
  6316.     {
  6317.         include_once \dirname(__DIR__4).'/src/Repository/History/PrivatisationHistoryRepository.php';
  6318.         return $this->privates['App\\Repository\\History\\PrivatisationHistoryRepository'] = new \App\Repository\History\PrivatisationHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6319.     }
  6320.     /**
  6321.      * Gets the private 'App\Repository\History\ReservationHistoryRepository' shared autowired service.
  6322.      *
  6323.      * @return \App\Repository\History\ReservationHistoryRepository
  6324.      */
  6325.     protected function getReservationHistoryRepositoryService()
  6326.     {
  6327.         include_once \dirname(__DIR__4).'/src/Repository/History/ReservationHistoryRepository.php';
  6328.         return $this->privates['App\\Repository\\History\\ReservationHistoryRepository'] = new \App\Repository\History\ReservationHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6329.     }
  6330.     /**
  6331.      * Gets the private 'App\Repository\LogRepository' shared autowired service.
  6332.      *
  6333.      * @return \App\Repository\LogRepository
  6334.      */
  6335.     protected function getLogRepositoryService()
  6336.     {
  6337.         include_once \dirname(__DIR__4).'/src/Repository/LogRepository.php';
  6338.         return $this->privates['App\\Repository\\LogRepository'] = new \App\Repository\LogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6339.     }
  6340.     /**
  6341.      * Gets the private 'App\Repository\MerciFacteurTokenRepository' shared autowired service.
  6342.      *
  6343.      * @return \App\Repository\MerciFacteurTokenRepository
  6344.      */
  6345.     protected function getMerciFacteurTokenRepositoryService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/src/Repository/MerciFacteurTokenRepository.php';
  6348.         return $this->privates['App\\Repository\\MerciFacteurTokenRepository'] = new \App\Repository\MerciFacteurTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6349.     }
  6350.     /**
  6351.      * Gets the private 'App\Repository\MerciFacteurTrackingRepository' shared autowired service.
  6352.      *
  6353.      * @return \App\Repository\MerciFacteurTrackingRepository
  6354.      */
  6355.     protected function getMerciFacteurTrackingRepositoryService()
  6356.     {
  6357.         include_once \dirname(__DIR__4).'/src/Repository/MerciFacteurTrackingRepository.php';
  6358.         return $this->privates['App\\Repository\\MerciFacteurTrackingRepository'] = new \App\Repository\MerciFacteurTrackingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6359.     }
  6360.     /**
  6361.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  6362.      *
  6363.      * @return \App\Repository\NotificationRepository
  6364.      */
  6365.     protected function getNotificationRepositoryService()
  6366.     {
  6367.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  6368.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6369.     }
  6370.     /**
  6371.      * Gets the private 'App\Repository\OffertRepository' shared autowired service.
  6372.      *
  6373.      * @return \App\Repository\OffertRepository
  6374.      */
  6375.     protected function getOffertRepositoryService()
  6376.     {
  6377.         include_once \dirname(__DIR__4).'/src/Repository/OffertRepository.php';
  6378.         return $this->privates['App\\Repository\\OffertRepository'] = new \App\Repository\OffertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6379.     }
  6380.     /**
  6381.      * Gets the private 'App\Repository\OptionQuantityRepository' shared autowired service.
  6382.      *
  6383.      * @return \App\Repository\OptionQuantityRepository
  6384.      */
  6385.     protected function getOptionQuantityRepositoryService()
  6386.     {
  6387.         include_once \dirname(__DIR__4).'/src/Repository/OptionQuantityRepository.php';
  6388.         return $this->privates['App\\Repository\\OptionQuantityRepository'] = new \App\Repository\OptionQuantityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6389.     }
  6390.     /**
  6391.      * Gets the private 'App\Repository\OptionQuantityReservationRepository' shared autowired service.
  6392.      *
  6393.      * @return \App\Repository\OptionQuantityReservationRepository
  6394.      */
  6395.     protected function getOptionQuantityReservationRepositoryService()
  6396.     {
  6397.         include_once \dirname(__DIR__4).'/src/Repository/OptionQuantityReservationRepository.php';
  6398.         return $this->privates['App\\Repository\\OptionQuantityReservationRepository'] = new \App\Repository\OptionQuantityReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6399.     }
  6400.     /**
  6401.      * Gets the private 'App\Repository\OptionSelectItemRepository' shared autowired service.
  6402.      *
  6403.      * @return \App\Repository\OptionSelectItemRepository
  6404.      */
  6405.     protected function getOptionSelectItemRepositoryService()
  6406.     {
  6407.         include_once \dirname(__DIR__4).'/src/Repository/OptionSelectItemRepository.php';
  6408.         return $this->privates['App\\Repository\\OptionSelectItemRepository'] = new \App\Repository\OptionSelectItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6409.     }
  6410.     /**
  6411.      * Gets the private 'App\Repository\OptionSelectRepository' shared autowired service.
  6412.      *
  6413.      * @return \App\Repository\OptionSelectRepository
  6414.      */
  6415.     protected function getOptionSelectRepositoryService()
  6416.     {
  6417.         include_once \dirname(__DIR__4).'/src/Repository/OptionSelectRepository.php';
  6418.         return $this->privates['App\\Repository\\OptionSelectRepository'] = new \App\Repository\OptionSelectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6419.     }
  6420.     /**
  6421.      * Gets the private 'App\Repository\OptionSelectReservationRepository' shared autowired service.
  6422.      *
  6423.      * @return \App\Repository\OptionSelectReservationRepository
  6424.      */
  6425.     protected function getOptionSelectReservationRepositoryService()
  6426.     {
  6427.         include_once \dirname(__DIR__4).'/src/Repository/OptionSelectReservationRepository.php';
  6428.         return $this->privates['App\\Repository\\OptionSelectReservationRepository'] = new \App\Repository\OptionSelectReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6429.     }
  6430.     /**
  6431.      * Gets the private 'App\Repository\ParticipantRepository' shared autowired service.
  6432.      *
  6433.      * @return \App\Repository\ParticipantRepository
  6434.      */
  6435.     protected function getParticipantRepositoryService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/src/Repository/ParticipantRepository.php';
  6438.         return $this->privates['App\\Repository\\ParticipantRepository'] = new \App\Repository\ParticipantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6439.     }
  6440.     /**
  6441.      * Gets the private 'App\Repository\PayplugRepository' shared autowired service.
  6442.      *
  6443.      * @return \App\Repository\PayplugRepository
  6444.      */
  6445.     protected function getPayplugRepositoryService()
  6446.     {
  6447.         include_once \dirname(__DIR__4).'/src/Repository/PayplugRepository.php';
  6448.         return $this->privates['App\\Repository\\PayplugRepository'] = new \App\Repository\PayplugRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6449.     }
  6450.     /**
  6451.      * Gets the private 'App\Repository\PrivatisationRepository' shared autowired service.
  6452.      *
  6453.      * @return \App\Repository\PrivatisationRepository
  6454.      */
  6455.     protected function getPrivatisationRepositoryService()
  6456.     {
  6457.         return $this->privates['App\\Repository\\PrivatisationRepository'] = new \App\Repository\PrivatisationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6458.     }
  6459.     /**
  6460.      * Gets the private 'App\Repository\ReservationRepository' shared autowired service.
  6461.      *
  6462.      * @return \App\Repository\ReservationRepository
  6463.      */
  6464.     protected function getReservationRepositoryService()
  6465.     {
  6466.         include_once \dirname(__DIR__4).'/src/Repository/ReservationRepository.php';
  6467.         return $this->privates['App\\Repository\\ReservationRepository'] = new \App\Repository\ReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6468.     }
  6469.     /**
  6470.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  6471.      *
  6472.      * @return \App\Repository\ServiceRepository
  6473.      */
  6474.     protected function getServiceRepositoryService()
  6475.     {
  6476.         include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  6477.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6478.     }
  6479.     /**
  6480.      * Gets the private 'App\Repository\ServiceResaRepository' shared autowired service.
  6481.      *
  6482.      * @return \App\Repository\ServiceResaRepository
  6483.      */
  6484.     protected function getServiceResaRepositoryService()
  6485.     {
  6486.         include_once \dirname(__DIR__4).'/src/Repository/ServiceResaRepository.php';
  6487.         return $this->privates['App\\Repository\\ServiceResaRepository'] = new \App\Repository\ServiceResaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6488.     }
  6489.     /**
  6490.      * Gets the private 'App\Repository\SpaClosureRepository' shared autowired service.
  6491.      *
  6492.      * @return \App\Repository\SpaClosureRepository
  6493.      */
  6494.     protected function getSpaClosureRepositoryService()
  6495.     {
  6496.         include_once \dirname(__DIR__4).'/src/Repository/SpaClosureRepository.php';
  6497.         return $this->privates['App\\Repository\\SpaClosureRepository'] = new \App\Repository\SpaClosureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6498.     }
  6499.     /**
  6500.      * Gets the private 'App\Repository\TokenRepository' shared autowired service.
  6501.      *
  6502.      * @return \App\Repository\TokenRepository
  6503.      */
  6504.     protected function getTokenRepositoryService()
  6505.     {
  6506.         include_once \dirname(__DIR__4).'/src/Repository/TokenRepository.php';
  6507.         return $this->privates['App\\Repository\\TokenRepository'] = new \App\Repository\TokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6508.     }
  6509.     /**
  6510.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  6511.      *
  6512.      * @return \App\Repository\UserRepository
  6513.      */
  6514.     protected function getUserRepositoryService()
  6515.     {
  6516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6517.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  6518.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6519.     }
  6520.     /**
  6521.      * Gets the private 'App\Repository\WaitlistEntryRepository' shared autowired service.
  6522.      *
  6523.      * @return \App\Repository\WaitlistEntryRepository
  6524.      */
  6525.     protected function getWaitlistEntryRepositoryService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/src/Repository/WaitlistEntryRepository.php';
  6528.         return $this->privates['App\\Repository\\WaitlistEntryRepository'] = new \App\Repository\WaitlistEntryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6529.     }
  6530.     /**
  6531.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  6532.      *
  6533.      * @return \App\Security\LoginFormAuthenticator
  6534.      */
  6535.     protected function getLoginFormAuthenticatorService()
  6536.     {
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6543.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  6544.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6545.         if (isset($this->privates['App\\Security\\LoginFormAuthenticator'])) {
  6546.             return $this->privates['App\\Security\\LoginFormAuthenticator'];
  6547.         }
  6548.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  6549.     }
  6550.     /**
  6551.      * Gets the private 'App\Service\AdminNotificationService' shared autowired service.
  6552.      *
  6553.      * @return \App\Service\AdminNotificationService
  6554.      */
  6555.     protected function getAdminNotificationServiceService()
  6556.     {
  6557.         include_once \dirname(__DIR__4).'/src/Service/AdminNotificationService.php';
  6558.         return $this->privates['App\\Service\\AdminNotificationService'] = new \App\Service\AdminNotificationService(($this->privates['App\\Repository\\AdminNotificationRepository'] ?? $this->getAdminNotificationRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
  6559.     }
  6560.     /**
  6561.      * Gets the private 'App\Service\CarteCadeauService' shared autowired service.
  6562.      *
  6563.      * @return \App\Service\CarteCadeauService
  6564.      */
  6565.     protected function getCarteCadeauServiceService()
  6566.     {
  6567.         include_once \dirname(__DIR__4).'/src/Service/CarteCadeauService.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  6570.         $a = ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService());
  6571.         if (isset($this->privates['App\\Service\\CarteCadeauService'])) {
  6572.             return $this->privates['App\\Service\\CarteCadeauService'];
  6573.         }
  6574.         $b = ($this->privates['App\\Service\\CodeService'] ?? $this->getCodeServiceService());
  6575.         if (isset($this->privates['App\\Service\\CarteCadeauService'])) {
  6576.             return $this->privates['App\\Service\\CarteCadeauService'];
  6577.         }
  6578.         $c = ($this->privates['App\\Service\\HistoryService'] ?? $this->getHistoryServiceService());
  6579.         if (isset($this->privates['App\\Service\\CarteCadeauService'])) {
  6580.             return $this->privates['App\\Service\\CarteCadeauService'];
  6581.         }
  6582.         return $this->privates['App\\Service\\CarteCadeauService'] = new \App\Service\CarteCadeauService(($this->privates['Endroid\\QrCode\\Builder\\Builder'] ?? ($this->privates['Endroid\\QrCode\\Builder\\Builder'] = new \Endroid\QrCode\Builder\Builder())), $this->getEnv('LINK_QR_CODE_CARTE_CADEAU'), ($this->services['kernel'] ?? $this->get('kernel'1)), $a, ($this->services['translator'] ?? $this->getTranslatorService()), $b, ($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()), ($this->privates['App\\Repository\\ReservationRepository'] ?? $this->getReservationRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), $c$this->getEnv('MAIL_SENDER_ADDRESS'), $this->getEnv('MAIL_SENDER_NAME'), $this->getEnv('ID_PLANCHETTE'));
  6583.     }
  6584.     /**
  6585.      * Gets the private 'App\Service\CodeService' shared autowired service.
  6586.      *
  6587.      * @return \App\Service\CodeService
  6588.      */
  6589.     protected function getCodeServiceService()
  6590.     {
  6591.         include_once \dirname(__DIR__4).'/src/Service/CodeService.php';
  6592.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6593.         if (isset($this->privates['App\\Service\\CodeService'])) {
  6594.             return $this->privates['App\\Service\\CodeService'];
  6595.         }
  6596.         return $this->privates['App\\Service\\CodeService'] = new \App\Service\CodeService(($this->privates['App\\Repository\\CodeRepository'] ?? $this->getCodeRepositoryService()), $a);
  6597.     }
  6598.     /**
  6599.      * Gets the private 'App\Service\ContactService' shared autowired service.
  6600.      *
  6601.      * @return \App\Service\ContactService
  6602.      */
  6603.     protected function getContactServiceService()
  6604.     {
  6605.         include_once \dirname(__DIR__4).'/src/Service/ContactService.php';
  6606.         return $this->privates['App\\Service\\ContactService'] = new \App\Service\ContactService(($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()));
  6607.     }
  6608.     /**
  6609.      * Gets the private 'App\Service\DemandePayplugService' shared autowired service.
  6610.      *
  6611.      * @return \App\Service\DemandePayplugService
  6612.      */
  6613.     protected function getDemandePayplugServiceService()
  6614.     {
  6615.         include_once \dirname(__DIR__4).'/src/Service/DemandePayplugService.php';
  6616.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6617.         if (isset($this->privates['App\\Service\\DemandePayplugService'])) {
  6618.             return $this->privates['App\\Service\\DemandePayplugService'];
  6619.         }
  6620.         $b = ($this->privates['App\\Service\\PayplugService'] ?? $this->getPayplugServiceService());
  6621.         if (isset($this->privates['App\\Service\\DemandePayplugService'])) {
  6622.             return $this->privates['App\\Service\\DemandePayplugService'];
  6623.         }
  6624.         $c = ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService());
  6625.         if (isset($this->privates['App\\Service\\DemandePayplugService'])) {
  6626.             return $this->privates['App\\Service\\DemandePayplugService'];
  6627.         }
  6628.         return $this->privates['App\\Service\\DemandePayplugService'] = new \App\Service\DemandePayplugService(($this->privates['App\\Repository\\DemandePayplugRepository'] ?? $this->getDemandePayplugRepositoryService()), $a$b$c, ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('MAIL_SENDER_ADDRESS'), $this->getEnv('MAIL_SENDER_NAME'), $this->getEnv('PAYPLUG_SECRET_KEY'));
  6629.     }
  6630.     /**
  6631.      * Gets the private 'App\Service\ExtraReservationService' shared autowired service.
  6632.      *
  6633.      * @return \App\Service\ExtraReservationService
  6634.      */
  6635.     protected function getExtraReservationServiceService()
  6636.     {
  6637.         include_once \dirname(__DIR__4).'/src/Service/ExtraReservationService.php';
  6638.         $a = ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService());
  6639.         if (isset($this->privates['App\\Service\\ExtraReservationService'])) {
  6640.             return $this->privates['App\\Service\\ExtraReservationService'];
  6641.         }
  6642.         return $this->privates['App\\Service\\ExtraReservationService'] = new \App\Service\ExtraReservationService(($this->privates['App\\Repository\\ExtraReservationRepository'] ?? $this->getExtraReservationRepositoryService()), ($this->privates['App\\Service\\ExtraService'] ?? $this->getExtraServiceService()), $a, ($this->privates['App\\Service\\OptionReservationService'] ?? $this->getOptionReservationServiceService()), ($this->privates['App\\Repository\\ServiceResaRepository'] ?? $this->getServiceResaRepositoryService()), ($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService()));
  6643.     }
  6644.     /**
  6645.      * Gets the private 'App\Service\ExtraService' shared autowired service.
  6646.      *
  6647.      * @return \App\Service\ExtraService
  6648.      */
  6649.     protected function getExtraServiceService()
  6650.     {
  6651.         include_once \dirname(__DIR__4).'/src/Service/ExtraService.php';
  6652.         return $this->privates['App\\Service\\ExtraService'] = new \App\Service\ExtraService(($this->privates['App\\Repository\\ExtraRepository'] ?? $this->getExtraRepositoryService()));
  6653.     }
  6654.     /**
  6655.      * Gets the private 'App\Service\HcaptchaService' shared autowired service.
  6656.      *
  6657.      * @return \App\Service\HcaptchaService
  6658.      */
  6659.     protected function getHcaptchaServiceService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/src/Service/HcaptchaService.php';
  6662.         return $this->privates['App\\Service\\HcaptchaService'] = new \App\Service\HcaptchaService($this->getEnv('HCAPTCHA_SECRET_KEY'), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()));
  6663.     }
  6664.     /**
  6665.      * Gets the private 'App\Service\HistoryService' shared autowired service.
  6666.      *
  6667.      * @return \App\Service\HistoryService
  6668.      */
  6669.     protected function getHistoryServiceService()
  6670.     {
  6671.         include_once \dirname(__DIR__4).'/src/Service/HistoryService.php';
  6672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  6673.         return $this->privates['App\\Service\\HistoryService'] = new \App\Service\HistoryService(($this->privates['App\\Repository\\History\\ReservationHistoryRepository'] ?? $this->getReservationHistoryRepositoryService()), ($this->privates['App\\Repository\\History\\PaymentHistoryRepository'] ?? $this->getPaymentHistoryRepositoryService()), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6674.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6675.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6676.         ], [
  6677.             'security.authorization_checker' => '?',
  6678.             'security.token_storage' => '?',
  6679.         ])), ($this->privates['App\\Repository\\History\\CarteCadeauHistoryRepository'] ?? $this->getCarteCadeauHistoryRepositoryService()), ($this->privates['App\\Repository\\History\\PrivatisationHistoryRepository'] ?? $this->getPrivatisationHistoryRepositoryService()));
  6680.     }
  6681.     /**
  6682.      * Gets the private 'App\Service\MailService' shared autowired service.
  6683.      *
  6684.      * @return \App\Service\MailService
  6685.      */
  6686.     protected function getMailServiceService()
  6687.     {
  6688.         include_once \dirname(__DIR__4).'/src/Service/MailService.php';
  6689.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  6690.         if (isset($this->privates['App\\Service\\MailService'])) {
  6691.             return $this->privates['App\\Service\\MailService'];
  6692.         }
  6693.         $b = ($this->privates['App\\Service\\HistoryService'] ?? $this->getHistoryServiceService());
  6694.         if (isset($this->privates['App\\Service\\MailService'])) {
  6695.             return $this->privates['App\\Service\\MailService'];
  6696.         }
  6697.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6698.         if (isset($this->privates['App\\Service\\MailService'])) {
  6699.             return $this->privates['App\\Service\\MailService'];
  6700.         }
  6701.         return $this->privates['App\\Service\\MailService'] = new \App\Service\MailService($a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\LogRepository'] ?? $this->getLogRepositoryService()), $b$this->getEnv('MAIL_SENDER_ADDRESS'), $this->getEnv('MAIL_SENDER_NAME'), $this->getEnv('MAIL_DEV'), $this->getEnv('resolve:MAIL_STORAGE_PATH'), $c, ($this->services['kernel'] ?? $this->get('kernel'1)));
  6702.     }
  6703.     /**
  6704.      * Gets the private 'App\Service\MerciFacteurService' shared autowired service.
  6705.      *
  6706.      * @return \App\Service\MerciFacteurService
  6707.      */
  6708.     protected function getMerciFacteurServiceService()
  6709.     {
  6710.         include_once \dirname(__DIR__4).'/src/Service/MerciFacteurService.php';
  6711.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  6713.         $a = ($this->privates['App\\Service\\CarteCadeauService'] ?? $this->getCarteCadeauServiceService());
  6714.         if (isset($this->privates['App\\Service\\MerciFacteurService'])) {
  6715.             return $this->privates['App\\Service\\MerciFacteurService'];
  6716.         }
  6717.         return $this->privates['App\\Service\\MerciFacteurService'] = new \App\Service\MerciFacteurService(($this->privates['App\\Repository\\MerciFacteurTokenRepository'] ?? $this->getMerciFacteurTokenRepositoryService()), $a, ($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()), ($this->privates['App\\Repository\\MerciFacteurTrackingRepository'] ?? $this->getMerciFacteurTrackingRepositoryService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['Endroid\\QrCode\\Builder\\Builder'] ?? ($this->privates['Endroid\\QrCode\\Builder\\Builder'] = new \Endroid\QrCode\Builder\Builder())), ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('LINK_QR_CODE_CARTE_CADEAU'), ($this->services['kernel'] ?? $this->get('kernel'1)), $this->getEnv('MERCI_FACTEUR_SERVICE_ID'), $this->getEnv('MERCI_FACTEUR_SECRET_KEY'), $this->getEnv('MERCI_FACTEUR_AUTHORIZED_IP'), $this->getEnv('resolve:MERCI_FACTEUR_TEMP_FOLDER'), $this->getEnv('MERCI_FACTEUR_BASE_PRICE'), $this->getEnv('GHOSTSCRIPT_PATH'), $this->getEnv('MERCI_FACTEUR_USER_ID'), ($this->privates['App\\Service\\AdminNotificationService'] ?? $this->getAdminNotificationServiceService()));
  6718.     }
  6719.     /**
  6720.      * Gets the private 'App\Service\MetaConversionsApiService' shared autowired service.
  6721.      *
  6722.      * @return \App\Service\MetaConversionsApiService
  6723.      */
  6724.     protected function getMetaConversionsApiServiceService()
  6725.     {
  6726.         include_once \dirname(__DIR__4).'/src/Service/MetaConversionsApiService.php';
  6727.         return $this->privates['App\\Service\\MetaConversionsApiService'] = new \App\Service\MetaConversionsApiService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('FACEBOOK_PIXEL_ID'), $this->getEnv('FACEBOOK_ACCESS_TOKEN'));
  6728.     }
  6729.     /**
  6730.      * Gets the private 'App\Service\OptionReservationService' shared autowired service.
  6731.      *
  6732.      * @return \App\Service\OptionReservationService
  6733.      */
  6734.     protected function getOptionReservationServiceService()
  6735.     {
  6736.         include_once \dirname(__DIR__4).'/src/Service/OptionReservationService.php';
  6737.         return $this->privates['App\\Service\\OptionReservationService'] = new \App\Service\OptionReservationService(($this->privates['App\\Repository\\AbstractOptionReservationRepository'] ?? $this->getAbstractOptionReservationRepositoryService()), ($this->privates['App\\Repository\\OptionSelectItemRepository'] ?? $this->getOptionSelectItemRepositoryService()));
  6738.     }
  6739.     /**
  6740.      * Gets the private 'App\Service\PaymentRequestHandler' shared autowired service.
  6741.      *
  6742.      * @return \App\Service\PaymentRequestHandler
  6743.      */
  6744.     protected function getPaymentRequestHandlerService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/src/Service/PaymentRequestHandler.php';
  6747.         $a = ($this->privates['App\\Service\\DemandePayplugService'] ?? $this->getDemandePayplugServiceService());
  6748.         if (isset($this->privates['App\\Service\\PaymentRequestHandler'])) {
  6749.             return $this->privates['App\\Service\\PaymentRequestHandler'];
  6750.         }
  6751.         return $this->privates['App\\Service\\PaymentRequestHandler'] = new \App\Service\PaymentRequestHandler($a, ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()));
  6752.     }
  6753.     /**
  6754.      * Gets the private 'App\Service\PaymentService' shared autowired service.
  6755.      *
  6756.      * @return \App\Service\PaymentService
  6757.      */
  6758.     protected function getPaymentServiceService()
  6759.     {
  6760.         include_once \dirname(__DIR__4).'/src/Service/PaymentService.php';
  6761.         $a = ($this->privates['App\\Service\\TokenService'] ?? $this->getTokenServiceService());
  6762.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  6763.             return $this->privates['App\\Service\\PaymentService'];
  6764.         }
  6765.         $b = ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService());
  6766.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  6767.             return $this->privates['App\\Service\\PaymentService'];
  6768.         }
  6769.         $c = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  6770.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  6771.             return $this->privates['App\\Service\\PaymentService'];
  6772.         }
  6773.         return $this->privates['App\\Service\\PaymentService'] = new \App\Service\PaymentService(($this->privates['App\\Repository\\AbstractPaymentRepository'] ?? $this->getAbstractPaymentRepositoryService()), $a$b, ($this->privates['App\\Service\\CodeService'] ?? $this->getCodeServiceService()), $c);
  6774.     }
  6775.     /**
  6776.      * Gets the private 'App\Service\PayplugService' shared autowired service.
  6777.      *
  6778.      * @return \App\Service\PayplugService
  6779.      */
  6780.     protected function getPayplugServiceService()
  6781.     {
  6782.         include_once \dirname(__DIR__4).'/src/Service/PayplugService.php';
  6783.         $a = ($this->privates['App\\Service\\TokenService'] ?? $this->getTokenServiceService());
  6784.         if (isset($this->privates['App\\Service\\PayplugService'])) {
  6785.             return $this->privates['App\\Service\\PayplugService'];
  6786.         }
  6787.         $b = ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService());
  6788.         if (isset($this->privates['App\\Service\\PayplugService'])) {
  6789.             return $this->privates['App\\Service\\PayplugService'];
  6790.         }
  6791.         $c = ($this->privates['App\\Service\\PaymentService'] ?? $this->getPaymentServiceService());
  6792.         if (isset($this->privates['App\\Service\\PayplugService'])) {
  6793.             return $this->privates['App\\Service\\PayplugService'];
  6794.         }
  6795.         $d = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6796.         if (isset($this->privates['App\\Service\\PayplugService'])) {
  6797.             return $this->privates['App\\Service\\PayplugService'];
  6798.         }
  6799.         return $this->privates['App\\Service\\PayplugService'] = new \App\Service\PayplugService($a$b$c, ($this->services['router'] ?? $this->getRouterService()), $d, ($this->services['kernel'] ?? $this->get('kernel'1)), $this->getEnv('PAYPLUG_SECRET_KEY'));
  6800.     }
  6801.     /**
  6802.      * Gets the private 'App\Service\PrivatisationService' shared autowired service.
  6803.      *
  6804.      * @return \App\Service\PrivatisationService
  6805.      */
  6806.     protected function getPrivatisationServiceService()
  6807.     {
  6808.         include_once \dirname(__DIR__4).'/src/Service/PrivatisationService.php';
  6809.         $a = ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService());
  6810.         if (isset($this->privates['App\\Service\\PrivatisationService'])) {
  6811.             return $this->privates['App\\Service\\PrivatisationService'];
  6812.         }
  6813.         $b = ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService());
  6814.         if (isset($this->privates['App\\Service\\PrivatisationService'])) {
  6815.             return $this->privates['App\\Service\\PrivatisationService'];
  6816.         }
  6817.         return $this->privates['App\\Service\\PrivatisationService'] = new \App\Service\PrivatisationService(($this->privates['App\\Repository\\PrivatisationRepository'] ?? $this->getPrivatisationRepositoryService()), $a, ($this->privates['App\\Service\\ExtraService'] ?? $this->getExtraServiceService()), $b$this->getEnv('MAIL_SENDER_ADDRESS'), $this->getEnv('MAIL_SENDER_NAME'), $this->getEnv('MAIL_NOTIFIED_ADDRESS'));
  6818.     }
  6819.     /**
  6820.      * Gets the private 'App\Service\ReservationService' shared autowired service.
  6821.      *
  6822.      * @return \App\Service\ReservationService
  6823.      */
  6824.     protected function getReservationServiceService()
  6825.     {
  6826.         include_once \dirname(__DIR__4).'/src/Service/ReservationService.php';
  6827.         $a = ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService());
  6828.         if (isset($this->privates['App\\Service\\ReservationService'])) {
  6829.             return $this->privates['App\\Service\\ReservationService'];
  6830.         }
  6831.         $b = ($this->privates['App\\Service\\HistoryService'] ?? $this->getHistoryServiceService());
  6832.         if (isset($this->privates['App\\Service\\ReservationService'])) {
  6833.             return $this->privates['App\\Service\\ReservationService'];
  6834.         }
  6835.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6836.         if (isset($this->privates['App\\Service\\ReservationService'])) {
  6837.             return $this->privates['App\\Service\\ReservationService'];
  6838.         }
  6839.         return $this->privates['App\\Service\\ReservationService'] = new \App\Service\ReservationService(($this->privates['App\\Repository\\ServiceResaRepository'] ?? $this->getServiceResaRepositoryService()), ($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()), ($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService()), ($this->privates['App\\Repository\\ReservationRepository'] ?? $this->getReservationRepositoryService()), ($this->privates['App\\Repository\\PrivatisationRepository'] ?? $this->getPrivatisationRepositoryService()), $a, ($this->privates['App\\Service\\ExtraService'] ?? $this->getExtraServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), $b$this->getEnv('MAIL_SENDER_ADDRESS'), $this->getEnv('MAIL_SENDER_NAME'), ($this->privates['App\\Repository\\CodeRepository'] ?? $this->getCodeRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $c, ($this->privates['App\\Service\\SpaClosureService'] ?? $this->getSpaClosureServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6840.     }
  6841.     /**
  6842.      * Gets the private 'App\Service\SpaClosureService' shared autowired service.
  6843.      *
  6844.      * @return \App\Service\SpaClosureService
  6845.      */
  6846.     protected function getSpaClosureServiceService()
  6847.     {
  6848.         include_once \dirname(__DIR__4).'/src/Service/SpaClosureService.php';
  6849.         return $this->privates['App\\Service\\SpaClosureService'] = new \App\Service\SpaClosureService(($this->privates['App\\Repository\\SpaClosureRepository'] ?? $this->getSpaClosureRepositoryService()));
  6850.     }
  6851.     /**
  6852.      * Gets the private 'App\Service\StatisticsService' shared autowired service.
  6853.      *
  6854.      * @return \App\Service\StatisticsService
  6855.      */
  6856.     protected function getStatisticsServiceService()
  6857.     {
  6858.         include_once \dirname(__DIR__4).'/src/Service/StatisticsService.php';
  6859.         return $this->privates['App\\Service\\StatisticsService'] = new \App\Service\StatisticsService(($this->privates['App\\Repository\\DailyStatisticRepository'] ?? $this->getDailyStatisticRepositoryService()), ($this->privates['App\\Repository\\ReservationRepository'] ?? $this->getReservationRepositoryService()), ($this->privates['App\\Repository\\PrivatisationRepository'] ?? $this->getPrivatisationRepositoryService()), ($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()), ($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService()), ($this->privates['App\\Service\\TokenService'] ?? $this->getTokenServiceService()));
  6860.     }
  6861.     /**
  6862.      * Gets the private 'App\Service\TokenService' shared autowired service.
  6863.      *
  6864.      * @return \App\Service\TokenService
  6865.      */
  6866.     protected function getTokenServiceService()
  6867.     {
  6868.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  6869.         $a = ($this->privates['App\\Service\\ReservationService'] ?? $this->getReservationServiceService());
  6870.         if (isset($this->privates['App\\Service\\TokenService'])) {
  6871.             return $this->privates['App\\Service\\TokenService'];
  6872.         }
  6873.         $b = ($this->privates['App\\Service\\CarteCadeauService'] ?? $this->getCarteCadeauServiceService());
  6874.         if (isset($this->privates['App\\Service\\TokenService'])) {
  6875.             return $this->privates['App\\Service\\TokenService'];
  6876.         }
  6877.         $c = ($this->privates['App\\Service\\MerciFacteurService'] ?? $this->getMerciFacteurServiceService());
  6878.         if (isset($this->privates['App\\Service\\TokenService'])) {
  6879.             return $this->privates['App\\Service\\TokenService'];
  6880.         }
  6881.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6882.         if (isset($this->privates['App\\Service\\TokenService'])) {
  6883.             return $this->privates['App\\Service\\TokenService'];
  6884.         }
  6885.         $this->privates['App\\Service\\TokenService'] = $instance = new \App\Service\TokenService(($this->privates['App\\Repository\\TokenRepository'] ?? $this->getTokenRepositoryService()), ($this->privates['App\\Service\\ExtraService'] ?? $this->getExtraServiceService()), $a$b$c, ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->privates['App\\Service\\CodeService'] ?? $this->getCodeServiceService()), $d);
  6886.         $instance->setPayplugService(($this->privates['App\\Service\\PayplugService'] ?? $this->getPayplugServiceService()));
  6887.         return $instance;
  6888.     }
  6889.     /**
  6890.      * Gets the private 'App\Service\TranslateService' shared autowired service.
  6891.      *
  6892.      * @return \App\Service\TranslateService
  6893.      */
  6894.     protected function getTranslateServiceService()
  6895.     {
  6896.         include_once \dirname(__DIR__4).'/src/Service/TranslateService.php';
  6897.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6898.         if (isset($this->privates['App\\Service\\TranslateService'])) {
  6899.             return $this->privates['App\\Service\\TranslateService'];
  6900.         }
  6901.         return $this->privates['App\\Service\\TranslateService'] = new \App\Service\TranslateService($a);
  6902.     }
  6903.     /**
  6904.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  6905.      *
  6906.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  6907.      */
  6908.     protected function getManagerRegistryAwareConnectionProviderService()
  6909.     {
  6910.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  6912.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  6913.     }
  6914.     /**
  6915.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  6916.      *
  6917.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  6918.      */
  6919.     protected function getRunSqlCommandService()
  6920.     {
  6921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6922.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6924.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6925.         $instance->setName('dbal:run-sql');
  6926.         return $instance;
  6927.     }
  6928.     /**
  6929.      * Gets the private 'Endroid\QrCodeBundle\Twig\QrCodeRuntime' shared autowired service.
  6930.      *
  6931.      * @return \Endroid\QrCodeBundle\Twig\QrCodeRuntime
  6932.      */
  6933.     protected function getQrCodeRuntimeService()
  6934.     {
  6935.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6936.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeRuntime.php';
  6937.         return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'] = new \Endroid\QrCodeBundle\Twig\QrCodeRuntime(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()), ($this->services['router'] ?? $this->getRouterService()));
  6938.     }
  6939.     /**
  6940.      * Gets the private 'Endroid\QrCode\Builder\BuilderRegistry' shared autowired service.
  6941.      *
  6942.      * @return \Endroid\QrCode\Builder\BuilderRegistry
  6943.      */
  6944.     protected function getBuilderRegistryService()
  6945.     {
  6946.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistryInterface.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php';
  6948.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  6949.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  6952.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  6953.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  6954.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractGdWriter.php';
  6955.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  6956.         $this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] = $instance = new \Endroid\QrCode\Builder\BuilderRegistry();
  6957.         $a = new \Endroid\QrCode\Builder\Builder();
  6958.         $a->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  6959.         $a->size(300);
  6960.         $a->margin(10);
  6961.         $a->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  6962.         $a->errorCorrectionLevel(\Endroid\QrCode\ErrorCorrectionLevel::Low);
  6963.         $a->roundBlockSizeMode(\Endroid\QrCode\RoundBlockSizeMode::Margin);
  6964.         $a->validateResult(false);
  6965.         $instance->addBuilder('default'$a);
  6966.         return $instance;
  6967.     }
  6968.     /**
  6969.      * Gets the private 'Sentry\Integration\RequestFetcherInterface' shared service.
  6970.      *
  6971.      * @return \Sentry\SentryBundle\Integration\RequestFetcher
  6972.      */
  6973.     protected function getRequestFetcherInterfaceService()
  6974.     {
  6975.         return $this->privates['Sentry\\Integration\\RequestFetcherInterface'] = new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()));
  6976.     }
  6977.     /**
  6978.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  6979.      *
  6980.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  6981.      */
  6982.     protected function getSentryTestCommandService()
  6983.     {
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  6986.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  6987.         $instance->setName('sentry:test');
  6988.         return $instance;
  6989.     }
  6990.     /**
  6991.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  6992.      *
  6993.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  6994.      */
  6995.     protected function getConsoleListenerService()
  6996.     {
  6997.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  6998.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  6999.     }
  7000.     /**
  7001.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  7002.      *
  7003.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  7004.      */
  7005.     protected function getErrorListenerService()
  7006.     {
  7007.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  7008.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  7009.     }
  7010.     /**
  7011.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  7012.      *
  7013.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  7014.      */
  7015.     protected function getLoginListenerService()
  7016.     {
  7017.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7018.     }
  7019.     /**
  7020.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  7021.      *
  7022.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  7023.      */
  7024.     protected function getRequestListenerService()
  7025.     {
  7026.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  7027.     }
  7028.     /**
  7029.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  7030.      *
  7031.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  7032.      */
  7033.     protected function getSubRequestListenerService()
  7034.     {
  7035.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  7036.     }
  7037.     /**
  7038.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  7039.      *
  7040.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  7041.      */
  7042.     protected function getTracingConsoleListenerService()
  7043.     {
  7044.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  7045.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [=> 'messenger:consume']);
  7046.     }
  7047.     /**
  7048.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  7049.      *
  7050.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  7051.      */
  7052.     protected function getTracingRequestListenerService()
  7053.     {
  7054.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['Sentry\\Integration\\RequestFetcherInterface'] ?? $this->getRequestFetcherInterfaceService()));
  7055.     }
  7056.     /**
  7057.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  7058.      *
  7059.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  7060.      */
  7061.     protected function getTracingSubRequestListenerService()
  7062.     {
  7063.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  7064.     }
  7065.     /**
  7066.      * Gets the private 'Sentry\State\HubInterface' shared service.
  7067.      *
  7068.      * @return \Sentry\State\HubInterface
  7069.      */
  7070.     protected function getHubInterfaceService()
  7071.     {
  7072.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  7073.         $a = new \Sentry\Options(['integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\RequestIntegration(($this->privates['Sentry\\Integration\\RequestFetcherInterface'] ?? $this->getRequestFetcherInterfaceService()))], true), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/share/php'], 'environment' => 'dev''release' => $this->getEnv('default::SENTRY_RELEASE'), 'ignore_exceptions' => [], 'ignore_transactions' => [], 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => []]);
  7074.         $b = new \Sentry\ClientBuilder($a);
  7075.         $b->setSdkIdentifier('sentry.php.symfony');
  7076.         $b->setSdkVersion('5.2.0');
  7077.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  7078.         if ($this->has('Psr\\Log\\NullLogger')) {
  7079.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  7080.         }
  7081.         $instance->bindClient($b->getClient());
  7082.         return $instance;
  7083.     }
  7084.     /**
  7085.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  7086.      *
  7087.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  7088.      */
  7089.     protected function getResetAssetsEventListenerService()
  7090.     {
  7091.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7092.     }
  7093.     /**
  7094.      * Gets the private 'annotations.cache_adapter' shared service.
  7095.      *
  7096.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  7097.      */
  7098.     protected function getAnnotations_CacheAdapterService()
  7099.     {
  7100.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  7101.     }
  7102.     /**
  7103.      * Gets the private 'annotations.cache_warmer' shared service.
  7104.      *
  7105.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  7106.      */
  7107.     protected function getAnnotations_CacheWarmerService()
  7108.     {
  7109.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  7112.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  7113.     }
  7114.     /**
  7115.      * Gets the private 'annotations.cached_reader' shared service.
  7116.      *
  7117.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  7118.      */
  7119.     protected function getAnnotations_CachedReaderService()
  7120.     {
  7121.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  7122.     }
  7123.     /**
  7124.      * Gets the private 'annotations.reader' shared service.
  7125.      *
  7126.      * @return \Doctrine\Common\Annotations\AnnotationReader
  7127.      */
  7128.     protected function getAnnotations_ReaderService()
  7129.     {
  7130.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  7131.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  7132.         $a->registerUniqueLoader('class_exists');
  7133.         $instance->addGlobalIgnoredName('required'$a);
  7134.         return $instance;
  7135.     }
  7136.     /**
  7137.      * Gets the private 'assets.packages' shared service.
  7138.      *
  7139.      * @return \Symfony\Component\Asset\Packages
  7140.      */
  7141.     protected function getAssets_PackagesService()
  7142.     {
  7143.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7144.         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 () {
  7145.             return new \EmptyIterator();
  7146.         }, 0));
  7147.     }
  7148.     /**
  7149.      * Gets the private 'cache.annotations.traceable' shared service.
  7150.      *
  7151.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7152.      */
  7153.     protected function getCache_Annotations_TraceableService()
  7154.     {
  7155.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w8Yfud0+-X'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  7156.     }
  7157.     /**
  7158.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  7159.      *
  7160.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7161.      */
  7162.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  7163.     {
  7164.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  7165.     }
  7166.     /**
  7167.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  7168.      *
  7169.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7170.      */
  7171.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  7172.     {
  7173.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  7174.     }
  7175.     /**
  7176.      * Gets the private 'cache.property_info.traceable' shared service.
  7177.      *
  7178.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7179.      */
  7180.     protected function getCache_PropertyInfo_TraceableService()
  7181.     {
  7182.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('t-HaNLfI5O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  7183.     }
  7184.     /**
  7185.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  7186.      *
  7187.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7188.      */
  7189.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  7190.     {
  7191.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cenFzqXBOJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  7192.     }
  7193.     /**
  7194.      * Gets the private 'cache.serializer.traceable' shared service.
  7195.      *
  7196.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7197.      */
  7198.     protected function getCache_Serializer_TraceableService()
  7199.     {
  7200.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('E2mTCuxM+S'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  7201.     }
  7202.     /**
  7203.      * Gets the private 'cache.validator.traceable' shared service.
  7204.      *
  7205.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7206.      */
  7207.     protected function getCache_Validator_TraceableService()
  7208.     {
  7209.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YK8ofiblcL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  7210.     }
  7211.     /**
  7212.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  7213.      *
  7214.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7215.      */
  7216.     protected function getCache_WebpackEncore_TraceableService()
  7217.     {
  7218.         return $this->privates['cache.webpack_encore.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3Y4xgNyC8v'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  7219.     }
  7220.     /**
  7221.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  7222.      *
  7223.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  7224.      */
  7225.     protected function getCachePoolClearer_CacheWarmerService()
  7226.     {
  7227.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  7229.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  7230.     }
  7231.     /**
  7232.      * Gets the private 'config_builder.warmer' shared service.
  7233.      *
  7234.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  7235.      */
  7236.     protected function getConfigBuilder_WarmerService()
  7237.     {
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  7240.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7241.     }
  7242.     /**
  7243.      * Gets the private 'config_cache_factory' shared service.
  7244.      *
  7245.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  7246.      */
  7247.     protected function getConfigCacheFactoryService()
  7248.     {
  7249.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  7250.             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)));
  7251.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  7252.         }, 2));
  7253.     }
  7254.     /**
  7255.      * Gets the private 'console.command.about' shared service.
  7256.      *
  7257.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  7258.      */
  7259.     protected function getConsole_Command_AboutService()
  7260.     {
  7261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  7263.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  7264.         $instance->setName('about');
  7265.         $instance->setDescription('Display information about the current project');
  7266.         return $instance;
  7267.     }
  7268.     /**
  7269.      * Gets the private 'console.command.assets_install' shared service.
  7270.      *
  7271.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  7272.      */
  7273.     protected function getConsole_Command_AssetsInstallService()
  7274.     {
  7275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7278.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  7279.         $instance->setName('assets:install');
  7280.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  7281.         return $instance;
  7282.     }
  7283.     /**
  7284.      * Gets the private 'console.command.cache_clear' shared service.
  7285.      *
  7286.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  7287.      */
  7288.     protected function getConsole_Command_CacheClearService()
  7289.     {
  7290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7293.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  7294.         $instance->setName('cache:clear');
  7295.         $instance->setDescription('Clear the cache');
  7296.         return $instance;
  7297.     }
  7298.     /**
  7299.      * Gets the private 'console.command.cache_pool_clear' shared service.
  7300.      *
  7301.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  7302.      */
  7303.     protected function getConsole_Command_CachePoolClearService()
  7304.     {
  7305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  7307.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  7308.         $instance->setName('cache:pool:clear');
  7309.         $instance->setDescription('Clear cache pools');
  7310.         return $instance;
  7311.     }
  7312.     /**
  7313.      * Gets the private 'console.command.cache_pool_delete' shared service.
  7314.      *
  7315.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  7316.      */
  7317.     protected function getConsole_Command_CachePoolDeleteService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  7321.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  7322.         $instance->setName('cache:pool:delete');
  7323.         $instance->setDescription('Delete an item from a cache pool');
  7324.         return $instance;
  7325.     }
  7326.     /**
  7327.      * Gets the private 'console.command.cache_pool_list' shared service.
  7328.      *
  7329.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  7330.      */
  7331.     protected function getConsole_Command_CachePoolListService()
  7332.     {
  7333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  7335.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  7336.         $instance->setName('cache:pool:list');
  7337.         $instance->setDescription('List available cache pools');
  7338.         return $instance;
  7339.     }
  7340.     /**
  7341.      * Gets the private 'console.command.cache_pool_prune' shared service.
  7342.      *
  7343.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  7344.      */
  7345.     protected function getConsole_Command_CachePoolPruneService()
  7346.     {
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  7349.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  7350.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  7351.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  7352.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  7353.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  7354.             yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  7355.             yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  7356.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  7357.             yield 'cache.webpack_encore.traceable' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService());
  7358.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  7359.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  7360.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  7361.         }, 11));
  7362.         $instance->setName('cache:pool:prune');
  7363.         $instance->setDescription('Prune cache pools');
  7364.         return $instance;
  7365.     }
  7366.     /**
  7367.      * Gets the private 'console.command.cache_warmup' shared service.
  7368.      *
  7369.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  7370.      */
  7371.     protected function getConsole_Command_CacheWarmupService()
  7372.     {
  7373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  7375.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  7376.         $instance->setName('cache:warmup');
  7377.         $instance->setDescription('Warm up an empty cache');
  7378.         return $instance;
  7379.     }
  7380.     /**
  7381.      * Gets the private 'console.command.config_debug' shared service.
  7382.      *
  7383.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  7384.      */
  7385.     protected function getConsole_Command_ConfigDebugService()
  7386.     {
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  7392.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  7393.         $instance->setName('debug:config');
  7394.         $instance->setDescription('Dump the current configuration for an extension');
  7395.         return $instance;
  7396.     }
  7397.     /**
  7398.      * Gets the private 'console.command.config_dump_reference' shared service.
  7399.      *
  7400.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  7401.      */
  7402.     protected function getConsole_Command_ConfigDumpReferenceService()
  7403.     {
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  7409.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  7410.         $instance->setName('config:dump-reference');
  7411.         $instance->setDescription('Dump the default configuration for an extension');
  7412.         return $instance;
  7413.     }
  7414.     /**
  7415.      * Gets the private 'console.command.container_debug' shared service.
  7416.      *
  7417.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  7418.      */
  7419.     protected function getConsole_Command_ContainerDebugService()
  7420.     {
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7424.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  7425.         $instance->setName('debug:container');
  7426.         $instance->setDescription('Display current services for an application');
  7427.         return $instance;
  7428.     }
  7429.     /**
  7430.      * Gets the private 'console.command.container_lint' shared service.
  7431.      *
  7432.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  7433.      */
  7434.     protected function getConsole_Command_ContainerLintService()
  7435.     {
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  7438.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  7439.         $instance->setName('lint:container');
  7440.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  7441.         return $instance;
  7442.     }
  7443.     /**
  7444.      * Gets the private 'console.command.debug_autowiring' shared service.
  7445.      *
  7446.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  7447.      */
  7448.     protected function getConsole_Command_DebugAutowiringService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  7454.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7455.         $instance->setName('debug:autowiring');
  7456.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  7457.         return $instance;
  7458.     }
  7459.     /**
  7460.      * Gets the private 'console.command.dotenv_debug' shared service.
  7461.      *
  7462.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  7463.      */
  7464.     protected function getConsole_Command_DotenvDebugService()
  7465.     {
  7466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7467.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  7468.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  7469.         $instance->setName('debug:dotenv');
  7470.         $instance->setDescription('Lists all dotenv files with variables and values');
  7471.         return $instance;
  7472.     }
  7473.     /**
  7474.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  7475.      *
  7476.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  7477.      */
  7478.     protected function getConsole_Command_EventDispatcherDebugService()
  7479.     {
  7480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  7482.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  7483.         $instance->setName('debug:event-dispatcher');
  7484.         $instance->setDescription('Display configured listeners for an application');
  7485.         return $instance;
  7486.     }
  7487.     /**
  7488.      * Gets the private 'console.command.form_debug' shared service.
  7489.      *
  7490.      * @return \Symfony\Component\Form\Command\DebugCommand
  7491.      */
  7492.     protected function getConsole_Command_FormDebugService()
  7493.     {
  7494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  7496.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'App\\Form\\Components'=> 'App\\Form\\Payment'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\CarteCadeauNewAdminType'=> 'App\\Form\\CarteCadeauType'=> 'App\\Form\\CodeType'=> 'App\\Form\\Components\\AccessCodeType'=> 'App\\Form\\Components\\IncrementType'=> 'App\\Form\\Components\\OfferType'=> 'App\\Form\\Components\\PhysicalCardType'=> 'App\\Form\\Components\\TemplateCarteCadeauType'=> 'App\\Form\\ContactCarteCadeauAdminType'=> 'App\\Form\\ContactCarteCadeauType'10 => 'App\\Form\\ContactPaymentType'11 => 'App\\Form\\ContactTunnelType'12 => 'App\\Form\\ContactType'13 => 'App\\Form\\CustomExtraType'14 => 'App\\Form\\DeliveryAddressType'15 => 'App\\Form\\ExtraReservationCollectionType'16 => 'App\\Form\\ExtraReservationType'17 => 'App\\Form\\ExtraType'18 => 'App\\Form\\OptionChoiceType'19 => 'App\\Form\\OptionQuantityReservationType'20 => 'App\\Form\\OptionQuantityType'21 => 'App\\Form\\OptionReservationCollectionType'22 => 'App\\Form\\OptionSelectItemType'23 => 'App\\Form\\OptionSelectReservationType'24 => 'App\\Form\\OptionSelectType'25 => 'App\\Form\\ParticipantType'26 => 'App\\Form\\Payment\\CarteBancaireType'27 => 'App\\Form\\Payment\\CarteCadeauPaymentType'28 => 'App\\Form\\Payment\\CashType'29 => 'App\\Form\\Payment\\ChequeType'30 => 'App\\Form\\Payment\\DemandePayplugType'31 => 'App\\Form\\Payment\\OffertType'32 => 'App\\Form\\Payment\\PayplugType'33 => 'App\\Form\\Payment\\VirementBancaireType'34 => 'App\\Form\\PrivatisationAdminType'35 => 'App\\Form\\PrivatisationType'36 => 'App\\Form\\ReservationAdminType'37 => 'App\\Form\\ReservationTunnelType'38 => 'App\\Form\\SpaClosureType'39 => 'App\\Form\\SwitchLocaleType'40 => 'App\\Form\\TokenExtrasReservationType'41 => 'App\\Form\\TokenReservationType'42 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'43 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'44 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'45 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'46 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7497.         $instance->setName('debug:form');
  7498.         $instance->setDescription('Display form type information');
  7499.         return $instance;
  7500.     }
  7501.     /**
  7502.      * Gets the private 'console.command.router_debug' shared service.
  7503.      *
  7504.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  7505.      */
  7506.     protected function getConsole_Command_RouterDebugService()
  7507.     {
  7508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  7511.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7512.         $instance->setName('debug:router');
  7513.         $instance->setDescription('Display current routes for an application');
  7514.         return $instance;
  7515.     }
  7516.     /**
  7517.      * Gets the private 'console.command.router_match' shared service.
  7518.      *
  7519.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  7520.      */
  7521.     protected function getConsole_Command_RouterMatchService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  7525.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  7526.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  7527.         }, 1));
  7528.         $instance->setName('router:match');
  7529.         $instance->setDescription('Help debug routes by simulating a path info match');
  7530.         return $instance;
  7531.     }
  7532.     /**
  7533.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  7534.      *
  7535.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  7536.      */
  7537.     protected function getConsole_Command_SecretsDecryptToLocalService()
  7538.     {
  7539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7543.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7544.         $instance->setName('secrets:decrypt-to-local');
  7545.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  7546.         return $instance;
  7547.     }
  7548.     /**
  7549.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  7550.      *
  7551.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  7552.      */
  7553.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  7554.     {
  7555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  7557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7559.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7560.         $instance->setName('secrets:encrypt-from-local');
  7561.         $instance->setDescription('Encrypt all local secrets to the vault');
  7562.         return $instance;
  7563.     }
  7564.     /**
  7565.      * Gets the private 'console.command.secrets_generate_key' shared service.
  7566.      *
  7567.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  7568.      */
  7569.     protected function getConsole_Command_SecretsGenerateKeyService()
  7570.     {
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7575.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7576.         $instance->setName('secrets:generate-keys');
  7577.         $instance->setDescription('Generate new encryption keys');
  7578.         return $instance;
  7579.     }
  7580.     /**
  7581.      * Gets the private 'console.command.secrets_list' shared service.
  7582.      *
  7583.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  7584.      */
  7585.     protected function getConsole_Command_SecretsListService()
  7586.     {
  7587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7591.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7592.         $instance->setName('secrets:list');
  7593.         $instance->setDescription('List all secrets');
  7594.         return $instance;
  7595.     }
  7596.     /**
  7597.      * Gets the private 'console.command.secrets_remove' shared service.
  7598.      *
  7599.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  7600.      */
  7601.     protected function getConsole_Command_SecretsRemoveService()
  7602.     {
  7603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  7605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7607.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7608.         $instance->setName('secrets:remove');
  7609.         $instance->setDescription('Remove a secret from the vault');
  7610.         return $instance;
  7611.     }
  7612.     /**
  7613.      * Gets the private 'console.command.secrets_set' shared service.
  7614.      *
  7615.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  7616.      */
  7617.     protected function getConsole_Command_SecretsSetService()
  7618.     {
  7619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7623.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7624.         $instance->setName('secrets:set');
  7625.         $instance->setDescription('Set a secret in the vault');
  7626.         return $instance;
  7627.     }
  7628.     /**
  7629.      * Gets the private 'console.command.translation_debug' shared service.
  7630.      *
  7631.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  7632.      */
  7633.     protected function getConsole_Command_TranslationDebugService()
  7634.     {
  7635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  7637.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> 'public'=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/ReservationController.php'), => (\dirname(__DIR__4).'/src/Service/JsonDataService.php'), => (\dirname(__DIR__4).'/src/Form/CarteCadeauType.php'), => (\dirname(__DIR__4).'/src/Form/ContactPaymentType.php'), => (\dirname(__DIR__4).'/src/Form/ContactTunnelType.php'), => (\dirname(__DIR__4).'/src/Form/ParticipantType.php'), => (\dirname(__DIR__4).'/src/Form/PrivatisationType.php'), 10 => (\dirname(__DIR__4).'/src/Form/ReservationTunnelType.php'), 11 => (\dirname(__DIR__4).'/src/Form/TokenExtrasReservationType.php'), 12 => (\dirname(__DIR__4).'/src/Form/TokenReservationType.php'), 13 => (\dirname(__DIR__4).'/src/Service/CarteCadeauService.php'), 14 => (\dirname(__DIR__4).'/src/Service/MailService.php'), 15 => (\dirname(__DIR__4).'/src/Service/ReservationService.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  7638.         $instance->setName('debug:translation');
  7639.         $instance->setDescription('Display translation messages information');
  7640.         return $instance;
  7641.     }
  7642.     /**
  7643.      * Gets the private 'console.command.translation_extract' shared service.
  7644.      *
  7645.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  7646.      */
  7647.     protected function getConsole_Command_TranslationExtractService()
  7648.     {
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  7651.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> 'public'=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/ReservationController.php'), => (\dirname(__DIR__4).'/src/Service/JsonDataService.php'), => (\dirname(__DIR__4).'/src/Form/CarteCadeauType.php'), => (\dirname(__DIR__4).'/src/Form/ContactPaymentType.php'), => (\dirname(__DIR__4).'/src/Form/ContactTunnelType.php'), => (\dirname(__DIR__4).'/src/Form/ParticipantType.php'), => (\dirname(__DIR__4).'/src/Form/PrivatisationType.php'), 10 => (\dirname(__DIR__4).'/src/Form/ReservationTunnelType.php'), 11 => (\dirname(__DIR__4).'/src/Form/TokenExtrasReservationType.php'), 12 => (\dirname(__DIR__4).'/src/Form/TokenReservationType.php'), 13 => (\dirname(__DIR__4).'/src/Service/CarteCadeauService.php'), 14 => (\dirname(__DIR__4).'/src/Service/MailService.php'), 15 => (\dirname(__DIR__4).'/src/Service/ReservationService.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  7652.         $instance->setName('translation:extract');
  7653.         $instance->setAliases([=> 'translation:update']);
  7654.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  7655.         return $instance;
  7656.     }
  7657.     /**
  7658.      * Gets the private 'console.command.translation_pull' shared service.
  7659.      *
  7660.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  7661.      */
  7662.     protected function getConsole_Command_TranslationPullService()
  7663.     {
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  7667.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'fr', [], []);
  7668.         $instance->setName('translation:pull');
  7669.         $instance->setDescription('Pull translations from a given provider.');
  7670.         return $instance;
  7671.     }
  7672.     /**
  7673.      * Gets the private 'console.command.translation_push' shared service.
  7674.      *
  7675.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  7676.      */
  7677.     protected function getConsole_Command_TranslationPushService()
  7678.     {
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  7682.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  7683.         $instance->setName('translation:push');
  7684.         $instance->setDescription('Push translations to a given provider.');
  7685.         return $instance;
  7686.     }
  7687.     /**
  7688.      * Gets the private 'console.command.validator_debug' shared service.
  7689.      *
  7690.      * @return \Symfony\Component\Validator\Command\DebugCommand
  7691.      */
  7692.     protected function getConsole_Command_ValidatorDebugService()
  7693.     {
  7694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  7696.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7697.         $instance->setName('debug:validator');
  7698.         $instance->setDescription('Display validation constraints for classes');
  7699.         return $instance;
  7700.     }
  7701.     /**
  7702.      * Gets the private 'console.command.xliff_lint' shared service.
  7703.      *
  7704.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  7705.      */
  7706.     protected function getConsole_Command_XliffLintService()
  7707.     {
  7708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7709.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  7710.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  7711.         $instance->setName('lint:xliff');
  7712.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  7713.         return $instance;
  7714.     }
  7715.     /**
  7716.      * Gets the private 'console.command.yaml_lint' shared service.
  7717.      *
  7718.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  7719.      */
  7720.     protected function getConsole_Command_YamlLintService()
  7721.     {
  7722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  7724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  7725.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  7726.         $instance->setName('lint:yaml');
  7727.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  7728.         return $instance;
  7729.     }
  7730.     /**
  7731.      * Gets the private 'console.error_listener' shared service.
  7732.      *
  7733.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  7734.      */
  7735.     protected function getConsole_ErrorListenerService()
  7736.     {
  7737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  7738.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  7739.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7740.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7741.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7742.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  7743.     }
  7744.     /**
  7745.      * Gets the private 'container.env_var_processor' shared service.
  7746.      *
  7747.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  7748.      */
  7749.     protected function getContainer_EnvVarProcessorService()
  7750.     {
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  7753.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  7754.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  7755.         }, 1));
  7756.     }
  7757.     /**
  7758.      * Gets the private 'container.getenv' shared service.
  7759.      *
  7760.      * @return \Closure
  7761.      */
  7762.     protected function getContainer_GetenvService()
  7763.     {
  7764.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  7765.     }
  7766.     /**
  7767.      * Gets the private 'data_collector.form' shared service.
  7768.      *
  7769.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  7770.      */
  7771.     protected function getDataCollector_FormService()
  7772.     {
  7773.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  7774.     }
  7775.     /**
  7776.      * Gets the private 'data_collector.request' shared service.
  7777.      *
  7778.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  7779.      */
  7780.     protected function getDataCollector_RequestService()
  7781.     {
  7782.         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())));
  7783.     }
  7784.     /**
  7785.      * Gets the private 'data_collector.request.session_collector' shared service.
  7786.      *
  7787.      * @return \Closure
  7788.      */
  7789.     protected function getDataCollector_Request_SessionCollectorService()
  7790.     {
  7791.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  7792.     }
  7793.     /**
  7794.      * Gets the private 'debug.argument_resolver.default' shared service.
  7795.      *
  7796.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7797.      */
  7798.     protected function getDebug_ArgumentResolver_DefaultService()
  7799.     {
  7800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  7803.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7804.     }
  7805.     /**
  7806.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  7807.      *
  7808.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7809.      */
  7810.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  7811.     {
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7814.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  7815.         $a = ($this->privates['.service_locator.08X1TsE'] ?? $this->get_ServiceLocator_08X1TsEService());
  7816.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  7817.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  7818.         }
  7819.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7820.     }
  7821.     /**
  7822.      * Gets the private 'debug.argument_resolver.request' shared service.
  7823.      *
  7824.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7825.      */
  7826.     protected function getDebug_ArgumentResolver_RequestService()
  7827.     {
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7831.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7832.     }
  7833.     /**
  7834.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7835.      *
  7836.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7837.      */
  7838.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7839.     {
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7842.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7843.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7844.     }
  7845.     /**
  7846.      * Gets the private 'debug.argument_resolver.service' shared service.
  7847.      *
  7848.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7849.      */
  7850.     protected function getDebug_ArgumentResolver_ServiceService()
  7851.     {
  7852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7855.         $a = ($this->privates['.service_locator.08X1TsE'] ?? $this->get_ServiceLocator_08X1TsEService());
  7856.         if (isset($this->privates['debug.argument_resolver.service'])) {
  7857.             return $this->privates['debug.argument_resolver.service'];
  7858.         }
  7859.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7860.     }
  7861.     /**
  7862.      * Gets the private 'debug.argument_resolver.session' shared service.
  7863.      *
  7864.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7865.      */
  7866.     protected function getDebug_ArgumentResolver_SessionService()
  7867.     {
  7868.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7869.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7871.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7872.     }
  7873.     /**
  7874.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7875.      *
  7876.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7877.      */
  7878.     protected function getDebug_ArgumentResolver_VariadicService()
  7879.     {
  7880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7881.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7883.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7884.     }
  7885.     /**
  7886.      * Gets the private 'debug.debug_handlers_listener' shared service.
  7887.      *
  7888.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  7889.      */
  7890.     protected function getDebug_DebugHandlersListenerService()
  7891.     {
  7892.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  7893.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7894.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7895.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7896.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7897.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  7898.     }
  7899.     /**
  7900.      * Gets the private 'debug.dump_listener' shared service.
  7901.      *
  7902.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  7903.      */
  7904.     protected function getDebug_DumpListenerService()
  7905.     {
  7906.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  7907.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  7908.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  7909.     }
  7910.     /**
  7911.      * Gets the private 'debug.file_link_formatter' shared service.
  7912.      *
  7913.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  7914.      */
  7915.     protected function getDebug_FileLinkFormatterService()
  7916.     {
  7917.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  7918.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  7919.         });
  7920.     }
  7921.     /**
  7922.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  7923.      *
  7924.      * @return \string
  7925.      */
  7926.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  7927.     {
  7928.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  7929.     }
  7930.     /**
  7931.      * Gets the private 'debug.log_processor' shared service.
  7932.      *
  7933.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  7934.      */
  7935.     protected function getDebug_LogProcessorService()
  7936.     {
  7937.         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())));
  7938.     }
  7939.     /**
  7940.      * Gets the private 'debug.security.access.decision_manager' shared service.
  7941.      *
  7942.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  7943.      */
  7944.     protected function getDebug_Security_Access_DecisionManagerService()
  7945.     {
  7946.         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 () {
  7947.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  7948.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  7949.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  7950.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  7951.     }
  7952.     /**
  7953.      * Gets the private 'debug.security.firewall' shared service.
  7954.      *
  7955.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  7956.      */
  7957.     protected function getDebug_Security_FirewallService()
  7958.     {
  7959.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  7960.         if (isset($this->privates['debug.security.firewall'])) {
  7961.             return $this->privates['debug.security.firewall'];
  7962.         }
  7963.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7964.         if (isset($this->privates['debug.security.firewall'])) {
  7965.             return $this->privates['debug.security.firewall'];
  7966.         }
  7967.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  7968.     }
  7969.     /**
  7970.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7971.      *
  7972.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7973.      */
  7974.     protected function getDebug_Security_UserValueResolverService()
  7975.     {
  7976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  7979.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7980.     }
  7981.     /**
  7982.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7983.      *
  7984.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7985.      */
  7986.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7987.     {
  7988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7992.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7993.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  7994.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  7995.         }
  7996.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  7997.     }
  7998.     /**
  7999.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  8000.      *
  8001.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8002.      */
  8003.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  8004.     {
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  8009.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8010.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  8011.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  8012.         }
  8013.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8014.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  8015.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  8016.         }
  8017.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  8018.     }
  8019.     /**
  8020.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  8021.      *
  8022.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8023.      */
  8024.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  8025.     {
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  8028.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8029.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  8030.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8031.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  8032.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  8033.         }
  8034.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  8035.     }
  8036.     /**
  8037.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  8038.      *
  8039.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  8040.      */
  8041.     protected function getDebug_Security_Voter_VoteListenerService()
  8042.     {
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  8044.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8045.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  8046.             return $this->privates['debug.security.voter.vote_listener'];
  8047.         }
  8048.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  8049.     }
  8050.     /**
  8051.      * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  8052.      *
  8053.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8054.      */
  8055.     protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  8056.     {
  8057.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8059.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  8060.         return $this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver(($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8061.     }
  8062.     /**
  8063.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  8064.      *
  8065.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  8066.      */
  8067.     protected function getDoctrine_CacheClearMetadataCommandService()
  8068.     {
  8069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8070.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8071.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8072.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  8073.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8074.         $instance->setName('doctrine:cache:clear-metadata');
  8075.         return $instance;
  8076.     }
  8077.     /**
  8078.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  8079.      *
  8080.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  8081.      */
  8082.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  8083.     {
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8087.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  8088.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8089.         $instance->setName('doctrine:cache:clear-query');
  8090.         return $instance;
  8091.     }
  8092.     /**
  8093.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  8094.      *
  8095.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  8096.      */
  8097.     protected function getDoctrine_CacheClearResultCommandService()
  8098.     {
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  8103.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8104.         $instance->setName('doctrine:cache:clear-result');
  8105.         return $instance;
  8106.     }
  8107.     /**
  8108.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  8109.      *
  8110.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  8111.      */
  8112.     protected function getDoctrine_CacheCollectionRegionCommandService()
  8113.     {
  8114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8115.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  8118.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8119.         $instance->setName('doctrine:cache:clear-collection-region');
  8120.         return $instance;
  8121.     }
  8122.     /**
  8123.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  8124.      *
  8125.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  8126.      */
  8127.     protected function getDoctrine_ClearEntityRegionCommandService()
  8128.     {
  8129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8132.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  8133.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8134.         $instance->setName('doctrine:cache:clear-entity-region');
  8135.         return $instance;
  8136.     }
  8137.     /**
  8138.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  8139.      *
  8140.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  8141.      */
  8142.     protected function getDoctrine_ClearQueryRegionCommandService()
  8143.     {
  8144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8146.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  8148.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8149.         $instance->setName('doctrine:cache:clear-query-region');
  8150.         return $instance;
  8151.     }
  8152.     /**
  8153.      * Gets the private 'doctrine.database_create_command' shared service.
  8154.      *
  8155.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  8156.      */
  8157.     protected function getDoctrine_DatabaseCreateCommandService()
  8158.     {
  8159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  8161.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  8162.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8163.         $instance->setName('doctrine:database:create');
  8164.         return $instance;
  8165.     }
  8166.     /**
  8167.      * Gets the private 'doctrine.database_drop_command' shared service.
  8168.      *
  8169.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  8170.      */
  8171.     protected function getDoctrine_DatabaseDropCommandService()
  8172.     {
  8173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  8175.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  8176.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8177.         $instance->setName('doctrine:database:drop');
  8178.         return $instance;
  8179.     }
  8180.     /**
  8181.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  8182.      *
  8183.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  8184.      */
  8185.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  8186.     {
  8187.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8188.             'App\\EventSubscriber\\ContactLoyaltySubscriber' => ['privates''App\\EventSubscriber\\ContactLoyaltySubscriber''getContactLoyaltySubscriberService'false],
  8189.             'App\\EventSubscriber\\HistorySubscriber' => ['privates''App\\EventSubscriber\\HistorySubscriber''getHistorySubscriberService'false],
  8190.             'App\\EventSubscriber\\WaitlistSubscriber' => ['privates''App\\EventSubscriber\\WaitlistSubscriber''getWaitlistSubscriberService'false],
  8191.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  8192.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  8193.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  8194.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  8195.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'false],
  8196.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  8197.         ], [
  8198.             'App\\EventSubscriber\\ContactLoyaltySubscriber' => '?',
  8199.             'App\\EventSubscriber\\HistorySubscriber' => '?',
  8200.             'App\\EventSubscriber\\WaitlistSubscriber' => '?',
  8201.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  8202.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  8203.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  8204.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  8205.             'stof_doctrine_extensions.listener.timestampable' => '?',
  8206.             'stof_doctrine_extensions.listener.translatable' => '?',
  8207.         ]), [=> 'App\\EventSubscriber\\ContactLoyaltySubscriber'=> 'App\\EventSubscriber\\HistorySubscriber'=> 'App\\EventSubscriber\\WaitlistSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 10 => [=> [=> 'postLoad'], => 'stof_doctrine_extensions.listener.translatable'], 11 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.translatable'], 12 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.translatable'], 13 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.translatable'], 14 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.translatable']]);
  8208.     }
  8209.     /**
  8210.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  8211.      *
  8212.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  8213.      */
  8214.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  8215.     {
  8216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8217.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  8220.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8221.         $instance->setName('doctrine:ensure-production-settings');
  8222.         return $instance;
  8223.     }
  8224.     /**
  8225.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  8226.      *
  8227.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  8228.      */
  8229.     protected function getDoctrine_MappingConvertCommandService()
  8230.     {
  8231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8232.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8233.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8234.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  8235.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8236.         $instance->setName('doctrine:mapping:convert');
  8237.         return $instance;
  8238.     }
  8239.     /**
  8240.      * Gets the private 'doctrine.mapping_import_command' shared service.
  8241.      *
  8242.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  8243.      */
  8244.     protected function getDoctrine_MappingImportCommandService()
  8245.     {
  8246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8247.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  8248.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  8249.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  8250.         $instance->setName('doctrine:mapping:import');
  8251.         return $instance;
  8252.     }
  8253.     /**
  8254.      * Gets the private 'doctrine.mapping_info_command' shared service.
  8255.      *
  8256.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  8257.      */
  8258.     protected function getDoctrine_MappingInfoCommandService()
  8259.     {
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8261.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8262.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8263.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  8264.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8265.         $instance->setName('doctrine:mapping:info');
  8266.         return $instance;
  8267.     }
  8268.     /**
  8269.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  8270.      *
  8271.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  8272.      */
  8273.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  8274.     {
  8275.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  8277.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  8278.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  8279.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  8280.         }
  8281.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  8282.     }
  8283.     /**
  8284.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  8285.      *
  8286.      * @return \Doctrine\Migrations\DependencyFactory
  8287.      */
  8288.     protected function getDoctrine_Migrations_DependencyFactoryService()
  8289.     {
  8290.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  8291.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  8292.         $a->setAllOrNothing(false);
  8293.         $a->setCheckDatabasePlatform(true);
  8294.         $a->setTransactional(true);
  8295.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  8296.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8297.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  8298.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  8299.         });
  8300.         return $instance;
  8301.     }
  8302.     /**
  8303.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  8304.      *
  8305.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  8306.      */
  8307.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  8308.     {
  8309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  8311.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8312.     }
  8313.     /**
  8314.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  8315.      *
  8316.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  8317.      */
  8318.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  8319.     {
  8320.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity')], false);
  8321.     }
  8322.     /**
  8323.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  8324.      *
  8325.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  8326.      */
  8327.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  8328.     {
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  8330.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8331.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  8332.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  8333.         }
  8334.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  8335.     }
  8336.     /**
  8337.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  8338.      *
  8339.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  8340.      */
  8341.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  8342.     {
  8343.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  8344.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  8345.     }
  8346.     /**
  8347.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  8348.      *
  8349.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  8350.      */
  8351.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  8352.     {
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  8354.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  8355.     }
  8356.     /**
  8357.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  8358.      *
  8359.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  8360.      */
  8361.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  8362.     {
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  8364.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  8365.             return new \EmptyIterator();
  8366.         }, 0));
  8367.     }
  8368.     /**
  8369.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  8370.      *
  8371.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  8372.      */
  8373.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  8374.     {
  8375.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  8376.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  8377.     }
  8378.     /**
  8379.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  8380.      *
  8381.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  8382.      */
  8383.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  8384.     {
  8385.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8386.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  8387.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8388.     }
  8389.     /**
  8390.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  8391.      *
  8392.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  8393.      */
  8394.     protected function getDoctrine_Orm_Validator_UniqueService()
  8395.     {
  8396.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8398.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  8399.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8400.     }
  8401.     /**
  8402.      * Gets the private 'doctrine.query_dql_command' shared service.
  8403.      *
  8404.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  8405.      */
  8406.     protected function getDoctrine_QueryDqlCommandService()
  8407.     {
  8408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8409.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8410.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8411.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  8412.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8413.         $instance->setName('doctrine:query:dql');
  8414.         return $instance;
  8415.     }
  8416.     /**
  8417.      * Gets the private 'doctrine.query_sql_command' shared service.
  8418.      *
  8419.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  8420.      */
  8421.     protected function getDoctrine_QuerySqlCommandService()
  8422.     {
  8423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  8427.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  8428.         $instance->setName('doctrine:query:sql');
  8429.         return $instance;
  8430.     }
  8431.     /**
  8432.      * Gets the private 'doctrine.schema_create_command' shared service.
  8433.      *
  8434.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  8435.      */
  8436.     protected function getDoctrine_SchemaCreateCommandService()
  8437.     {
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  8443.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8444.         $instance->setName('doctrine:schema:create');
  8445.         return $instance;
  8446.     }
  8447.     /**
  8448.      * Gets the private 'doctrine.schema_drop_command' shared service.
  8449.      *
  8450.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  8451.      */
  8452.     protected function getDoctrine_SchemaDropCommandService()
  8453.     {
  8454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  8459.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8460.         $instance->setName('doctrine:schema:drop');
  8461.         return $instance;
  8462.     }
  8463.     /**
  8464.      * Gets the private 'doctrine.schema_update_command' shared service.
  8465.      *
  8466.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  8467.      */
  8468.     protected function getDoctrine_SchemaUpdateCommandService()
  8469.     {
  8470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  8475.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8476.         $instance->setName('doctrine:schema:update');
  8477.         return $instance;
  8478.     }
  8479.     /**
  8480.      * Gets the private 'doctrine.schema_validate_command' shared service.
  8481.      *
  8482.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  8483.      */
  8484.     protected function getDoctrine_SchemaValidateCommandService()
  8485.     {
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8488.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8489.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  8490.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8491.         $instance->setName('doctrine:schema:validate');
  8492.         return $instance;
  8493.     }
  8494.     /**
  8495.      * Gets the private 'doctrine.ulid_generator' shared service.
  8496.      *
  8497.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  8498.      */
  8499.     protected function getDoctrine_UlidGeneratorService()
  8500.     {
  8501.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  8502.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  8503.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  8504.     }
  8505.     /**
  8506.      * Gets the private 'doctrine.uuid_generator' shared service.
  8507.      *
  8508.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  8509.      */
  8510.     protected function getDoctrine_UuidGeneratorService()
  8511.     {
  8512.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  8514.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  8515.     }
  8516.     /**
  8517.      * Gets the private 'doctrine_migrations.current_command' shared service.
  8518.      *
  8519.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  8520.      */
  8521.     protected function getDoctrineMigrations_CurrentCommandService()
  8522.     {
  8523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8524.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8525.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  8526.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  8527.         $instance->setName('doctrine:migrations:current');
  8528.         $instance->setDescription('Outputs the current version');
  8529.         return $instance;
  8530.     }
  8531.     /**
  8532.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  8533.      *
  8534.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  8535.      */
  8536.     protected function getDoctrineMigrations_DiffCommandService()
  8537.     {
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8539.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  8541.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  8542.         $instance->setName('doctrine:migrations:diff');
  8543.         $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  8544.         return $instance;
  8545.     }
  8546.     /**
  8547.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  8548.      *
  8549.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  8550.      */
  8551.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  8552.     {
  8553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8554.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8555.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  8556.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  8557.         $instance->setName('doctrine:migrations:dump-schema');
  8558.         $instance->setDescription('Dump the schema for your database to a migration.');
  8559.         return $instance;
  8560.     }
  8561.     /**
  8562.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  8563.      *
  8564.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  8565.      */
  8566.     protected function getDoctrineMigrations_ExecuteCommandService()
  8567.     {
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  8571.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  8572.         $instance->setName('doctrine:migrations:execute');
  8573.         $instance->setDescription('Execute one or more migration versions up or down manually.');
  8574.         return $instance;
  8575.     }
  8576.     /**
  8577.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  8578.      *
  8579.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  8580.      */
  8581.     protected function getDoctrineMigrations_GenerateCommandService()
  8582.     {
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  8586.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  8587.         $instance->setName('doctrine:migrations:generate');
  8588.         $instance->setDescription('Generate a blank migration class.');
  8589.         return $instance;
  8590.     }
  8591.     /**
  8592.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  8593.      *
  8594.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  8595.      */
  8596.     protected function getDoctrineMigrations_LatestCommandService()
  8597.     {
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8599.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8600.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  8601.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  8602.         $instance->setName('doctrine:migrations:latest');
  8603.         $instance->setDescription('Outputs the latest version');
  8604.         return $instance;
  8605.     }
  8606.     /**
  8607.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  8608.      *
  8609.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  8610.      */
  8611.     protected function getDoctrineMigrations_MigrateCommandService()
  8612.     {
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8615.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  8616.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  8617.         $instance->setName('doctrine:migrations:migrate');
  8618.         $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  8619.         return $instance;
  8620.     }
  8621.     /**
  8622.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  8623.      *
  8624.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  8625.      */
  8626.     protected function getDoctrineMigrations_RollupCommandService()
  8627.     {
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8630.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  8631.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  8632.         $instance->setName('doctrine:migrations:rollup');
  8633.         $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  8634.         return $instance;
  8635.     }
  8636.     /**
  8637.      * Gets the private 'doctrine_migrations.status_command' shared service.
  8638.      *
  8639.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  8640.      */
  8641.     protected function getDoctrineMigrations_StatusCommandService()
  8642.     {
  8643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8644.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8645.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  8646.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  8647.         $instance->setName('doctrine:migrations:status');
  8648.         $instance->setDescription('View the status of a set of migrations.');
  8649.         return $instance;
  8650.     }
  8651.     /**
  8652.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  8653.      *
  8654.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  8655.      */
  8656.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  8657.     {
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  8661.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  8662.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  8663.         $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  8664.         return $instance;
  8665.     }
  8666.     /**
  8667.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  8668.      *
  8669.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  8670.      */
  8671.     protected function getDoctrineMigrations_UpToDateCommandService()
  8672.     {
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8674.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8675.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  8676.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  8677.         $instance->setName('doctrine:migrations:up-to-date');
  8678.         $instance->setDescription('Tells you if your schema is up-to-date.');
  8679.         return $instance;
  8680.     }
  8681.     /**
  8682.      * Gets the private 'doctrine_migrations.version_command' shared service.
  8683.      *
  8684.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  8685.      */
  8686.     protected function getDoctrineMigrations_VersionCommandService()
  8687.     {
  8688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8689.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8690.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  8691.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  8692.         $instance->setName('doctrine:migrations:version');
  8693.         $instance->setDescription('Manually add and delete migration versions from the version table.');
  8694.         return $instance;
  8695.     }
  8696.     /**
  8697.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  8698.      *
  8699.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  8700.      */
  8701.     protected function getDoctrineMigrations_VersionsCommandService()
  8702.     {
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  8706.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  8707.         $instance->setName('doctrine:migrations:list');
  8708.         $instance->setDescription('Display a list of all available migrations and their status.');
  8709.         return $instance;
  8710.     }
  8711.     /**
  8712.      * Gets the private 'error_handler.error_renderer.html' shared service.
  8713.      *
  8714.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  8715.      */
  8716.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8717.     {
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8720.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8721.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8722.     }
  8723.     /**
  8724.      * Gets the private 'exception_listener' shared service.
  8725.      *
  8726.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  8727.      */
  8728.     protected function getExceptionListenerService()
  8729.     {
  8730.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  8731.     }
  8732.     /**
  8733.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8734.      *
  8735.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8736.      */
  8737.     protected function getForm_ChoiceListFactory_CachedService()
  8738.     {
  8739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8743.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  8744.     }
  8745.     /**
  8746.      * Gets the private 'form.registry' shared service.
  8747.      *
  8748.      * @return \Symfony\Component\Form\FormRegistry
  8749.      */
  8750.     protected function getForm_RegistryService()
  8751.     {
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  8756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  8757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  8758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  8759.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8760.             'App\\Form\\CarteCadeauNewAdminType' => ['privates''App\\Form\\CarteCadeauNewAdminType''getCarteCadeauNewAdminTypeService'false],
  8761.             'App\\Form\\CarteCadeauType' => ['privates''App\\Form\\CarteCadeauType''getCarteCadeauTypeService'false],
  8762.             'App\\Form\\CodeType' => ['privates''App\\Form\\CodeType''getCodeTypeService'false],
  8763.             'App\\Form\\Components\\AccessCodeType' => ['privates''App\\Form\\Components\\AccessCodeType''getAccessCodeTypeService'false],
  8764.             'App\\Form\\Components\\IncrementType' => ['privates''App\\Form\\Components\\IncrementType''getIncrementTypeService'false],
  8765.             'App\\Form\\Components\\OfferType' => ['privates''App\\Form\\Components\\OfferType''getOfferTypeService'false],
  8766.             'App\\Form\\Components\\PhysicalCardType' => ['privates''App\\Form\\Components\\PhysicalCardType''getPhysicalCardTypeService'false],
  8767.             'App\\Form\\Components\\TemplateCarteCadeauType' => ['privates''App\\Form\\Components\\TemplateCarteCadeauType''getTemplateCarteCadeauTypeService'false],
  8768.             'App\\Form\\ContactCarteCadeauAdminType' => ['privates''App\\Form\\ContactCarteCadeauAdminType''getContactCarteCadeauAdminTypeService'false],
  8769.             'App\\Form\\ContactCarteCadeauType' => ['privates''App\\Form\\ContactCarteCadeauType''getContactCarteCadeauTypeService'false],
  8770.             'App\\Form\\ContactPaymentType' => ['privates''App\\Form\\ContactPaymentType''getContactPaymentTypeService'false],
  8771.             'App\\Form\\ContactTunnelType' => ['privates''App\\Form\\ContactTunnelType''getContactTunnelTypeService'false],
  8772.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  8773.             'App\\Form\\CustomExtraType' => ['privates''App\\Form\\CustomExtraType''getCustomExtraTypeService'false],
  8774.             'App\\Form\\DeliveryAddressType' => ['privates''App\\Form\\DeliveryAddressType''getDeliveryAddressTypeService'false],
  8775.             'App\\Form\\ExtraReservationCollectionType' => ['privates''App\\Form\\ExtraReservationCollectionType''getExtraReservationCollectionTypeService'false],
  8776.             'App\\Form\\ExtraReservationType' => ['privates''App\\Form\\ExtraReservationType''getExtraReservationTypeService'false],
  8777.             'App\\Form\\ExtraType' => ['privates''App\\Form\\ExtraType''getExtraTypeService'false],
  8778.             'App\\Form\\OptionChoiceType' => ['privates''App\\Form\\OptionChoiceType''getOptionChoiceTypeService'false],
  8779.             'App\\Form\\OptionQuantityReservationType' => ['privates''App\\Form\\OptionQuantityReservationType''getOptionQuantityReservationTypeService'false],
  8780.             'App\\Form\\OptionQuantityType' => ['privates''App\\Form\\OptionQuantityType''getOptionQuantityTypeService'false],
  8781.             'App\\Form\\OptionReservationCollectionType' => ['privates''App\\Form\\OptionReservationCollectionType''getOptionReservationCollectionTypeService'false],
  8782.             'App\\Form\\OptionSelectItemType' => ['privates''App\\Form\\OptionSelectItemType''getOptionSelectItemTypeService'false],
  8783.             'App\\Form\\OptionSelectReservationType' => ['privates''App\\Form\\OptionSelectReservationType''getOptionSelectReservationTypeService'false],
  8784.             'App\\Form\\OptionSelectType' => ['privates''App\\Form\\OptionSelectType''getOptionSelectTypeService'false],
  8785.             'App\\Form\\ParticipantType' => ['privates''App\\Form\\ParticipantType''getParticipantTypeService'false],
  8786.             'App\\Form\\Payment\\CarteBancaireType' => ['privates''App\\Form\\Payment\\CarteBancaireType''getCarteBancaireTypeService'false],
  8787.             'App\\Form\\Payment\\CarteCadeauPaymentType' => ['privates''App\\Form\\Payment\\CarteCadeauPaymentType''getCarteCadeauPaymentTypeService'false],
  8788.             'App\\Form\\Payment\\CashType' => ['privates''App\\Form\\Payment\\CashType''getCashTypeService'false],
  8789.             'App\\Form\\Payment\\ChequeType' => ['privates''App\\Form\\Payment\\ChequeType''getChequeTypeService'false],
  8790.             'App\\Form\\Payment\\DemandePayplugType' => ['privates''App\\Form\\Payment\\DemandePayplugType''getDemandePayplugTypeService'false],
  8791.             'App\\Form\\Payment\\OffertType' => ['privates''App\\Form\\Payment\\OffertType''getOffertTypeService'false],
  8792.             'App\\Form\\Payment\\PayplugType' => ['privates''App\\Form\\Payment\\PayplugType''getPayplugTypeService'false],
  8793.             'App\\Form\\Payment\\VirementBancaireType' => ['privates''App\\Form\\Payment\\VirementBancaireType''getVirementBancaireTypeService'false],
  8794.             'App\\Form\\PrivatisationAdminType' => ['privates''App\\Form\\PrivatisationAdminType''getPrivatisationAdminTypeService'false],
  8795.             'App\\Form\\PrivatisationType' => ['privates''App\\Form\\PrivatisationType''getPrivatisationTypeService'false],
  8796.             'App\\Form\\ReservationAdminType' => ['privates''App\\Form\\ReservationAdminType''getReservationAdminTypeService'false],
  8797.             'App\\Form\\ReservationTunnelType' => ['privates''App\\Form\\ReservationTunnelType''getReservationTunnelTypeService'false],
  8798.             'App\\Form\\SpaClosureType' => ['privates''App\\Form\\SpaClosureType''getSpaClosureTypeService'false],
  8799.             'App\\Form\\SwitchLocaleType' => ['privates''App\\Form\\SwitchLocaleType''getSwitchLocaleTypeService'false],
  8800.             'App\\Form\\TokenExtrasReservationType' => ['privates''App\\Form\\TokenExtrasReservationType''getTokenExtrasReservationTypeService'false],
  8801.             'App\\Form\\TokenReservationType' => ['privates''App\\Form\\TokenReservationType''getTokenReservationTypeService'false],
  8802.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8803.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8804.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  8805.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  8806.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8807.         ], [
  8808.             'App\\Form\\CarteCadeauNewAdminType' => '?',
  8809.             'App\\Form\\CarteCadeauType' => '?',
  8810.             'App\\Form\\CodeType' => '?',
  8811.             'App\\Form\\Components\\AccessCodeType' => '?',
  8812.             'App\\Form\\Components\\IncrementType' => '?',
  8813.             'App\\Form\\Components\\OfferType' => '?',
  8814.             'App\\Form\\Components\\PhysicalCardType' => '?',
  8815.             'App\\Form\\Components\\TemplateCarteCadeauType' => '?',
  8816.             'App\\Form\\ContactCarteCadeauAdminType' => '?',
  8817.             'App\\Form\\ContactCarteCadeauType' => '?',
  8818.             'App\\Form\\ContactPaymentType' => '?',
  8819.             'App\\Form\\ContactTunnelType' => '?',
  8820.             'App\\Form\\ContactType' => '?',
  8821.             'App\\Form\\CustomExtraType' => '?',
  8822.             'App\\Form\\DeliveryAddressType' => '?',
  8823.             'App\\Form\\ExtraReservationCollectionType' => '?',
  8824.             'App\\Form\\ExtraReservationType' => '?',
  8825.             'App\\Form\\ExtraType' => '?',
  8826.             'App\\Form\\OptionChoiceType' => '?',
  8827.             'App\\Form\\OptionQuantityReservationType' => '?',
  8828.             'App\\Form\\OptionQuantityType' => '?',
  8829.             'App\\Form\\OptionReservationCollectionType' => '?',
  8830.             'App\\Form\\OptionSelectItemType' => '?',
  8831.             'App\\Form\\OptionSelectReservationType' => '?',
  8832.             'App\\Form\\OptionSelectType' => '?',
  8833.             'App\\Form\\ParticipantType' => '?',
  8834.             'App\\Form\\Payment\\CarteBancaireType' => '?',
  8835.             'App\\Form\\Payment\\CarteCadeauPaymentType' => '?',
  8836.             'App\\Form\\Payment\\CashType' => '?',
  8837.             'App\\Form\\Payment\\ChequeType' => '?',
  8838.             'App\\Form\\Payment\\DemandePayplugType' => '?',
  8839.             'App\\Form\\Payment\\OffertType' => '?',
  8840.             'App\\Form\\Payment\\PayplugType' => '?',
  8841.             'App\\Form\\Payment\\VirementBancaireType' => '?',
  8842.             'App\\Form\\PrivatisationAdminType' => '?',
  8843.             'App\\Form\\PrivatisationType' => '?',
  8844.             'App\\Form\\ReservationAdminType' => '?',
  8845.             'App\\Form\\ReservationTunnelType' => '?',
  8846.             'App\\Form\\SpaClosureType' => '?',
  8847.             'App\\Form\\SwitchLocaleType' => '?',
  8848.             'App\\Form\\TokenExtrasReservationType' => '?',
  8849.             'App\\Form\\TokenReservationType' => '?',
  8850.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8851.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8852.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  8853.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8854.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8855.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8856.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8857.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8858.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8859.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8860.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8861.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8862.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8863.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8864.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8865.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8866.         }, 1)], new RewindableGenerator(function () {
  8867.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8868.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8869.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8870.     }
  8871.     /**
  8872.      * Gets the private 'form.server_params' shared service.
  8873.      *
  8874.      * @return \Symfony\Component\Form\Util\ServerParams
  8875.      */
  8876.     protected function getForm_ServerParamsService()
  8877.     {
  8878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8879.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8880.     }
  8881.     /**
  8882.      * Gets the private 'form.type.choice' shared service.
  8883.      *
  8884.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8885.      */
  8886.     protected function getForm_Type_ChoiceService()
  8887.     {
  8888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8891.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8892.     }
  8893.     /**
  8894.      * Gets the private 'form.type.color' shared service.
  8895.      *
  8896.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  8897.      */
  8898.     protected function getForm_Type_ColorService()
  8899.     {
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  8903.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  8904.     }
  8905.     /**
  8906.      * Gets the private 'form.type.entity' shared service.
  8907.      *
  8908.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8909.      */
  8910.     protected function getForm_Type_EntityService()
  8911.     {
  8912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8914.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8915.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8916.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8917.     }
  8918.     /**
  8919.      * Gets the private 'form.type.form' shared service.
  8920.      *
  8921.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8922.      */
  8923.     protected function getForm_Type_FormService()
  8924.     {
  8925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8927.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8929.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8930.     }
  8931.     /**
  8932.      * Gets the private 'form.type_extension.csrf' shared service.
  8933.      *
  8934.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8935.      */
  8936.     protected function getForm_TypeExtension_CsrfService()
  8937.     {
  8938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8941.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  8942.     }
  8943.     /**
  8944.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8945.      *
  8946.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8947.      */
  8948.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8949.     {
  8950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8953.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  8954.     }
  8955.     /**
  8956.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8957.      *
  8958.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8959.      */
  8960.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8961.     {
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8967.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  8968.     }
  8969.     /**
  8970.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8971.      *
  8972.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8973.      */
  8974.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8975.     {
  8976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8979.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8980.     }
  8981.     /**
  8982.      * Gets the private 'form.type_extension.form.validator' shared service.
  8983.      *
  8984.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8985.      */
  8986.     protected function getForm_TypeExtension_Form_ValidatorService()
  8987.     {
  8988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8991.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8992.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  8993.         if (isset($this->privates['form.type_extension.form.validator'])) {
  8994.             return $this->privates['form.type_extension.form.validator'];
  8995.         }
  8996.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  8997.         if (isset($this->privates['form.type_extension.form.validator'])) {
  8998.             return $this->privates['form.type_extension.form.validator'];
  8999.         }
  9000.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  9001.     }
  9002.     /**
  9003.      * Gets the private 'form.type_extension.upload.validator' shared service.
  9004.      *
  9005.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  9006.      */
  9007.     protected function getForm_TypeExtension_Upload_ValidatorService()
  9008.     {
  9009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  9012.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  9013.     }
  9014.     /**
  9015.      * Gets the private 'form.type_guesser.doctrine' shared service.
  9016.      *
  9017.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  9018.      */
  9019.     protected function getForm_TypeGuesser_DoctrineService()
  9020.     {
  9021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9022.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  9023.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9024.     }
  9025.     /**
  9026.      * Gets the private 'form.type_guesser.validator' shared service.
  9027.      *
  9028.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  9029.      */
  9030.     protected function getForm_TypeGuesser_ValidatorService()
  9031.     {
  9032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  9034.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  9035.         if (isset($this->privates['form.type_guesser.validator'])) {
  9036.             return $this->privates['form.type_guesser.validator'];
  9037.         }
  9038.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  9039.     }
  9040.     /**
  9041.      * Gets the private 'fragment.renderer.inline' shared service.
  9042.      *
  9043.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  9044.      */
  9045.     protected function getFragment_Renderer_InlineService()
  9046.     {
  9047.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  9048.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  9049.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  9050.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  9051.         if (isset($this->privates['fragment.renderer.inline'])) {
  9052.             return $this->privates['fragment.renderer.inline'];
  9053.         }
  9054.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9055.         if (isset($this->privates['fragment.renderer.inline'])) {
  9056.             return $this->privates['fragment.renderer.inline'];
  9057.         }
  9058.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  9059.         $instance->setFragmentPath('/_fragment');
  9060.         return $instance;
  9061.     }
  9062.     /**
  9063.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  9064.      *
  9065.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  9066.      */
  9067.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  9068.     {
  9069.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  9070.     }
  9071.     /**
  9072.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  9073.      *
  9074.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  9075.      */
  9076.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  9077.     {
  9078.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  9079.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  9080.             return $this->privates['framework_extra_bundle.event.is_granted'];
  9081.         }
  9082.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  9083.     }
  9084.     /**
  9085.      * Gets the private 'locale_aware_listener' shared service.
  9086.      *
  9087.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  9088.      */
  9089.     protected function getLocaleAwareListenerService()
  9090.     {
  9091.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  9092.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  9093.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  9094.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9095.     }
  9096.     /**
  9097.      * Gets the private 'locale_listener' shared service.
  9098.      *
  9099.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  9100.      */
  9101.     protected function getLocaleListenerService()
  9102.     {
  9103.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  9104.     }
  9105.     /**
  9106.      * Gets the private 'mailer.mailer' shared service.
  9107.      *
  9108.      * @return \Symfony\Component\Mailer\Mailer
  9109.      */
  9110.     protected function getMailer_MailerService()
  9111.     {
  9112.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  9113.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  9114.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  9117.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9118.         if (isset($this->privates['mailer.mailer'])) {
  9119.             return $this->privates['mailer.mailer'];
  9120.         }
  9121.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  9122.             yield => ($this->privates['mailer.transport_factory.mailjet'] ?? $this->getMailer_TransportFactory_MailjetService());
  9123.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  9124.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  9125.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  9126.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  9127.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  9128.     }
  9129.     /**
  9130.      * Gets the private 'mailer.message_listener' shared service.
  9131.      *
  9132.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9133.      */
  9134.     protected function getMailer_MessageListenerService()
  9135.     {
  9136.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9137.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/Header/Headers.php';
  9138.         $a = new \Symfony\Component\Mime\Header\Headers();
  9139.         $a->addHeader('From', [=> $this->getEnv('string:MAIL_SENDER_NAME').' <'.$this->getEnv('string:MAIL_SENDER_ADDRESS').'>']);
  9140.         return $this->privates['mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener($a);
  9141.     }
  9142.     /**
  9143.      * Gets the private 'mailer.transport_factory.mailjet' shared service.
  9144.      *
  9145.      * @return \Symfony\Component\Mailer\Bridge\Mailjet\Transport\MailjetTransportFactory
  9146.      */
  9147.     protected function getMailer_TransportFactory_MailjetService()
  9148.     {
  9149.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9150.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9151.         include_once \dirname(__DIR__4).'/vendor/symfony/mailjet-mailer/Transport/MailjetTransportFactory.php';
  9152.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9153.         if (isset($this->privates['mailer.transport_factory.mailjet'])) {
  9154.             return $this->privates['mailer.transport_factory.mailjet'];
  9155.         }
  9156.         return $this->privates['mailer.transport_factory.mailjet'] = new \Symfony\Component\Mailer\Bridge\Mailjet\Transport\MailjetTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9157.     }
  9158.     /**
  9159.      * Gets the private 'mailer.transport_factory.native' shared service.
  9160.      *
  9161.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  9162.      */
  9163.     protected function getMailer_TransportFactory_NativeService()
  9164.     {
  9165.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9166.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9167.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  9168.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9169.         if (isset($this->privates['mailer.transport_factory.native'])) {
  9170.             return $this->privates['mailer.transport_factory.native'];
  9171.         }
  9172.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9173.     }
  9174.     /**
  9175.      * Gets the private 'mailer.transport_factory.null' shared service.
  9176.      *
  9177.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  9178.      */
  9179.     protected function getMailer_TransportFactory_NullService()
  9180.     {
  9181.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9183.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  9184.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9185.         if (isset($this->privates['mailer.transport_factory.null'])) {
  9186.             return $this->privates['mailer.transport_factory.null'];
  9187.         }
  9188.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9189.     }
  9190.     /**
  9191.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  9192.      *
  9193.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  9194.      */
  9195.     protected function getMailer_TransportFactory_SendmailService()
  9196.     {
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  9200.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9201.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  9202.             return $this->privates['mailer.transport_factory.sendmail'];
  9203.         }
  9204.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9205.     }
  9206.     /**
  9207.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  9208.      *
  9209.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  9210.      */
  9211.     protected function getMailer_TransportFactory_SmtpService()
  9212.     {
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  9216.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9217.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  9218.             return $this->privates['mailer.transport_factory.smtp'];
  9219.         }
  9220.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9221.     }
  9222.     /**
  9223.      * Gets the private 'maker.auto_command.make_auth' shared service.
  9224.      *
  9225.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9226.      */
  9227.     protected function getMaker_AutoCommand_MakeAuthService()
  9228.     {
  9229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  9234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  9235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9236.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9237.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  9238.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  9239.         $instance->setName('make:auth');
  9240.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  9241.         return $instance;
  9242.     }
  9243.     /**
  9244.      * Gets the private 'maker.auto_command.make_command' shared service.
  9245.      *
  9246.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9247.      */
  9248.     protected function getMaker_AutoCommand_MakeCommandService()
  9249.     {
  9250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  9255.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9256.         $instance->setName('make:command');
  9257.         $instance->setDescription('Creates a new console command class');
  9258.         return $instance;
  9259.     }
  9260.     /**
  9261.      * Gets the private 'maker.auto_command.make_controller' shared service.
  9262.      *
  9263.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9264.      */
  9265.     protected function getMaker_AutoCommand_MakeControllerService()
  9266.     {
  9267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  9272.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9273.         $instance->setName('make:controller');
  9274.         $instance->setDescription('Creates a new controller class');
  9275.         return $instance;
  9276.     }
  9277.     /**
  9278.      * Gets the private 'maker.auto_command.make_crud' shared service.
  9279.      *
  9280.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9281.      */
  9282.     protected function getMaker_AutoCommand_MakeCrudService()
  9283.     {
  9284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  9289.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9290.         $instance->setName('make:crud');
  9291.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  9292.         return $instance;
  9293.     }
  9294.     /**
  9295.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  9296.      *
  9297.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9298.      */
  9299.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  9300.     {
  9301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  9306.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9307.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9308.         $instance->setName('make:docker:database');
  9309.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  9310.         return $instance;
  9311.     }
  9312.     /**
  9313.      * Gets the private 'maker.auto_command.make_entity' shared service.
  9314.      *
  9315.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9316.      */
  9317.     protected function getMaker_AutoCommand_MakeEntityService()
  9318.     {
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  9325.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9326.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  9327.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  9328.         $instance->setName('make:entity');
  9329.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  9330.         return $instance;
  9331.     }
  9332.     /**
  9333.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  9334.      *
  9335.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9336.      */
  9337.     protected function getMaker_AutoCommand_MakeFixturesService()
  9338.     {
  9339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  9344.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9345.         $instance->setName('make:fixtures');
  9346.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  9347.         return $instance;
  9348.     }
  9349.     /**
  9350.      * Gets the private 'maker.auto_command.make_form' shared service.
  9351.      *
  9352.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9353.      */
  9354.     protected function getMaker_AutoCommand_MakeFormService()
  9355.     {
  9356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  9361.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9362.         $instance->setName('make:form');
  9363.         $instance->setDescription('Creates a new form class');
  9364.         return $instance;
  9365.     }
  9366.     /**
  9367.      * Gets the private 'maker.auto_command.make_message' shared service.
  9368.      *
  9369.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9370.      */
  9371.     protected function getMaker_AutoCommand_MakeMessageService()
  9372.     {
  9373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9375.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  9378.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9379.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9380.         $instance->setName('make:message');
  9381.         $instance->setDescription('Creates a new message and handler');
  9382.         return $instance;
  9383.     }
  9384.     /**
  9385.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  9386.      *
  9387.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9388.      */
  9389.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  9390.     {
  9391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9393.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  9396.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9397.         $instance->setName('make:messenger-middleware');
  9398.         $instance->setDescription('Creates a new messenger middleware');
  9399.         return $instance;
  9400.     }
  9401.     /**
  9402.      * Gets the private 'maker.auto_command.make_migration' shared service.
  9403.      *
  9404.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9405.      */
  9406.     protected function getMaker_AutoCommand_MakeMigrationService()
  9407.     {
  9408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  9414.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9415.         $instance->setName('make:migration');
  9416.         $instance->setDescription('Creates a new migration based on database changes');
  9417.         return $instance;
  9418.     }
  9419.     /**
  9420.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  9421.      *
  9422.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9423.      */
  9424.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  9425.     {
  9426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9430.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  9431.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9432.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9433.         $instance->setName('make:registration-form');
  9434.         $instance->setDescription('Creates a new registration form system');
  9435.         return $instance;
  9436.     }
  9437.     /**
  9438.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  9439.      *
  9440.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9441.      */
  9442.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  9443.     {
  9444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  9449.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9450.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9451.         $instance->setName('make:reset-password');
  9452.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  9453.         return $instance;
  9454.     }
  9455.     /**
  9456.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  9457.      *
  9458.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9459.      */
  9460.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  9461.     {
  9462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9466.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  9467.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9468.         $instance->setName('make:serializer:encoder');
  9469.         $instance->setDescription('Creates a new serializer encoder class');
  9470.         return $instance;
  9471.     }
  9472.     /**
  9473.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  9474.      *
  9475.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9476.      */
  9477.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  9478.     {
  9479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9482.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9483.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  9484.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9485.         $instance->setName('make:serializer:normalizer');
  9486.         $instance->setDescription('Creates a new serializer normalizer class');
  9487.         return $instance;
  9488.     }
  9489.     /**
  9490.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  9491.      *
  9492.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9493.      */
  9494.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  9495.     {
  9496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  9501.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9502.         $instance->setName('make:stimulus-controller');
  9503.         $instance->setDescription('Creates a new Stimulus controller');
  9504.         return $instance;
  9505.     }
  9506.     /**
  9507.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  9508.      *
  9509.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9510.      */
  9511.     protected function getMaker_AutoCommand_MakeSubscriberService()
  9512.     {
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  9518.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  9519.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9520.         $instance->setName('make:subscriber');
  9521.         $instance->setDescription('Creates a new event subscriber class');
  9522.         return $instance;
  9523.     }
  9524.     /**
  9525.      * Gets the private 'maker.auto_command.make_test' shared service.
  9526.      *
  9527.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9528.      */
  9529.     protected function getMaker_AutoCommand_MakeTestService()
  9530.     {
  9531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9533.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9534.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9537.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9538.         $instance->setName('make:test');
  9539.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  9540.         $instance->setDescription('Creates a new test class');
  9541.         return $instance;
  9542.     }
  9543.     /**
  9544.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  9545.      *
  9546.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9547.      */
  9548.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  9549.     {
  9550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9555.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9556.         $instance->setName('make:twig-extension');
  9557.         $instance->setDescription('Creates a new Twig extension class');
  9558.         return $instance;
  9559.     }
  9560.     /**
  9561.      * Gets the private 'maker.auto_command.make_user' shared service.
  9562.      *
  9563.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9564.      */
  9565.     protected function getMaker_AutoCommand_MakeUserService()
  9566.     {
  9567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9574.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9575.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9576.         $instance->setName('make:user');
  9577.         $instance->setDescription('Creates a new security user class');
  9578.         return $instance;
  9579.     }
  9580.     /**
  9581.      * Gets the private 'maker.auto_command.make_validator' shared service.
  9582.      *
  9583.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9584.      */
  9585.     protected function getMaker_AutoCommand_MakeValidatorService()
  9586.     {
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9592.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9593.         $instance->setName('make:validator');
  9594.         $instance->setDescription('Creates a new validator and constraint class');
  9595.         return $instance;
  9596.     }
  9597.     /**
  9598.      * Gets the private 'maker.auto_command.make_voter' shared service.
  9599.      *
  9600.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9601.      */
  9602.     protected function getMaker_AutoCommand_MakeVoterService()
  9603.     {
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9606.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9607.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9608.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9609.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9610.         $instance->setName('make:voter');
  9611.         $instance->setDescription('Creates a new security voter class');
  9612.         return $instance;
  9613.     }
  9614.     /**
  9615.      * Gets the private 'maker.doctrine_helper' shared service.
  9616.      *
  9617.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  9618.      */
  9619.     protected function getMaker_DoctrineHelperService()
  9620.     {
  9621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  9622.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  9623.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Gedmo\\Translatable\\Entity'=> $a]]]);
  9624.     }
  9625.     /**
  9626.      * Gets the private 'maker.entity_class_generator' shared service.
  9627.      *
  9628.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  9629.      */
  9630.     protected function getMaker_EntityClassGeneratorService()
  9631.     {
  9632.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  9633.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  9634.     }
  9635.     /**
  9636.      * Gets the private 'maker.file_manager' shared service.
  9637.      *
  9638.      * @return \Symfony\Bundle\MakerBundle\FileManager
  9639.      */
  9640.     protected function getMaker_FileManagerService()
  9641.     {
  9642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  9643.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  9645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9647.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  9648.     }
  9649.     /**
  9650.      * Gets the private 'maker.generator' shared service.
  9651.      *
  9652.      * @return \Symfony\Bundle\MakerBundle\Generator
  9653.      */
  9654.     protected function getMaker_GeneratorService()
  9655.     {
  9656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  9657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9658.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  9659.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  9660.     }
  9661.     /**
  9662.      * Gets the private 'maker.php_compat_util' shared service.
  9663.      *
  9664.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9665.      */
  9666.     protected function getMaker_PhpCompatUtilService()
  9667.     {
  9668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9669.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9670.     }
  9671.     /**
  9672.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9673.      *
  9674.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9675.      */
  9676.     protected function getMaker_Renderer_FormTypeRendererService()
  9677.     {
  9678.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9679.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9680.     }
  9681.     /**
  9682.      * Gets the private 'mime_types' shared service.
  9683.      *
  9684.      * @return \Symfony\Component\Mime\MimeTypes
  9685.      */
  9686.     protected function getMimeTypesService()
  9687.     {
  9688.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  9689.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  9690.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  9691.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9692.         $instance->setDefault($instance);
  9693.         return $instance;
  9694.     }
  9695.     /**
  9696.      * Gets the private 'monolog.command.server_log' shared service.
  9697.      *
  9698.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9699.      */
  9700.     protected function getMonolog_Command_ServerLogService()
  9701.     {
  9702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9703.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  9704.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9705.         $instance->setName('server:log');
  9706.         $instance->setDescription('Start a log server that displays logs in real time');
  9707.         return $instance;
  9708.     }
  9709.     /**
  9710.      * Gets the private 'monolog.handler.console' shared service.
  9711.      *
  9712.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9713.      */
  9714.     protected function getMonolog_Handler_ConsoleService()
  9715.     {
  9716.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9717.     }
  9718.     /**
  9719.      * Gets the private 'monolog.handler.main' shared service.
  9720.      *
  9721.      * @return \Monolog\Handler\StreamHandler
  9722.      */
  9723.     protected function getMonolog_Handler_MainService()
  9724.     {
  9725.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  9726.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  9727.         return $instance;
  9728.     }
  9729.     /**
  9730.      * Gets the private 'monolog.logger' shared service.
  9731.      *
  9732.      * @return \Symfony\Bridge\Monolog\Logger
  9733.      */
  9734.     protected function getMonolog_LoggerService()
  9735.     {
  9736.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9737.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9738.         $instance->useMicrosecondTimestamps(true);
  9739.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9740.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9741.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9742.         return $instance;
  9743.     }
  9744.     /**
  9745.      * Gets the private 'monolog.logger.cache' shared service.
  9746.      *
  9747.      * @return \Symfony\Bridge\Monolog\Logger
  9748.      */
  9749.     protected function getMonolog_Logger_CacheService()
  9750.     {
  9751.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9752.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9753.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9754.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9755.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9756.         return $instance;
  9757.     }
  9758.     /**
  9759.      * Gets the private 'monolog.logger.mailer' shared service.
  9760.      *
  9761.      * @return \Symfony\Bridge\Monolog\Logger
  9762.      */
  9763.     protected function getMonolog_Logger_MailerService()
  9764.     {
  9765.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  9766.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9767.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9768.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9769.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9770.         return $instance;
  9771.     }
  9772.     /**
  9773.      * Gets the private 'monolog.logger.request' shared service.
  9774.      *
  9775.      * @return \Symfony\Bridge\Monolog\Logger
  9776.      */
  9777.     protected function getMonolog_Logger_RequestService()
  9778.     {
  9779.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9780.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9781.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9782.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9783.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9784.         return $instance;
  9785.     }
  9786.     /**
  9787.      * Gets the private 'monolog.logger.security' shared service.
  9788.      *
  9789.      * @return \Symfony\Bridge\Monolog\Logger
  9790.      */
  9791.     protected function getMonolog_Logger_SecurityService()
  9792.     {
  9793.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9794.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9795.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9796.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9797.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9798.         return $instance;
  9799.     }
  9800.     /**
  9801.      * Gets the private 'parameter_bag' shared service.
  9802.      *
  9803.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9804.      */
  9805.     protected function getParameterBagService()
  9806.     {
  9807.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9808.     }
  9809.     /**
  9810.      * Gets the private 'profiler_listener' shared service.
  9811.      *
  9812.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9813.      */
  9814.     protected function getProfilerListenerService()
  9815.     {
  9816.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  9817.         if (isset($this->privates['profiler_listener'])) {
  9818.             return $this->privates['profiler_listener'];
  9819.         }
  9820.         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);
  9821.     }
  9822.     /**
  9823.      * Gets the private 'property_accessor' shared service.
  9824.      *
  9825.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9826.      */
  9827.     protected function getPropertyAccessorService()
  9828.     {
  9829.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  9830.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  9831.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  9832.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  9833.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  9834.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  9835.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9836.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  9837.     }
  9838.     /**
  9839.      * Gets the private 'property_info' shared service.
  9840.      *
  9841.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9842.      */
  9843.     protected function getPropertyInfoService()
  9844.     {
  9845.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9846.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9847.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9848.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9849.         }, 3), new RewindableGenerator(function () {
  9850.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9851.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  9852.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9853.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9854.         }, 4), new RewindableGenerator(function () {
  9855.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9856.         }, 1), new RewindableGenerator(function () {
  9857.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9858.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9859.         }, 2), new RewindableGenerator(function () {
  9860.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9861.         }, 1));
  9862.     }
  9863.     /**
  9864.      * Gets the private 'property_info.serializer_extractor' shared service.
  9865.      *
  9866.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9867.      */
  9868.     protected function getPropertyInfo_SerializerExtractorService()
  9869.     {
  9870.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9871.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9872.     }
  9873.     /**
  9874.      * Gets the private 'router.cache_warmer' shared service.
  9875.      *
  9876.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9877.      */
  9878.     protected function getRouter_CacheWarmerService()
  9879.     {
  9880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9882.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9883.             'router' => ['services''router''getRouterService'false],
  9884.         ], [
  9885.             'router' => '?',
  9886.         ]))->withContext('router.cache_warmer'$this));
  9887.     }
  9888.     /**
  9889.      * Gets the private 'router.expression_language_provider' shared service.
  9890.      *
  9891.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  9892.      */
  9893.     protected function getRouter_ExpressionLanguageProviderService()
  9894.     {
  9895.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9896.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  9897.         ], [
  9898.             'env' => 'Closure',
  9899.         ]));
  9900.     }
  9901.     /**
  9902.      * Gets the private 'router.request_context' shared service.
  9903.      *
  9904.      * @return \Symfony\Component\Routing\RequestContext
  9905.      */
  9906.     protected function getRouter_RequestContextService()
  9907.     {
  9908.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('SITE_URL'), 'localhost''http'80443);
  9909.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  9910.         return $instance;
  9911.     }
  9912.     /**
  9913.      * Gets the private 'router_listener' shared service.
  9914.      *
  9915.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9916.      */
  9917.     protected function getRouterListenerService()
  9918.     {
  9919.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  9920.     }
  9921.     /**
  9922.      * Gets the private 'secrets.vault' shared service.
  9923.      *
  9924.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9925.      */
  9926.     protected function getSecrets_VaultService()
  9927.     {
  9928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9929.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9931.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  9932.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  9933.     }
  9934.     /**
  9935.      * Gets the private 'security.access_listener' shared service.
  9936.      *
  9937.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9938.      */
  9939.     protected function getSecurity_AccessListenerService()
  9940.     {
  9941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9944.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9945.         if (isset($this->privates['security.access_listener'])) {
  9946.             return $this->privates['security.access_listener'];
  9947.         }
  9948.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  9949.         if (isset($this->privates['security.access_listener'])) {
  9950.             return $this->privates['security.access_listener'];
  9951.         }
  9952.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  9953.     }
  9954.     /**
  9955.      * Gets the private 'security.access_map' shared service.
  9956.      *
  9957.      * @return \Symfony\Component\Security\Http\AccessMap
  9958.      */
  9959.     protected function getSecurity_AccessMapService()
  9960.     {
  9961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9965.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9966.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  9967.         return $instance;
  9968.     }
  9969.     /**
  9970.      * Gets the private 'security.authentication.guard_handler' shared service.
  9971.      *
  9972.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9973.      *
  9974.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  9975.      */
  9976.     protected function getSecurity_Authentication_GuardHandlerService()
  9977.     {
  9978.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  9979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9981.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9982.         if (isset($this->privates['security.authentication.guard_handler'])) {
  9983.             return $this->privates['security.authentication.guard_handler'];
  9984.         }
  9985.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  9986.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  9987.         return $instance;
  9988.     }
  9989.     /**
  9990.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9991.      *
  9992.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9993.      *
  9994.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  9995.      */
  9996.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9997.     {
  9998.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9999.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10000.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  10001.             return $this->privates['security.authentication.listener.anonymous.main'];
  10002.         }
  10003.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  10004.     }
  10005.     /**
  10006.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  10007.      *
  10008.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  10009.      *
  10010.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  10011.      */
  10012.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  10013.     {
  10014.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  10015.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  10016.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  10017.             return $this->privates['security.authentication.listener.guard.main'];
  10018.         }
  10019.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10020.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  10021.             return $this->privates['security.authentication.listener.guard.main'];
  10022.         }
  10023.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  10024.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  10025.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  10026.     }
  10027.     /**
  10028.      * Gets the private 'security.authentication.manager' shared service.
  10029.      *
  10030.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  10031.      *
  10032.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  10033.      */
  10034.     protected function getSecurity_Authentication_ManagerService()
  10035.     {
  10036.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  10037.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  10038.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  10039.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  10040.         }, 2), true);
  10041.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10042.         return $instance;
  10043.     }
  10044.     /**
  10045.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  10046.      *
  10047.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  10048.      *
  10049.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  10050.      */
  10051.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  10052.     {
  10053.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  10054.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  10055.     }
  10056.     /**
  10057.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  10058.      *
  10059.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  10060.      *
  10061.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  10062.      */
  10063.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  10064.     {
  10065.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  10066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  10069.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  10070.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  10071.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  10072.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  10073.     }
  10074.     /**
  10075.      * Gets the private 'security.authentication_utils' shared service.
  10076.      *
  10077.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  10078.      */
  10079.     protected function getSecurity_AuthenticationUtilsService()
  10080.     {
  10081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  10082.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10083.     }
  10084.     /**
  10085.      * Gets the private 'security.channel_listener' shared service.
  10086.      *
  10087.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  10088.      */
  10089.     protected function getSecurity_ChannelListenerService()
  10090.     {
  10091.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  10094.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  10095.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  10096.     }
  10097.     /**
  10098.      * Gets the private 'security.command.debug_firewall' shared service.
  10099.      *
  10100.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  10101.      */
  10102.     protected function getSecurity_Command_DebugFirewallService()
  10103.     {
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  10106.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
  10107.         $instance->setName('debug:firewall');
  10108.         $instance->setDescription('Display information about your security firewall(s)');
  10109.         return $instance;
  10110.     }
  10111.     /**
  10112.      * Gets the private 'security.command.user_password_encoder' shared service.
  10113.      *
  10114.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  10115.      *
  10116.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  10117.      */
  10118.     protected function getSecurity_Command_UserPasswordEncoderService()
  10119.     {
  10120.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  10121.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  10122.         $instance->setName('security:encode-password');
  10123.         $instance->setDescription('Encode a password');
  10124.         return $instance;
  10125.     }
  10126.     /**
  10127.      * Gets the private 'security.command.user_password_hash' shared service.
  10128.      *
  10129.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  10130.      */
  10131.     protected function getSecurity_Command_UserPasswordHashService()
  10132.     {
  10133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10134.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  10135.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  10136.         $instance->setName('security:hash-password');
  10137.         $instance->setDescription('Hash a user password');
  10138.         return $instance;
  10139.     }
  10140.     /**
  10141.      * Gets the private 'security.context_listener.0' shared service.
  10142.      *
  10143.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  10144.      */
  10145.     protected function getSecurity_ContextListener_0Service()
  10146.     {
  10147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  10150.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10151.         if (isset($this->privates['security.context_listener.0'])) {
  10152.             return $this->privates['security.context_listener.0'];
  10153.         }
  10154.         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 () {
  10155.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  10156.         }, 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->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  10157.     }
  10158.     /**
  10159.      * Gets the private 'security.csrf.token_storage' shared service.
  10160.      *
  10161.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  10162.      */
  10163.     protected function getSecurity_Csrf_TokenStorageService()
  10164.     {
  10165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  10166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  10167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  10168.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10169.     }
  10170.     /**
  10171.      * Gets the private 'security.encoder_factory.generic' shared service.
  10172.      *
  10173.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  10174.      *
  10175.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  10176.      */
  10177.     protected function getSecurity_EncoderFactory_GenericService()
  10178.     {
  10179.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  10180.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  10181.     }
  10182.     /**
  10183.      * Gets the private 'security.event_dispatcher.main' shared service.
  10184.      *
  10185.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  10186.      */
  10187.     protected function getSecurity_EventDispatcher_MainService()
  10188.     {
  10189.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  10190.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10191.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  10192.         }, => 'onLogout'], 64);
  10193.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10194.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  10195.         }, => 'onLogout'], 0);
  10196.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  10197.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  10198.         }, => 'handleLoginSuccessEvent'], 0);
  10199.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10200.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  10201.         }, => 'onLogout'], 0);
  10202.         return $instance;
  10203.     }
  10204.     /**
  10205.      * Gets the private 'security.firewall.map' shared service.
  10206.      *
  10207.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10208.      */
  10209.     protected function getSecurity_Firewall_MapService()
  10210.     {
  10211.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  10212.         if (isset($this->privates['security.firewall.map'])) {
  10213.             return $this->privates['security.firewall.map'];
  10214.         }
  10215.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  10216.             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)/')));
  10217.             yield 'security.firewall.map.context.main' => NULL;
  10218.         }, 2));
  10219.     }
  10220.     /**
  10221.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10222.      *
  10223.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10224.      */
  10225.     protected function getSecurity_Firewall_Map_Context_DevService()
  10226.     {
  10227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10229.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10230.             return new \EmptyIterator();
  10231.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10232.     }
  10233.     /**
  10234.      * Gets the private 'security.firewall.map.context.main' shared service.
  10235.      *
  10236.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  10237.      */
  10238.     protected function getSecurity_Firewall_Map_Context_MainService()
  10239.     {
  10240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  10242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10248.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  10249.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10250.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  10251.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10252.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10253.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  10254.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10255.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10256.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  10257.     }
  10258.     /**
  10259.      * Gets the private 'security.http_utils' shared service.
  10260.      *
  10261.      * @return \Symfony\Component\Security\Http\HttpUtils
  10262.      */
  10263.     protected function getSecurity_HttpUtilsService()
  10264.     {
  10265.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  10266.         $a = ($this->services['router'] ?? $this->getRouterService());
  10267.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10268.     }
  10269.     /**
  10270.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  10271.      *
  10272.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  10273.      */
  10274.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  10275.     {
  10276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  10277.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  10278.     }
  10279.     /**
  10280.      * Gets the private 'security.logout.listener.default.main' shared service.
  10281.      *
  10282.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10283.      */
  10284.     protected function getSecurity_Logout_Listener_Default_MainService()
  10285.     {
  10286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10287.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  10288.     }
  10289.     /**
  10290.      * Gets the private 'security.logout_url_generator' shared service.
  10291.      *
  10292.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10293.      */
  10294.     protected function getSecurity_LogoutUrlGeneratorService()
  10295.     {
  10296.         $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())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  10297.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  10298.         return $instance;
  10299.     }
  10300.     /**
  10301.      * Gets the private 'security.password_hasher_factory' shared service.
  10302.      *
  10303.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  10304.      */
  10305.     protected function getSecurity_PasswordHasherFactoryService()
  10306.     {
  10307.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  10308.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  10309.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  10310.     }
  10311.     /**
  10312.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  10313.      *
  10314.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10315.      */
  10316.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  10317.     {
  10318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10320.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10321.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  10322.     }
  10323.     /**
  10324.      * Gets the private 'security.validator.user_password' shared service.
  10325.      *
  10326.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10327.      */
  10328.     protected function getSecurity_Validator_UserPasswordService()
  10329.     {
  10330.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10331.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10333.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  10334.     }
  10335.     /**
  10336.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10337.      *
  10338.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10339.      */
  10340.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10341.     {
  10342.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10343.     }
  10344.     /**
  10345.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10346.      *
  10347.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10348.      */
  10349.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10350.     {
  10351.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10352.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10353.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10354.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10355.     }
  10356.     /**
  10357.      * Gets the private 'sensio_framework_extra.psr7.http_message_factory' shared service.
  10358.      *
  10359.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  10360.      */
  10361.     protected function getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()
  10362.     {
  10363.         $a = new \Nyholm\Psr7\Factory\Psr17Factory();
  10364.         return $this->privates['sensio_framework_extra.psr7.http_message_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  10365.     }
  10366.     /**
  10367.      * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  10368.      *
  10369.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  10370.      */
  10371.     protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  10372.     {
  10373.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  10374.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  10375.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  10376.         return $this->privates['sensio_framework_extra.psr7.listener.response'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  10377.     }
  10378.     /**
  10379.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10380.      *
  10381.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10382.      */
  10383.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10384.     {
  10385.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  10386.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  10387.             return $this->privates['sensio_framework_extra.security.listener'];
  10388.         }
  10389.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10390.     }
  10391.     /**
  10392.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10393.      *
  10394.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10395.      */
  10396.     protected function getSensioFrameworkExtra_View_ListenerService()
  10397.     {
  10398.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  10399.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10400.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10401.         ], [
  10402.             'twig' => '?',
  10403.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10404.         return $instance;
  10405.     }
  10406.     /**
  10407.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10408.      *
  10409.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10410.      */
  10411.     protected function getSerializer_Mapping_CacheWarmerService()
  10412.     {
  10413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10416.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10417.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10418.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  10419.     }
  10420.     /**
  10421.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  10422.      *
  10423.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  10424.      */
  10425.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  10426.     {
  10427.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  10428.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  10429.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  10430.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10431.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  10432.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10433.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  10434.     }
  10435.     /**
  10436.      * Gets the private 'session.factory' shared service.
  10437.      *
  10438.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  10439.      */
  10440.     protected function getSession_FactoryService()
  10441.     {
  10442.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  10443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  10444.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10445.         if (isset($this->privates['session.factory'])) {
  10446.             return $this->privates['session.factory'];
  10447.         }
  10448.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  10449.     }
  10450.     /**
  10451.      * Gets the private 'session.flash_bag' shared service.
  10452.      *
  10453.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  10454.      *
  10455.      * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  10456.      */
  10457.     protected function getSession_FlashBagService()
  10458.     {
  10459.         trigger_deprecation('symfony/framework-bundle''5.1''The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  10460.         return $this->privates['session.flash_bag'] = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  10461.     }
  10462.     /**
  10463.      * Gets the private 'session.storage.factory.service' shared service.
  10464.      *
  10465.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  10466.      *
  10467.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  10468.      */
  10469.     protected function getSession_Storage_Factory_ServiceService()
  10470.     {
  10471.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  10472.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  10473.     }
  10474.     /**
  10475.      * Gets the private 'session.storage.metadata_bag' shared service.
  10476.      *
  10477.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10478.      *
  10479.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  10480.      */
  10481.     protected function getSession_Storage_MetadataBagService()
  10482.     {
  10483.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  10484.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10485.     }
  10486.     /**
  10487.      * Gets the private 'session.storage.native' shared service.
  10488.      *
  10489.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10490.      *
  10491.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  10492.      */
  10493.     protected function getSession_Storage_NativeService()
  10494.     {
  10495.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  10496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  10497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  10498.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  10499.     }
  10500.     /**
  10501.      * Gets the private 'session_listener' shared service.
  10502.      *
  10503.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10504.      */
  10505.     protected function getSessionListenerService()
  10506.     {
  10507.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10508.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  10509.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10510.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10511.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  10512.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  10513.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  10514.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10515.         ], [
  10516.             'initialized_session' => '?',
  10517.             'logger' => '?',
  10518.             'request_stack' => '?',
  10519.             'session' => '?',
  10520.             'session_collector' => '?',
  10521.             'session_factory' => '?',
  10522.             'session_storage' => '?',
  10523.         ]), true$this->parameters['session.storage.options']);
  10524.     }
  10525.     /**
  10526.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  10527.      *
  10528.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  10529.      */
  10530.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  10531.     {
  10532.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  10533.     }
  10534.     /**
  10535.      * Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
  10536.      *
  10537.      * @return \Gedmo\Timestampable\TimestampableListener
  10538.      */
  10539.     protected function getStofDoctrineExtensions_Listener_TimestampableService()
  10540.     {
  10541.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  10543.         $this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  10544.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  10545.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10546.         return $instance;
  10547.     }
  10548.     /**
  10549.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  10550.      *
  10551.      * @return \Gedmo\Translatable\TranslatableListener
  10552.      */
  10553.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  10554.     {
  10555.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  10556.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  10557.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10558.         $instance->setDefaultLocale('fr');
  10559.         $instance->setTranslatableLocale('fr');
  10560.         $instance->setTranslationFallback(true);
  10561.         $instance->setPersistDefaultLocaleTranslation(false);
  10562.         $instance->setSkipOnLoad(false);
  10563.         return $instance;
  10564.     }
  10565.     /**
  10566.      * Gets the private 'translation.extractor' shared service.
  10567.      *
  10568.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10569.      */
  10570.     protected function getTranslation_ExtractorService()
  10571.     {
  10572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10576.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10577.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10578.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10579.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10580.         return $instance;
  10581.     }
  10582.     /**
  10583.      * Gets the private 'translation.loader.csv' shared service.
  10584.      *
  10585.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10586.      */
  10587.     protected function getTranslation_Loader_CsvService()
  10588.     {
  10589.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10590.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10591.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10593.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10594.     }
  10595.     /**
  10596.      * Gets the private 'translation.loader.dat' shared service.
  10597.      *
  10598.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10599.      */
  10600.     protected function getTranslation_Loader_DatService()
  10601.     {
  10602.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10603.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10604.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10605.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10606.     }
  10607.     /**
  10608.      * Gets the private 'translation.loader.ini' shared service.
  10609.      *
  10610.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10611.      */
  10612.     protected function getTranslation_Loader_IniService()
  10613.     {
  10614.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10615.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10616.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10617.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10618.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10619.     }
  10620.     /**
  10621.      * Gets the private 'translation.loader.json' shared service.
  10622.      *
  10623.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10624.      */
  10625.     protected function getTranslation_Loader_JsonService()
  10626.     {
  10627.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10628.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10631.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10632.     }
  10633.     /**
  10634.      * Gets the private 'translation.loader.mo' shared service.
  10635.      *
  10636.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10637.      */
  10638.     protected function getTranslation_Loader_MoService()
  10639.     {
  10640.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10641.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10644.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10645.     }
  10646.     /**
  10647.      * Gets the private 'translation.loader.php' shared service.
  10648.      *
  10649.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10650.      */
  10651.     protected function getTranslation_Loader_PhpService()
  10652.     {
  10653.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10654.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10657.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10658.     }
  10659.     /**
  10660.      * Gets the private 'translation.loader.po' shared service.
  10661.      *
  10662.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10663.      */
  10664.     protected function getTranslation_Loader_PoService()
  10665.     {
  10666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10668.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10669.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10670.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10671.     }
  10672.     /**
  10673.      * Gets the private 'translation.loader.qt' shared service.
  10674.      *
  10675.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10676.      */
  10677.     protected function getTranslation_Loader_QtService()
  10678.     {
  10679.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10680.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10681.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10682.     }
  10683.     /**
  10684.      * Gets the private 'translation.loader.res' shared service.
  10685.      *
  10686.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10687.      */
  10688.     protected function getTranslation_Loader_ResService()
  10689.     {
  10690.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10691.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10692.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10693.     }
  10694.     /**
  10695.      * Gets the private 'translation.loader.xliff' shared service.
  10696.      *
  10697.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10698.      */
  10699.     protected function getTranslation_Loader_XliffService()
  10700.     {
  10701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10703.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10704.     }
  10705.     /**
  10706.      * Gets the private 'translation.loader.yml' shared service.
  10707.      *
  10708.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10709.      */
  10710.     protected function getTranslation_Loader_YmlService()
  10711.     {
  10712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10716.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10717.     }
  10718.     /**
  10719.      * Gets the private 'translation.provider_collection' shared service.
  10720.      *
  10721.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  10722.      */
  10723.     protected function getTranslation_ProviderCollectionService()
  10724.     {
  10725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  10726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  10727.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  10728.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  10729.         }, 1), []))->fromConfig([]);
  10730.     }
  10731.     /**
  10732.      * Gets the private 'translation.reader' shared service.
  10733.      *
  10734.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10735.      */
  10736.     protected function getTranslation_ReaderService()
  10737.     {
  10738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10739.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10740.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10741.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10742.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10745.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10746.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10747.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10748.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10749.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10750.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10752.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10753.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10754.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10755.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10756.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10757.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10758.         $instance->addLoader('yaml'$a);
  10759.         $instance->addLoader('yml'$a);
  10760.         $instance->addLoader('xlf'$b);
  10761.         $instance->addLoader('xliff'$b);
  10762.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10763.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10764.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10765.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10766.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10767.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10768.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10769.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10770.         return $instance;
  10771.     }
  10772.     /**
  10773.      * Gets the private 'translation.warmer' shared service.
  10774.      *
  10775.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10776.      */
  10777.     protected function getTranslation_WarmerService()
  10778.     {
  10779.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10781.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10782.             'translator' => ['services''translator''getTranslatorService'false],
  10783.         ], [
  10784.             'translator' => '?',
  10785.         ]))->withContext('translation.warmer'$this));
  10786.     }
  10787.     /**
  10788.      * Gets the private 'translation.writer' shared service.
  10789.      *
  10790.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  10791.      */
  10792.     protected function getTranslation_WriterService()
  10793.     {
  10794.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10795.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10796.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10806.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10807.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10808.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10809.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10810.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10811.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10812.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10813.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10814.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10815.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10816.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10817.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10818.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10819.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10820.         return $instance;
  10821.     }
  10822.     /**
  10823.      * Gets the private 'translator.default' shared service.
  10824.      *
  10825.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10826.      */
  10827.     protected function getTranslator_DefaultService()
  10828.     {
  10829.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10830.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10831.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10832.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10833.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10834.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10835.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10836.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10837.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10838.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10839.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10840.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10841.         ], [
  10842.             'translation.loader.csv' => '?',
  10843.             'translation.loader.dat' => '?',
  10844.             'translation.loader.ini' => '?',
  10845.             'translation.loader.json' => '?',
  10846.             'translation.loader.mo' => '?',
  10847.             'translation.loader.php' => '?',
  10848.             'translation.loader.po' => '?',
  10849.             'translation.loader.qt' => '?',
  10850.             'translation.loader.res' => '?',
  10851.             'translation.loader.xliff' => '?',
  10852.             'translation.loader.yml' => '?',
  10853.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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).'/translations/messages+intl-icu.de.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.de.yml'), => (\dirname(__DIR__4).'/translations/messages.de.xlf'), => (\dirname(__DIR__4).'/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/translations/security.de.xlf'), => (\dirname(__DIR__4).'/translations/validators.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.en.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.en.yml'), => (\dirname(__DIR__4).'/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.fr.yml'), => (\dirname(__DIR__4).'/translations/messages.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/translations/validators.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/symfony/maker-bundle/src/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/twig/extra-bundle/translations'15 => 'vendor/symfony/webpack-encore-bundle/src/translations'16 => 'vendor/endroid/qr-code-bundle/src/translations'17 => 'vendor/stof/doctrine-extensions-bundle/src/translations'18 => 'vendor/sentry/sentry-symfony/src/translations']]], []);
  10854.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10855.         $instance->setFallbackLocales([=> 'fr']);
  10856.         return $instance;
  10857.     }
  10858.     /**
  10859.      * Gets the private 'twig.command.debug' shared service.
  10860.      *
  10861.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10862.      */
  10863.     protected function getTwig_Command_DebugService()
  10864.     {
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10866.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10867.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10868.         $instance->setName('debug:twig');
  10869.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  10870.         return $instance;
  10871.     }
  10872.     /**
  10873.      * Gets the private 'twig.command.lint' shared service.
  10874.      *
  10875.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10876.      */
  10877.     protected function getTwig_Command_LintService()
  10878.     {
  10879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10880.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10881.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10882.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10883.         $instance->setName('lint:twig');
  10884.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  10885.         return $instance;
  10886.     }
  10887.     /**
  10888.      * Gets the private 'twig.form.engine' shared service.
  10889.      *
  10890.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  10891.      */
  10892.     protected function getTwig_Form_EngineService()
  10893.     {
  10894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10897.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10898.         if (isset($this->privates['twig.form.engine'])) {
  10899.             return $this->privates['twig.form.engine'];
  10900.         }
  10901.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  10902.     }
  10903.     /**
  10904.      * Gets the private 'twig.form.renderer' shared service.
  10905.      *
  10906.      * @return \Symfony\Component\Form\FormRenderer
  10907.      */
  10908.     protected function getTwig_Form_RendererService()
  10909.     {
  10910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10912.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  10913.         if (isset($this->privates['twig.form.renderer'])) {
  10914.             return $this->privates['twig.form.renderer'];
  10915.         }
  10916.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10917.     }
  10918.     /**
  10919.      * Gets the private 'twig.mailer.message_listener' shared service.
  10920.      *
  10921.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10922.      */
  10923.     protected function getTwig_Mailer_MessageListenerService()
  10924.     {
  10925.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10926.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10927.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10928.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10929.         if (isset($this->privates['twig.mailer.message_listener'])) {
  10930.             return $this->privates['twig.mailer.message_listener'];
  10931.         }
  10932.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  10933.     }
  10934.     /**
  10935.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10936.      *
  10937.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10938.      */
  10939.     protected function getTwig_Runtime_HttpkernelService()
  10940.     {
  10941.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10942.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  10945.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  10946.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  10947.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10948.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10949.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10950.         ], [
  10951.             'inline' => '?',
  10952.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  10953.     }
  10954.     /**
  10955.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10956.      *
  10957.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10958.      */
  10959.     protected function getTwig_Runtime_SecurityCsrfService()
  10960.     {
  10961.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10962.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10963.     }
  10964.     /**
  10965.      * Gets the private 'twig.runtime.serializer' shared service.
  10966.      *
  10967.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  10968.      */
  10969.     protected function getTwig_Runtime_SerializerService()
  10970.     {
  10971.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10972.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  10973.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  10974.     }
  10975.     /**
  10976.      * Gets the private 'twig.template_cache_warmer' shared service.
  10977.      *
  10978.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10979.      */
  10980.     protected function getTwig_TemplateCacheWarmerService()
  10981.     {
  10982.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10983.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10985.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10986.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10987.         ], [
  10988.             'twig' => '?',
  10989.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), ['public' => 'public', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  10990.     }
  10991.     /**
  10992.      * Gets the private 'validator.builder' shared service.
  10993.      *
  10994.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10995.      */
  10996.     protected function getValidator_BuilderService()
  10997.     {
  10998.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10999.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  11000.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11001.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11002.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11003.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  11004.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11005.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  11006.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11007.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11008.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11009.         ], [
  11010.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  11011.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  11012.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  11013.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  11014.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  11015.             'doctrine.orm.validator.unique' => '?',
  11016.             'security.validator.user_password' => '?',
  11017.             'validator.expression' => '?',
  11018.         ])));
  11019.         if ($this->has('translator')) {
  11020.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  11021.         }
  11022.         $instance->setTranslationDomain('validators');
  11023.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  11024.         $instance->enableAnnotationMapping(true);
  11025.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11026.         $instance->addMethodMapping('loadValidatorMetadata');
  11027.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  11028.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  11029.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  11030.         return $instance;
  11031.     }
  11032.     /**
  11033.      * Gets the private 'validator.email' shared service.
  11034.      *
  11035.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  11036.      */
  11037.     protected function getValidator_EmailService()
  11038.     {
  11039.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11040.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11041.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  11042.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  11043.     }
  11044.     /**
  11045.      * Gets the private 'validator.expression' shared service.
  11046.      *
  11047.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  11048.      */
  11049.     protected function getValidator_ExpressionService()
  11050.     {
  11051.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11052.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11053.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  11054.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  11055.     }
  11056.     /**
  11057.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  11058.      *
  11059.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  11060.      */
  11061.     protected function getValidator_Mapping_CacheWarmerService()
  11062.     {
  11063.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  11066.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  11067.     }
  11068.     /**
  11069.      * Gets the private 'validator.not_compromised_password' shared service.
  11070.      *
  11071.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  11072.      */
  11073.     protected function getValidator_NotCompromisedPasswordService()
  11074.     {
  11075.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11076.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11077.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  11078.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  11079.     }
  11080.     /**
  11081.      * Gets the private 'var_dumper.command.server_dump' shared service.
  11082.      *
  11083.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  11084.      */
  11085.     protected function getVarDumper_Command_ServerDumpService()
  11086.     {
  11087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11088.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  11089.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  11090.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  11091.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  11092.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  11093.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  11094.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11095.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11096.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11097.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11098.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  11099.         $instance->setName('server:dump');
  11100.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  11101.         return $instance;
  11102.     }
  11103.     /**
  11104.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  11105.      *
  11106.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  11107.      */
  11108.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  11109.     {
  11110.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  11111.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11112.         return $instance;
  11113.     }
  11114.     /**
  11115.      * Gets the private 'var_dumper.html_dumper' shared service.
  11116.      *
  11117.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  11118.      */
  11119.     protected function getVarDumper_HtmlDumperService()
  11120.     {
  11121.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  11122.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11123.         return $instance;
  11124.     }
  11125.     /**
  11126.      * Gets the private 'var_dumper.server_connection' shared service.
  11127.      *
  11128.      * @return \Symfony\Component\VarDumper\Server\Connection
  11129.      */
  11130.     protected function getVarDumper_ServerConnectionService()
  11131.     {
  11132.         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()]);
  11133.     }
  11134.     /**
  11135.      * Gets the private 'web_profiler.csp.handler' shared service.
  11136.      *
  11137.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  11138.      */
  11139.     protected function getWebProfiler_Csp_HandlerService()
  11140.     {
  11141.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  11142.     }
  11143.     /**
  11144.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  11145.      *
  11146.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  11147.      */
  11148.     protected function getWebProfiler_DebugToolbarService()
  11149.     {
  11150.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  11151.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  11152.             return $this->privates['web_profiler.debug_toolbar'];
  11153.         }
  11154.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  11155.     }
  11156.     /**
  11157.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  11158.      *
  11159.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  11160.      */
  11161.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  11162.     {
  11163.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11165.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  11166.         return $this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->targetDir.''.'/webpack_encore.cache.php'));
  11167.     }
  11168.     /**
  11169.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  11170.      *
  11171.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  11172.      */
  11173.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  11174.     {
  11175.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  11176.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  11177.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  11178.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  11179.     }
  11180.     /**
  11181.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  11182.      *
  11183.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  11184.      */
  11185.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  11186.     {
  11187.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11188.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  11189.         ], [
  11190.             '_default' => '?',
  11191.         ]), '_default');
  11192.     }
  11193.     /**
  11194.      * Gets the private 'webpack_encore.exception_listener' shared service.
  11195.      *
  11196.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  11197.      */
  11198.     protected function getWebpackEncore_ExceptionListenerService()
  11199.     {
  11200.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  11201.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  11202.     }
  11203.     /**
  11204.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  11205.      *
  11206.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  11207.      */
  11208.     protected function getWebpackEncore_TagRendererService()
  11209.     {
  11210.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  11211.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11212.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  11213.             return $this->privates['webpack_encore.tag_renderer'];
  11214.         }
  11215.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], $a);
  11216.     }
  11217.     /**
  11218.      * Gets the public 'cache_clearer' alias.
  11219.      *
  11220.      * @return object The ".container.private.cache_clearer" service.
  11221.      */
  11222.     protected function getCacheClearerService()
  11223.     {
  11224.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  11225.         return $this->get('.container.private.cache_clearer');
  11226.     }
  11227.     /**
  11228.      * Gets the public 'filesystem' alias.
  11229.      *
  11230.      * @return object The ".container.private.filesystem" service.
  11231.      */
  11232.     protected function getFilesystemService()
  11233.     {
  11234.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  11235.         return $this->get('.container.private.filesystem');
  11236.     }
  11237.     /**
  11238.      * Gets the public 'serializer' alias.
  11239.      *
  11240.      * @return object The ".container.private.serializer" service.
  11241.      */
  11242.     protected function getSerializerService()
  11243.     {
  11244.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  11245.         return $this->get('.container.private.serializer');
  11246.     }
  11247.     /**
  11248.      * Gets the public 'security.csrf.token_manager' alias.
  11249.      *
  11250.      * @return object The ".container.private.security.csrf.token_manager" service.
  11251.      */
  11252.     protected function getSecurity_Csrf_TokenManagerService()
  11253.     {
  11254.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  11255.         return $this->get('.container.private.security.csrf.token_manager');
  11256.     }
  11257.     /**
  11258.      * Gets the public 'form.factory' alias.
  11259.      *
  11260.      * @return object The ".container.private.form.factory" service.
  11261.      */
  11262.     protected function getForm_FactoryService()
  11263.     {
  11264.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  11265.         return $this->get('.container.private.form.factory');
  11266.     }
  11267.     /**
  11268.      * Gets the public 'form.type.file' alias.
  11269.      *
  11270.      * @return object The ".container.private.form.type.file" service.
  11271.      */
  11272.     protected function getForm_Type_FileService()
  11273.     {
  11274.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  11275.         return $this->get('.container.private.form.type.file');
  11276.     }
  11277.     /**
  11278.      * Gets the public 'profiler' alias.
  11279.      *
  11280.      * @return object The ".container.private.profiler" service.
  11281.      */
  11282.     protected function getProfilerService()
  11283.     {
  11284.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  11285.         return $this->get('.container.private.profiler');
  11286.     }
  11287.     /**
  11288.      * Gets the public 'twig' alias.
  11289.      *
  11290.      * @return object The ".container.private.twig" service.
  11291.      */
  11292.     protected function getTwigService()
  11293.     {
  11294.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  11295.         return $this->get('.container.private.twig');
  11296.     }
  11297.     /**
  11298.      * Gets the public 'security.authorization_checker' alias.
  11299.      *
  11300.      * @return object The ".container.private.security.authorization_checker" service.
  11301.      */
  11302.     protected function getSecurity_AuthorizationCheckerService()
  11303.     {
  11304.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  11305.         return $this->get('.container.private.security.authorization_checker');
  11306.     }
  11307.     /**
  11308.      * Gets the public 'security.token_storage' alias.
  11309.      *
  11310.      * @return object The ".container.private.security.token_storage" service.
  11311.      */
  11312.     protected function getSecurity_TokenStorageService()
  11313.     {
  11314.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  11315.         return $this->get('.container.private.security.token_storage');
  11316.     }
  11317.     /**
  11318.      * Gets the public 'security.password_encoder' alias.
  11319.      *
  11320.      * @return object The ".container.private.security.password_encoder" service.
  11321.      */
  11322.     protected function getSecurity_PasswordEncoderService()
  11323.     {
  11324.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  11325.         return $this->get('.container.private.security.password_encoder');
  11326.     }
  11327.     /**
  11328.      * Gets the public 'session' alias.
  11329.      *
  11330.      * @return object The ".container.private.session" service.
  11331.      */
  11332.     protected function getSessionService()
  11333.     {
  11334.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  11335.         return $this->get('.container.private.session');
  11336.     }
  11337.     /**
  11338.      * Gets the public 'validator' alias.
  11339.      *
  11340.      * @return object The ".container.private.validator" service.
  11341.      */
  11342.     protected function getValidatorService()
  11343.     {
  11344.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  11345.         return $this->get('.container.private.validator');
  11346.     }
  11347.     /**
  11348.      * @return array|bool|float|int|string|\UnitEnum|null
  11349.      */
  11350.     public function getParameter(string $name)
  11351.     {
  11352.         if (isset($this->buildParameters[$name])) {
  11353.             return $this->buildParameters[$name];
  11354.         }
  11355.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  11356.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11357.         }
  11358.         if (isset($this->loadedDynamicParameters[$name])) {
  11359.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11360.         }
  11361.         return $this->parameters[$name];
  11362.     }
  11363.     public function hasParameter(string $name): bool
  11364.     {
  11365.         if (isset($this->buildParameters[$name])) {
  11366.             return true;
  11367.         }
  11368.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  11369.     }
  11370.     public function setParameter(string $name$value): void
  11371.     {
  11372.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11373.     }
  11374.     public function getParameterBag(): ParameterBagInterface
  11375.     {
  11376.         if (null === $this->parameterBag) {
  11377.             $parameters $this->parameters;
  11378.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11379.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11380.             }
  11381.             foreach ($this->buildParameters as $name => $value) {
  11382.                 $parameters[$name] = $value;
  11383.             }
  11384.             $this->parameterBag = new FrozenParameterBag($parameters);
  11385.         }
  11386.         return $this->parameterBag;
  11387.     }
  11388.     private $loadedDynamicParameters = [
  11389.         'kernel.runtime_environment' => false,
  11390.         'kernel.build_dir' => false,
  11391.         'kernel.cache_dir' => false,
  11392.         'payplug.key.secret' => false,
  11393.         'mail.dev' => false,
  11394.         'google_recaptcha_site_key' => false,
  11395.         'hcaptcha_secret_key' => false,
  11396.         'hcaptcha_site_key' => false,
  11397.         'mapbox_access_token' => false,
  11398.         'mapbox_countries' => false,
  11399.         'kernel.secret' => false,
  11400.         'debug.container.dump' => false,
  11401.         'serializer.mapping.cache.file' => false,
  11402.         'validator.mapping.cache.file' => false,
  11403.         'profiler.storage.dsn' => false,
  11404.         'doctrine.orm.proxy_dir' => false,
  11405.     ];
  11406.     private $dynamicParameters = [];
  11407.     private function getDynamicParameter(string $name)
  11408.     {
  11409.         switch ($name) {
  11410.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  11411.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  11412.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11413.             case 'payplug.key.secret'$value $this->getEnv('PAYPLUG_SECRET_KEY'); break;
  11414.             case 'mail.dev'$value $this->getEnv('MAIL_DEV'); break;
  11415.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  11416.             case 'hcaptcha_secret_key'$value $this->getEnv('HCAPTCHA_SECRET_KEY'); break;
  11417.             case 'hcaptcha_site_key'$value $this->getEnv('HCAPTCHA_SITE_KEY'); break;
  11418.             case 'mapbox_access_token'$value $this->getEnv('MAPBOX_ACCESS_TOKEN'); break;
  11419.             case 'mapbox_countries'$value $this->getEnv('MAPBOX_COUNTRIES'); break;
  11420.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11421.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11422.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11423.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11424.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11425.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11426.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11427.         }
  11428.         $this->loadedDynamicParameters[$name] = true;
  11429.         return $this->dynamicParameters[$name] = $value;
  11430.     }
  11431.     protected function getDefaultParameters(): array
  11432.     {
  11433.         return [
  11434.             'kernel.project_dir' => \dirname(__DIR__4),
  11435.             'kernel.environment' => 'dev',
  11436.             'kernel.debug' => true,
  11437.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11438.             'kernel.bundles' => [
  11439.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11440.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11441.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11442.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11443.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11444.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11445.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11446.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11447.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11448.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11449.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11450.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  11451.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  11452.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  11453.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  11454.             ],
  11455.             'kernel.bundles_metadata' => [
  11456.                 'FrameworkBundle' => [
  11457.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11458.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11459.                 ],
  11460.                 'SensioFrameworkExtraBundle' => [
  11461.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11462.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11463.                 ],
  11464.                 'TwigBundle' => [
  11465.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11466.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11467.                 ],
  11468.                 'WebProfilerBundle' => [
  11469.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11470.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11471.                 ],
  11472.                 'MonologBundle' => [
  11473.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11474.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11475.                 ],
  11476.                 'DebugBundle' => [
  11477.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11478.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11479.                 ],
  11480.                 'MakerBundle' => [
  11481.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11482.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11483.                 ],
  11484.                 'DoctrineBundle' => [
  11485.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11486.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11487.                 ],
  11488.                 'DoctrineMigrationsBundle' => [
  11489.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11490.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11491.                 ],
  11492.                 'SecurityBundle' => [
  11493.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11494.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11495.                 ],
  11496.                 'TwigExtraBundle' => [
  11497.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11498.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11499.                 ],
  11500.                 'WebpackEncoreBundle' => [
  11501.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  11502.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  11503.                 ],
  11504.                 'EndroidQrCodeBundle' => [
  11505.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  11506.                     'namespace' => 'Endroid\\QrCodeBundle',
  11507.                 ],
  11508.                 'StofDoctrineExtensionsBundle' => [
  11509.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  11510.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  11511.                 ],
  11512.                 'SentryBundle' => [
  11513.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  11514.                     'namespace' => 'Sentry\\SentryBundle',
  11515.                 ],
  11516.             ],
  11517.             'kernel.charset' => 'UTF-8',
  11518.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11519.             'container.dumper.inline_class_loader' => true,
  11520.             'container.dumper.inline_factories' => true,
  11521.             'app.locales' => [
  11522.                 => 'fr',
  11523.                 => 'en',
  11524.                 => 'de',
  11525.             ],
  11526.             'event_dispatcher.event_aliases' => [
  11527.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11528.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11529.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11530.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11531.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11532.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11533.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11534.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11535.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11536.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11537.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11538.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11539.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11540.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11541.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11542.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11543.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11544.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11545.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11546.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11547.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11548.             ],
  11549.             'fragment.renderer.hinclude.global_template' => NULL,
  11550.             'fragment.path' => '/_fragment',
  11551.             'kernel.http_method_override' => true,
  11552.             'kernel.trusted_hosts' => [
  11553.             ],
  11554.             'kernel.default_locale' => 'fr',
  11555.             'kernel.enabled_locales' => [
  11556.             ],
  11557.             'kernel.error_controller' => 'error_controller',
  11558.             'debug.file_link_format' => NULL,
  11559.             'asset.request_context.base_path' => NULL,
  11560.             'asset.request_context.secure' => NULL,
  11561.             'translator.logging' => false,
  11562.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11563.             'debug.error_handler.throw_at' => -1,
  11564.             'router.request_context.host' => 'localhost',
  11565.             'router.request_context.scheme' => 'http',
  11566.             'router.request_context.base_url' => '',
  11567.             'router.resource' => 'kernel::loadRoutes',
  11568.             'request_listener.http_port' => 80,
  11569.             'request_listener.https_port' => 443,
  11570.             'session.metadata.storage_key' => '_sf2_meta',
  11571.             'session.storage.options' => [
  11572.                 'cache_limiter' => '0',
  11573.                 'cookie_secure' => 'auto',
  11574.                 'cookie_httponly' => true,
  11575.                 'cookie_samesite' => 'lax',
  11576.                 'gc_probability' => 1,
  11577.             ],
  11578.             'session.save_path' => NULL,
  11579.             'session.metadata.update_threshold' => 0,
  11580.             'form.type_extension.csrf.enabled' => true,
  11581.             'form.type_extension.csrf.field_name' => '_token',
  11582.             'validator.translation_domain' => 'validators',
  11583.             'profiler_listener.only_exceptions' => false,
  11584.             'profiler_listener.only_main_requests' => false,
  11585.             'twig.form.resources' => [
  11586.                 => 'form_div_layout.html.twig',
  11587.                 => 'form/theme_admin.html.twig',
  11588.                 => 'form/theme_tunnel.html.twig',
  11589.             ],
  11590.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11591.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  11592.             'web_profiler.debug_toolbar.mode' => 2,
  11593.             'monolog.use_microseconds' => true,
  11594.             'monolog.swift_mailer.handlers' => [
  11595.             ],
  11596.             'monolog.handlers_to_channels' => [
  11597.                 'monolog.handler.console' => [
  11598.                     'type' => 'exclusive',
  11599.                     'elements' => [
  11600.                         => 'event',
  11601.                         => 'doctrine',
  11602.                         => 'console',
  11603.                     ],
  11604.                 ],
  11605.                 'monolog.handler.main' => [
  11606.                     'type' => 'exclusive',
  11607.                     'elements' => [
  11608.                         => 'event',
  11609.                     ],
  11610.                 ],
  11611.             ],
  11612.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11613.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11614.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11615.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11616.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11617.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11618.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11619.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11620.             'doctrine.entity_managers' => [
  11621.                 'default' => 'doctrine.orm.default_entity_manager',
  11622.             ],
  11623.             'doctrine.default_entity_manager' => 'default',
  11624.             'doctrine.dbal.connection_factory.types' => [
  11625.             ],
  11626.             'doctrine.connections' => [
  11627.                 'default' => 'doctrine.dbal.default_connection',
  11628.             ],
  11629.             'doctrine.default_connection' => 'default',
  11630.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11631.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11632.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11633.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11634.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11635.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11636.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11637.             'doctrine.orm.cache.memcache_port' => 11211,
  11638.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11639.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11640.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11641.             'doctrine.orm.cache.memcached_port' => 11211,
  11642.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11643.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11644.             'doctrine.orm.cache.redis_host' => 'localhost',
  11645.             'doctrine.orm.cache.redis_port' => 6379,
  11646.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11647.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11648.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11649.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11650.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11651.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11652.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11653.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11654.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11655.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11656.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11657.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11658.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11659.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11660.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11661.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11662.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11663.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11664.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11665.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11666.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11667.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11668.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  11669.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11670.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11671.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11672.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11673.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11674.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11675.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11676.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11677.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11678.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  11679.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11680.             'doctrine.migrations.preferred_em' => NULL,
  11681.             'doctrine.migrations.preferred_connection' => NULL,
  11682.             'security.role_hierarchy.roles' => [
  11683.             ],
  11684.             'security.access.denied_url' => NULL,
  11685.             'security.authentication.manager.erase_credentials' => true,
  11686.             'security.authentication.session_strategy.strategy' => 'migrate',
  11687.             'security.access.always_authenticate_before_granting' => false,
  11688.             'security.authentication.hide_user_not_found' => true,
  11689.             'security.firewalls' => [
  11690.                 => 'dev',
  11691.                 => 'main',
  11692.             ],
  11693.             'security.main._indexed_authenticators' => [
  11694.             ],
  11695.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  11696.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  11697.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  11698.             'stof_doctrine_extensions.default_locale' => 'fr',
  11699.             'stof_doctrine_extensions.translation_fallback' => true,
  11700.             'stof_doctrine_extensions.persist_default_translation' => false,
  11701.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  11702.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  11703.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  11704.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  11705.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  11706.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  11707.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  11708.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  11709.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  11710.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set',
  11711.             'sentry.tracing.enabled' => true,
  11712.             'sentry.tracing.dbal.enabled' => true,
  11713.             'sentry.tracing.dbal.connections' => [
  11714.             ],
  11715.             'sentry.tracing.cache.enabled' => true,
  11716.             'sentry.tracing.http_client.enabled' => true,
  11717.             'maker.compatible_check.doctrine.supports_attributes' => true,
  11718.             'data_collector.templates' => [
  11719.                 'data_collector.request' => [
  11720.                     => 'request',
  11721.                     => '@WebProfiler/Collector/request.html.twig',
  11722.                 ],
  11723.                 'data_collector.time' => [
  11724.                     => 'time',
  11725.                     => '@WebProfiler/Collector/time.html.twig',
  11726.                 ],
  11727.                 'data_collector.memory' => [
  11728.                     => 'memory',
  11729.                     => '@WebProfiler/Collector/memory.html.twig',
  11730.                 ],
  11731.                 'data_collector.validator' => [
  11732.                     => 'validator',
  11733.                     => '@WebProfiler/Collector/validator.html.twig',
  11734.                 ],
  11735.                 'data_collector.ajax' => [
  11736.                     => 'ajax',
  11737.                     => '@WebProfiler/Collector/ajax.html.twig',
  11738.                 ],
  11739.                 'data_collector.form' => [
  11740.                     => 'form',
  11741.                     => '@WebProfiler/Collector/form.html.twig',
  11742.                 ],
  11743.                 'data_collector.exception' => [
  11744.                     => 'exception',
  11745.                     => '@WebProfiler/Collector/exception.html.twig',
  11746.                 ],
  11747.                 'data_collector.logger' => [
  11748.                     => 'logger',
  11749.                     => '@WebProfiler/Collector/logger.html.twig',
  11750.                 ],
  11751.                 'data_collector.events' => [
  11752.                     => 'events',
  11753.                     => '@WebProfiler/Collector/events.html.twig',
  11754.                 ],
  11755.                 'data_collector.router' => [
  11756.                     => 'router',
  11757.                     => '@WebProfiler/Collector/router.html.twig',
  11758.                 ],
  11759.                 'data_collector.cache' => [
  11760.                     => 'cache',
  11761.                     => '@WebProfiler/Collector/cache.html.twig',
  11762.                 ],
  11763.                 'data_collector.translation' => [
  11764.                     => 'translation',
  11765.                     => '@WebProfiler/Collector/translation.html.twig',
  11766.                 ],
  11767.                 'data_collector.security' => [
  11768.                     => 'security',
  11769.                     => '@Security/Collector/security.html.twig',
  11770.                 ],
  11771.                 'data_collector.twig' => [
  11772.                     => 'twig',
  11773.                     => '@WebProfiler/Collector/twig.html.twig',
  11774.                 ],
  11775.                 'data_collector.http_client' => [
  11776.                     => 'http_client',
  11777.                     => '@WebProfiler/Collector/http_client.html.twig',
  11778.                 ],
  11779.                 'data_collector.doctrine' => [
  11780.                     => 'db',
  11781.                     => '@Doctrine/Collector/db.html.twig',
  11782.                 ],
  11783.                 'doctrine_migrations.migrations_collector' => [
  11784.                     => 'doctrine_migrations',
  11785.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  11786.                 ],
  11787.                 'data_collector.dump' => [
  11788.                     => 'dump',
  11789.                     => '@Debug/Profiler/dump.html.twig',
  11790.                 ],
  11791.                 'mailer.data_collector' => [
  11792.                     => 'mailer',
  11793.                     => '@WebProfiler/Collector/mailer.html.twig',
  11794.                 ],
  11795.                 'data_collector.config' => [
  11796.                     => 'config',
  11797.                     => '@WebProfiler/Collector/config.html.twig',
  11798.                 ],
  11799.             ],
  11800.             'console.command.ids' => [
  11801.             ],
  11802.         ];
  11803.     }
  11804.     protected function throw($message)
  11805.     {
  11806.         throw new RuntimeException($message);
  11807.     }
  11808. }