var/cache/dev/ContainerMyzfHks/App_KernelDevDebugContainer.php line 719

Open in your IDE?
  1. <?php
  2. namespace ContainerMyzfHks;
  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\\DefaultController' => 'getDefaultControllerService',
  47.             'App\\Controller\\Doctor\\Auth\\AuthController' => 'getAuthControllerService',
  48.             'App\\Controller\\Doctor\\Dashboard\\DashboardController' => 'getDashboardControllerService',
  49.             'App\\Controller\\Doctor\\Patients\\PatientsController' => 'getPatientsControllerService',
  50.             'App\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  51.             'App\\Controller\\Patient\\Auth\\AuthController' => 'getAuthController2Service',
  52.             'App\\Controller\\Patient\\Consultations\\ConsultationsController' => 'getConsultationsControllerService',
  53.             'App\\Controller\\Patient\\Dashboard\\DashboardController' => 'getDashboardController2Service',
  54.             'App\\Controller\\Utils\\UtilsController' => 'getUtilsControllerService',
  55.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  56.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  57.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  58.             'cache.app' => 'getCache_AppService',
  59.             'cache.app_clearer' => 'getCache_AppClearerService',
  60.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  61.             'cache.system' => 'getCache_SystemService',
  62.             'cache.system_clearer' => 'getCache_SystemClearerService',
  63.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  64.             'cache_warmer' => 'getCacheWarmerService',
  65.             'console.command_loader' => 'getConsole_CommandLoaderService',
  66.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  67.             'data_collector.dump' => 'getDataCollector_DumpService',
  68.             'doctrine' => 'getDoctrineService',
  69.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  70.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  71.             'error_controller' => 'getErrorControllerService',
  72.             'event_dispatcher' => 'getEventDispatcherService',
  73.             'http_kernel' => 'getHttpKernelService',
  74.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  75.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  76.             'request_stack' => 'getRequestStackService',
  77.             'router' => 'getRouterService',
  78.             'routing.loader' => 'getRouting_LoaderService',
  79.             'services_resetter' => 'getServicesResetterService',
  80.             'translator' => 'getTranslatorService',
  81.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  82.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  83.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  84.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  85.             'cache_clearer' => 'getCacheClearerService',
  86.             'filesystem' => 'getFilesystemService',
  87.             'serializer' => 'getSerializerService',
  88.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  89.             'form.factory' => 'getForm_FactoryService',
  90.             'form.type.file' => 'getForm_Type_FileService',
  91.             'profiler' => 'getProfilerService',
  92.             'twig' => 'getTwigService',
  93.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  94.             'security.token_storage' => 'getSecurity_TokenStorageService',
  95.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  96.             'session' => 'getSessionService',
  97.             'validator' => 'getValidatorService',
  98.         ];
  99.         $this->aliases = [
  100.             'database_connection' => 'doctrine.dbal.default_connection',
  101.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  102.         ];
  103.         $this->privates['service_container'] = function () {
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  110.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  112.             include_once \dirname(__DIR__4).'/src/EventListener/RouteListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  122.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  146.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  153.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  188.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  201.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  202.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  301.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  324.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  325.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  331.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  352.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  390.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  391.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  431.         };
  432.     }
  433.     public function compile(): void
  434.     {
  435.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  436.     }
  437.     public function isCompiled(): bool
  438.     {
  439.         return true;
  440.     }
  441.     public function getRemovedIds(): array
  442.     {
  443.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  444.     }
  445.     /**
  446.      * Gets the public '.container.private.cache_clearer' shared service.
  447.      *
  448.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  449.      */
  450.     protected function get_Container_Private_CacheClearerService()
  451.     {
  452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  454.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  455.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  456.         }, 1));
  457.     }
  458.     /**
  459.      * Gets the public '.container.private.filesystem' shared service.
  460.      *
  461.      * @return \Symfony\Component\Filesystem\Filesystem
  462.      */
  463.     protected function get_Container_Private_FilesystemService()
  464.     {
  465.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  466.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  467.     }
  468.     /**
  469.      * Gets the public '.container.private.form.factory' shared service.
  470.      *
  471.      * @return \Symfony\Component\Form\FormFactory
  472.      */
  473.     protected function get_Container_Private_Form_FactoryService()
  474.     {
  475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  477.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  478.     }
  479.     /**
  480.      * Gets the public '.container.private.form.type.file' shared service.
  481.      *
  482.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  483.      */
  484.     protected function get_Container_Private_Form_Type_FileService()
  485.     {
  486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  489.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  490.     }
  491.     /**
  492.      * Gets the public '.container.private.profiler' shared service.
  493.      *
  494.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  495.      */
  496.     protected function get_Container_Private_ProfilerService()
  497.     {
  498.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  499.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  500.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  501.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  502.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  503.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  504.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  505.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  506.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  507.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  508.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  509.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  510.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  511.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  512.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  513.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  514.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  515.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  516.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  517.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  518.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  519.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  520.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  521.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  522.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  523.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  524.         if ($this->has('kernel')) {
  525.             $g->setKernel($b);
  526.         }
  527.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  528.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  529.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  530.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  531.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  532.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  533.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  534.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  535.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  536.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  537.         $instance->add($d);
  538.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  539.         $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));
  540.         $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())));
  541.         $instance->add($e);
  542.         $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([])))));
  543.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  544.         $instance->add($f);
  545.         $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()))));
  546.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  547.         $instance->add($g);
  548.         return $instance;
  549.     }
  550.     /**
  551.      * Gets the public '.container.private.security.authorization_checker' shared service.
  552.      *
  553.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  554.      */
  555.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  556.     {
  557.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  558.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  559.             return $this->services['.container.private.security.authorization_checker'];
  560.         }
  561.         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);
  562.     }
  563.     /**
  564.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  565.      *
  566.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  567.      */
  568.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  569.     {
  570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  574.         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())));
  575.     }
  576.     /**
  577.      * Gets the public '.container.private.security.password_encoder' shared service.
  578.      *
  579.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  580.      *
  581.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  582.      */
  583.     protected function get_Container_Private_Security_PasswordEncoderService()
  584.     {
  585.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  586.         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()));
  587.     }
  588.     /**
  589.      * Gets the public '.container.private.security.token_storage' shared service.
  590.      *
  591.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  592.      */
  593.     protected function get_Container_Private_Security_TokenStorageService()
  594.     {
  595.         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, [
  596.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  597.         ], [
  598.             'request_stack' => '?',
  599.         ]));
  600.     }
  601.     /**
  602.      * Gets the public '.container.private.serializer' shared service.
  603.      *
  604.      * @return \Symfony\Component\Serializer\Serializer
  605.      */
  606.     protected function get_Container_Private_SerializerService()
  607.     {
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  652.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  653.         if (isset($this->services['.container.private.serializer'])) {
  654.             return $this->services['.container.private.serializer'];
  655.         }
  656.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  657.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  658.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  659.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  660.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => 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(), 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)], [=> 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()]);
  661.     }
  662.     /**
  663.      * Gets the public '.container.private.session' shared service.
  664.      *
  665.      * @return \Symfony\Component\HttpFoundation\Session\Session
  666.      */
  667.     protected function get_Container_Private_SessionService()
  668.     {
  669.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  670.         if (isset($this->services['.container.private.session'])) {
  671.             return $this->services['.container.private.session'];
  672.         }
  673.         return $this->services['.container.private.session'] = $a->createSession();
  674.     }
  675.     /**
  676.      * Gets the public '.container.private.twig' shared service.
  677.      *
  678.      * @return \Twig\Environment
  679.      */
  680.     protected function get_Container_Private_TwigService()
  681.     {
  682.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  683.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  685.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  686.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  687.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  688.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  689.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  690.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  691.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  692.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  693.         $a->addPath((\dirname(__DIR__4).'/templates'));
  694.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  695.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  696.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  697.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  698.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  699.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  700.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  701.         $e = ($this->services['router'] ?? $this->getRouterService());
  702.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  703.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  704.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  705.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  706.         $i = new \Symfony\Bridge\Twig\AppVariable();
  707.         $i->setEnvironment('dev');
  708.         $i->setDebug(true);
  709.         if ($this->has('.container.private.security.token_storage')) {
  710.             $i->setTokenStorage($g);
  711.         }
  712.         if ($this->has('request_stack')) {
  713.             $i->setRequestStack($f);
  714.         }
  715.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  717.         $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())));
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  732.         $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)));
  733.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  734.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  735.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  736.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  737.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  738.         ], [
  739.             'webpack_encore.entrypoint_lookup_collection' => '?',
  740.             'webpack_encore.tag_renderer' => '?',
  741.         ])));
  742.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  743.         $instance->addGlobal('app'$i);
  744.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  745.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  746.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  747.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  748.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  749.         ], [
  750.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  751.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  752.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  753.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  754.         ])));
  755.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  756.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  757.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  758.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  759.         return $instance;
  760.     }
  761.     /**
  762.      * Gets the public '.container.private.validator' shared service.
  763.      *
  764.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  765.      */
  766.     protected function get_Container_Private_ValidatorService()
  767.     {
  768.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  769.         if (isset($this->services['.container.private.validator'])) {
  770.             return $this->services['.container.private.validator'];
  771.         }
  772.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  773.     }
  774.     /**
  775.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  776.      *
  777.      * @return \App\Controller\DefaultController
  778.      */
  779.     protected function getDefaultControllerService()
  780.     {
  781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  782.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  783.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  784.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController'$this));
  785.         return $instance;
  786.     }
  787.     /**
  788.      * Gets the public 'App\Controller\Doctor\Auth\AuthController' shared autowired service.
  789.      *
  790.      * @return \App\Controller\Doctor\Auth\AuthController
  791.      */
  792.     protected function getAuthControllerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  795.         include_once \dirname(__DIR__4).'/src/Controller/Doctor/Auth/AuthController.php';
  796.         $this->services['App\\Controller\\Doctor\\Auth\\AuthController'] = $instance = new \App\Controller\Doctor\Auth\AuthController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  797.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Doctor\\Auth\\AuthController'$this));
  798.         return $instance;
  799.     }
  800.     /**
  801.      * Gets the public 'App\Controller\Doctor\Dashboard\DashboardController' shared autowired service.
  802.      *
  803.      * @return \App\Controller\Doctor\Dashboard\DashboardController
  804.      */
  805.     protected function getDashboardControllerService()
  806.     {
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  808.         include_once \dirname(__DIR__4).'/src/Controller/Doctor/Dashboard/DashboardController.php';
  809.         $this->services['App\\Controller\\Doctor\\Dashboard\\DashboardController'] = $instance = new \App\Controller\Doctor\Dashboard\DashboardController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  810.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Doctor\\Dashboard\\DashboardController'$this));
  811.         return $instance;
  812.     }
  813.     /**
  814.      * Gets the public 'App\Controller\Doctor\Patients\PatientsController' shared autowired service.
  815.      *
  816.      * @return \App\Controller\Doctor\Patients\PatientsController
  817.      */
  818.     protected function getPatientsControllerService()
  819.     {
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  821.         include_once \dirname(__DIR__4).'/src/Controller/Doctor/Patients/PatientsController.php';
  822.         $this->services['App\\Controller\\Doctor\\Patients\\PatientsController'] = $instance = new \App\Controller\Doctor\Patients\PatientsController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  823.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Doctor\\Patients\\PatientsController'$this));
  824.         return $instance;
  825.     }
  826.     /**
  827.      * Gets the public 'App\Controller\LandingPageController' shared autowired service.
  828.      *
  829.      * @return \App\Controller\LandingPageController
  830.      */
  831.     protected function getLandingPageControllerService()
  832.     {
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  834.         include_once \dirname(__DIR__4).'/src/Controller/LandingPageController.php';
  835.         $this->services['App\\Controller\\LandingPageController'] = $instance = new \App\Controller\LandingPageController();
  836.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\LandingPageController'$this));
  837.         return $instance;
  838.     }
  839.     /**
  840.      * Gets the public 'App\Controller\Patient\Auth\AuthController' shared autowired service.
  841.      *
  842.      * @return \App\Controller\Patient\Auth\AuthController
  843.      */
  844.     protected function getAuthController2Service()
  845.     {
  846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  847.         include_once \dirname(__DIR__4).'/src/Controller/Patient/Auth/AuthController.php';
  848.         $this->services['App\\Controller\\Patient\\Auth\\AuthController'] = $instance = new \App\Controller\Patient\Auth\AuthController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  849.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Patient\\Auth\\AuthController'$this));
  850.         return $instance;
  851.     }
  852.     /**
  853.      * Gets the public 'App\Controller\Patient\Consultations\ConsultationsController' shared autowired service.
  854.      *
  855.      * @return \App\Controller\Patient\Consultations\ConsultationsController
  856.      */
  857.     protected function getConsultationsControllerService()
  858.     {
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  860.         include_once \dirname(__DIR__4).'/src/Controller/Patient/Consultations/ConsultationsController.php';
  861.         $this->services['App\\Controller\\Patient\\Consultations\\ConsultationsController'] = $instance = new \App\Controller\Patient\Consultations\ConsultationsController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  862.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Patient\\Consultations\\ConsultationsController'$this));
  863.         return $instance;
  864.     }
  865.     /**
  866.      * Gets the public 'App\Controller\Patient\Dashboard\DashboardController' shared autowired service.
  867.      *
  868.      * @return \App\Controller\Patient\Dashboard\DashboardController
  869.      */
  870.     protected function getDashboardController2Service()
  871.     {
  872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  873.         include_once \dirname(__DIR__4).'/src/Controller/Patient/Dashboard/DashboardController.php';
  874.         $this->services['App\\Controller\\Patient\\Dashboard\\DashboardController'] = $instance = new \App\Controller\Patient\Dashboard\DashboardController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  875.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Patient\\Dashboard\\DashboardController'$this));
  876.         return $instance;
  877.     }
  878.     /**
  879.      * Gets the public 'App\Controller\Utils\UtilsController' shared autowired service.
  880.      *
  881.      * @return \App\Controller\Utils\UtilsController
  882.      */
  883.     protected function getUtilsControllerService()
  884.     {
  885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  886.         include_once \dirname(__DIR__4).'/src/Controller/Utils/UtilsController.php';
  887.         $this->services['App\\Controller\\Utils\\UtilsController'] = $instance = new \App\Controller\Utils\UtilsController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  888.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Utils\\UtilsController'$this));
  889.         return $instance;
  890.     }
  891.     /**
  892.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  893.      *
  894.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  895.      */
  896.     protected function getProfilerControllerService()
  897.     {
  898.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  899.         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()));
  900.     }
  901.     /**
  902.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  903.      *
  904.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  905.      */
  906.     protected function getRedirectControllerService()
  907.     {
  908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  909.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  910.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  911.     }
  912.     /**
  913.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  914.      *
  915.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  916.      */
  917.     protected function getTemplateControllerService()
  918.     {
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  920.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  921.     }
  922.     /**
  923.      * Gets the public 'cache.app' shared service.
  924.      *
  925.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  926.      */
  927.     protected function getCache_AppService()
  928.     {
  929.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('tEbjVwMzp+'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  930.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  931.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  932.     }
  933.     /**
  934.      * Gets the public 'cache.app_clearer' shared service.
  935.      *
  936.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  937.      */
  938.     protected function getCache_AppClearerService()
  939.     {
  940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  942.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  943.     }
  944.     /**
  945.      * Gets the public 'cache.global_clearer' shared service.
  946.      *
  947.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  948.      */
  949.     protected function getCache_GlobalClearerService()
  950.     {
  951.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  953.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), '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'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  954.     }
  955.     /**
  956.      * Gets the public 'cache.system' shared service.
  957.      *
  958.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  959.      */
  960.     protected function getCache_SystemService()
  961.     {
  962.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('z6hXD1UuxG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  963.     }
  964.     /**
  965.      * Gets the public 'cache.system_clearer' shared service.
  966.      *
  967.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  968.      */
  969.     protected function getCache_SystemClearerService()
  970.     {
  971.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  972.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  973.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  974.     }
  975.     /**
  976.      * Gets the public 'cache.validator_expression_language' shared service.
  977.      *
  978.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  979.      */
  980.     protected function getCache_ValidatorExpressionLanguageService()
  981.     {
  982.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ji31LP5S+G'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  983.     }
  984.     /**
  985.      * Gets the public 'cache_warmer' shared service.
  986.      *
  987.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  988.      */
  989.     protected function getCacheWarmerService()
  990.     {
  991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  992.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  993.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  994.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  995.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  996.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  997.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  998.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  999.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1000.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1001.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1002.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1003.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1004.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1005.     }
  1006.     /**
  1007.      * Gets the public 'console.command_loader' shared service.
  1008.      *
  1009.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1010.      */
  1011.     protected function getConsole_CommandLoaderService()
  1012.     {
  1013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1015.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1016.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1017.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1018.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1019.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1020.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1021.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1022.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1023.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1024.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1025.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1026.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1027.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1028.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1029.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1030.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1031.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  1032.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  1033.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  1034.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  1035.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  1036.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  1037.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  1038.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1039.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1040.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1041.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1042.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1043.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1044.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1045.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1046.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1047.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1048.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1049.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1050.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1051.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1052.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1053.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1054.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1055.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1056.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1057.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1058.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1059.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1060.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1061.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1062.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1063.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1064.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1065.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1066.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1067.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1068.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1069.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1070.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1071.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1072.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1073.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1074.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1075.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1076.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1077.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1078.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1079.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1080.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1081.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1082.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1083.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1084.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1085.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1086.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1087.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1088.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1089.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1090.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1091.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1092.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1093.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1094.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1095.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1096.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1097.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1098.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1099.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1100.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1101.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1102.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1103.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1104.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1105.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1106.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1107.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1108.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1109.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1110.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1111.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1112.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1113.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1114.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1115.         ], [
  1116.             'console.command.about' => '?',
  1117.             'console.command.assets_install' => '?',
  1118.             'console.command.cache_clear' => '?',
  1119.             'console.command.cache_pool_clear' => '?',
  1120.             'console.command.cache_pool_prune' => '?',
  1121.             'console.command.cache_pool_delete' => '?',
  1122.             'console.command.cache_pool_list' => '?',
  1123.             'console.command.cache_warmup' => '?',
  1124.             'console.command.config_debug' => '?',
  1125.             'console.command.config_dump_reference' => '?',
  1126.             'console.command.container_debug' => '?',
  1127.             'console.command.container_lint' => '?',
  1128.             'console.command.debug_autowiring' => '?',
  1129.             'console.command.dotenv_debug' => '?',
  1130.             'console.command.event_dispatcher_debug' => '?',
  1131.             'console.command.messenger_consume_messages' => '?',
  1132.             'console.command.messenger_setup_transports' => '?',
  1133.             'console.command.messenger_debug' => '?',
  1134.             'console.command.messenger_stop_workers' => '?',
  1135.             'console.command.messenger_failed_messages_retry' => '?',
  1136.             'console.command.messenger_failed_messages_show' => '?',
  1137.             'console.command.messenger_failed_messages_remove' => '?',
  1138.             'console.command.router_debug' => '?',
  1139.             'console.command.router_match' => '?',
  1140.             'console.command.translation_debug' => '?',
  1141.             'console.command.translation_extract' => '?',
  1142.             'console.command.validator_debug' => '?',
  1143.             'console.command.translation_pull' => '?',
  1144.             'console.command.translation_push' => '?',
  1145.             'console.command.xliff_lint' => '?',
  1146.             'console.command.yaml_lint' => '?',
  1147.             'console.command.form_debug' => '?',
  1148.             'console.command.secrets_set' => '?',
  1149.             'console.command.secrets_remove' => '?',
  1150.             'console.command.secrets_generate_key' => '?',
  1151.             'console.command.secrets_list' => '?',
  1152.             'console.command.secrets_decrypt_to_local' => '?',
  1153.             'console.command.secrets_encrypt_from_local' => '?',
  1154.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1155.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1156.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1157.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1158.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1159.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1160.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1161.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1162.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1163.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1164.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1165.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1166.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1167.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1168.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1169.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1170.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1171.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1172.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1173.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1174.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1175.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1176.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1177.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1178.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1179.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1180.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1181.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1182.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1183.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1184.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1185.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1186.             'var_dumper.command.server_dump' => '?',
  1187.             'monolog.command.server_log' => '?',
  1188.             'twig.command.debug' => '?',
  1189.             'twig.command.lint' => '?',
  1190.             'security.command.debug_firewall' => '?',
  1191.             'security.command.user_password_encoder' => '?',
  1192.             'security.command.user_password_hash' => '?',
  1193.             'maker.auto_command.make_auth' => '?',
  1194.             'maker.auto_command.make_command' => '?',
  1195.             'maker.auto_command.make_controller' => '?',
  1196.             'maker.auto_command.make_crud' => '?',
  1197.             'maker.auto_command.make_docker_database' => '?',
  1198.             'maker.auto_command.make_entity' => '?',
  1199.             'maker.auto_command.make_fixtures' => '?',
  1200.             'maker.auto_command.make_form' => '?',
  1201.             'maker.auto_command.make_message' => '?',
  1202.             'maker.auto_command.make_messenger_middleware' => '?',
  1203.             'maker.auto_command.make_registration_form' => '?',
  1204.             'maker.auto_command.make_reset_password' => '?',
  1205.             'maker.auto_command.make_serializer_encoder' => '?',
  1206.             'maker.auto_command.make_serializer_normalizer' => '?',
  1207.             'maker.auto_command.make_subscriber' => '?',
  1208.             'maker.auto_command.make_twig_extension' => '?',
  1209.             'maker.auto_command.make_test' => '?',
  1210.             'maker.auto_command.make_validator' => '?',
  1211.             'maker.auto_command.make_voter' => '?',
  1212.             'maker.auto_command.make_user' => '?',
  1213.             'maker.auto_command.make_migration' => '?',
  1214.             'maker.auto_command.make_stimulus_controller' => '?',
  1215.         ]), ['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''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''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''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''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''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']);
  1216.     }
  1217.     /**
  1218.      * Gets the public 'container.env_var_processors_locator' shared service.
  1219.      *
  1220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1221.      */
  1222.     protected function getContainer_EnvVarProcessorsLocatorService()
  1223.     {
  1224.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1225.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1226.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1227.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1228.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1229.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1230.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1231.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1232.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1233.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1234.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1235.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1236.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1237.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1238.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1239.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1240.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1241.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1242.         ], [
  1243.             'base64' => '?',
  1244.             'bool' => '?',
  1245.             'const' => '?',
  1246.             'csv' => '?',
  1247.             'default' => '?',
  1248.             'file' => '?',
  1249.             'float' => '?',
  1250.             'int' => '?',
  1251.             'json' => '?',
  1252.             'key' => '?',
  1253.             'not' => '?',
  1254.             'query_string' => '?',
  1255.             'require' => '?',
  1256.             'resolve' => '?',
  1257.             'string' => '?',
  1258.             'trim' => '?',
  1259.             'url' => '?',
  1260.         ]);
  1261.     }
  1262.     /**
  1263.      * Gets the public 'data_collector.dump' shared service.
  1264.      *
  1265.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1266.      */
  1267.     protected function getDataCollector_DumpService()
  1268.     {
  1269.         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()));
  1270.     }
  1271.     /**
  1272.      * Gets the public 'doctrine' shared service.
  1273.      *
  1274.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1275.      */
  1276.     protected function getDoctrineService()
  1277.     {
  1278.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1279.     }
  1280.     /**
  1281.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1282.      *
  1283.      * @return \Doctrine\DBAL\Connection
  1284.      */
  1285.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1286.     {
  1287.         $a = new \Doctrine\DBAL\Configuration();
  1288.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1289.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1290.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1291.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1292.         $c = 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))));
  1293.         $c->setConnectionName('default');
  1294.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1295.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1296.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1297.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1298.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1299.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1300.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1301.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  1302.         ], [
  1303.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1304.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1305.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1306.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1307.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1308.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> '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']]), []);
  1309.     }
  1310.     /**
  1311.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1312.      *
  1313.      * @return \Doctrine\ORM\EntityManager
  1314.      */
  1315.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1316.     {
  1317.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1318.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1319.             return $this->services['doctrine.orm.default_entity_manager'];
  1320.         }
  1321.         $b = new \Doctrine\ORM\Configuration();
  1322.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1323.         $c->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1324.         $b->setEntityNamespaces(['App' => 'App\\Entity']);
  1325.         $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1326.         $b->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1327.         $b->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1328.         $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1329.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1330.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1331.         ], [
  1332.             'doctrine.ulid_generator' => '?',
  1333.             'doctrine.uuid_generator' => '?',
  1334.         ])));
  1335.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1336.         $b->setProxyNamespace('Proxies');
  1337.         $b->setAutoGenerateProxyClasses(true);
  1338.         $b->setSchemaIgnoreClasses([]);
  1339.         $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1340.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1341.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1342.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1343.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1344.         $b->setLazyGhostObjectEnabled(false);
  1345.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1346.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b);
  1347.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1348.         return $instance;
  1349.     }
  1350.     /**
  1351.      * Gets the public 'error_controller' shared service.
  1352.      *
  1353.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1354.      */
  1355.     protected function getErrorControllerService()
  1356.     {
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1359.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1360.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1361.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1362.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1363.         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)));
  1364.     }
  1365.     /**
  1366.      * Gets the public 'event_dispatcher' shared service.
  1367.      *
  1368.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1369.      */
  1370.     protected function getEventDispatcherService()
  1371.     {
  1372.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1373.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1374.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1375.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1376.         $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())));
  1377.         $instance->addListener('kernel.controller', [=> function () {
  1378.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1379.         }, => 'onKernelController'], 0);
  1380.         $instance->addListener('kernel.exception', [=> function () {
  1381.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1382.         }, => 'onKernelException'], 0);
  1383.         $instance->addListener('kernel.request', [=> function () {
  1384.             return ($this->privates['App\\EventListener\\RouteListener'] ?? $this->getRouteListenerService());
  1385.         }, => 'onRouteRequest'], 0);
  1386.         $instance->addListener('kernel.response', [=> function () {
  1387.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1388.         }, => 'onKernelResponse'], 0);
  1389.         $instance->addListener('kernel.response', [=> function () {
  1390.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1391.         }, => 'onKernelResponse'], -1024);
  1392.         $instance->addListener('kernel.request', [=> function () {
  1393.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1394.         }, => 'setDefaultLocale'], 100);
  1395.         $instance->addListener('kernel.request', [=> function () {
  1396.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1397.         }, => 'onKernelRequest'], 16);
  1398.         $instance->addListener('kernel.finish_request', [=> function () {
  1399.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1400.         }, => 'onKernelFinishRequest'], 0);
  1401.         $instance->addListener('kernel.request', [=> function () {
  1402.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1403.         }, => 'onKernelRequest'], 256);
  1404.         $instance->addListener('kernel.response', [=> function () {
  1405.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1406.         }, => 'onResponse'], -255);
  1407.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1408.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1409.         }, => 'onControllerArguments'], 0);
  1410.         $instance->addListener('kernel.exception', [=> function () {
  1411.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1412.         }, => 'logKernelException'], 0);
  1413.         $instance->addListener('kernel.exception', [=> function () {
  1414.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1415.         }, => 'onKernelException'], -128);
  1416.         $instance->addListener('kernel.response', [=> function () {
  1417.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1418.         }, => 'removeCspHeader'], -128);
  1419.         $instance->addListener('kernel.request', [=> function () {
  1420.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1421.         }, => 'onKernelRequest'], 15);
  1422.         $instance->addListener('kernel.finish_request', [=> function () {
  1423.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1424.         }, => 'onKernelFinishRequest'], -15);
  1425.         $instance->addListener('console.error', [=> function () {
  1426.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1427.         }, => 'onConsoleError'], -128);
  1428.         $instance->addListener('console.terminate', [=> function () {
  1429.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1430.         }, => 'onConsoleTerminate'], -128);
  1431.         $instance->addListener('console.error', [=> function () {
  1432.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1433.         }, => 'onConsoleError'], 0);
  1434.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1435.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1436.         }, => 'onMessage'], -255);
  1437.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1438.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1439.         }, => 'onMessage'], -255);
  1440.         $instance->addListener('kernel.request', [=> function () {
  1441.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1442.         }, => 'configure'], 2048);
  1443.         $instance->addListener('console.command', [=> function () {
  1444.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1445.         }, => 'configure'], 2048);
  1446.         $instance->addListener('kernel.request', [=> function () {
  1447.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1448.         }, => 'onKernelRequest'], 32);
  1449.         $instance->addListener('kernel.finish_request', [=> function () {
  1450.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1451.         }, => 'onKernelFinishRequest'], 0);
  1452.         $instance->addListener('kernel.exception', [=> function () {
  1453.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1454.         }, => 'onKernelException'], -64);
  1455.         $instance->addListener('kernel.response', [=> function () {
  1456.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1457.         }, => 'onKernelResponse'], 0);
  1458.         $instance->addListener('kernel.request', [=> function () {
  1459.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1460.         }, => 'onKernelRequest'], 128);
  1461.         $instance->addListener('kernel.response', [=> function () {
  1462.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1463.         }, => 'onKernelResponse'], -1000);
  1464.         $instance->addListener('kernel.finish_request', [=> function () {
  1465.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1466.         }, => 'onFinishRequest'], 0);
  1467.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1468.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1469.         }, => 'onMessageFailed'], 100);
  1470.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1471.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1472.         }, => 'onMessageFailed'], 200);
  1473.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1474.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  1475.         }, => 'onMessageFailed'], -100);
  1476.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1477.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1478.         }, => 'onWorkerStarted'], 0);
  1479.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1480.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1481.         }, => 'onWorkerRunning'], 0);
  1482.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1483.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1484.         }, => 'onMessageFailed'], 0);
  1485.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1486.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1487.         }, => 'onWorkerRunning'], 0);
  1488.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1489.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1490.         }, => 'onNotification'], -255);
  1491.         $instance->addListener('kernel.response', [=> function () {
  1492.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1493.         }, => 'onKernelResponse'], -100);
  1494.         $instance->addListener('kernel.exception', [=> function () {
  1495.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1496.         }, => 'onKernelException'], 0);
  1497.         $instance->addListener('kernel.terminate', [=> function () {
  1498.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1499.         }, => 'onKernelTerminate'], -1024);
  1500.         $instance->addListener('kernel.controller', [=> function () {
  1501.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1502.         }, => 'onKernelController'], 0);
  1503.         $instance->addListener('kernel.response', [=> function () {
  1504.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1505.         }, => 'onKernelResponse'], 0);
  1506.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1507.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1508.         }, => 'onWorkerMessageHandled'], 0);
  1509.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1510.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1511.         }, => 'onWorkerMessageFailed'], 0);
  1512.         $instance->addListener('console.command', [=> function () {
  1513.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1514.         }, => 'configure'], 1024);
  1515.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1516.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1517.         }, => 'onMessage'], 0);
  1518.         $instance->addListener('kernel.response', [=> function () {
  1519.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1520.         }, => 'onKernelResponse'], -128);
  1521.         $instance->addListener('kernel.response', [=> function () {
  1522.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1523.         }, => 'onKernelResponse'], 0);
  1524.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1525.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1526.         }, => 'onVoterVote'], 0);
  1527.         $instance->addListener('kernel.request', [=> function () {
  1528.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1529.         }, => 'configureLogoutUrlGenerator'], 8);
  1530.         $instance->addListener('kernel.request', [=> function () {
  1531.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1532.         }, => 'onKernelRequest'], 8);
  1533.         $instance->addListener('kernel.finish_request', [=> function () {
  1534.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1535.         }, => 'onKernelFinishRequest'], 0);
  1536.         $instance->addListener('console.command', [=> function () {
  1537.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1538.         }, => 'onCommand'], 255);
  1539.         $instance->addListener('console.terminate', [=> function () {
  1540.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1541.         }, => 'onTerminate'], -255);
  1542.         $instance->addListener('console.error', [=> function () {
  1543.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1544.         }, => 'onConsoleError'], 0);
  1545.         $instance->addListener('console.terminate', [=> function () {
  1546.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1547.         }, => 'onConsoleTerminate'], 0);
  1548.         $instance->addListener('kernel.finish_request', [=> function () {
  1549.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1550.         }, => 'resetAssets'], 0);
  1551.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1552.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1553.         }, => 'onLogout'], 0);
  1554.         return $instance;
  1555.     }
  1556.     /**
  1557.      * Gets the public 'http_kernel' shared service.
  1558.      *
  1559.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1560.      */
  1561.     protected function getHttpKernelService()
  1562.     {
  1563.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1564.         if (isset($this->services['http_kernel'])) {
  1565.             return $this->services['http_kernel'];
  1566.         }
  1567.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1568.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1569.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1570.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1571.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1572.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1573.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1574.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1575.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1576.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1577.         }, 8)), $b));
  1578.     }
  1579.     /**
  1580.      * Gets the public 'messenger.default_bus' shared service.
  1581.      *
  1582.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1583.      */
  1584.     protected function getMessenger_DefaultBusService()
  1585.     {
  1586.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1587.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  1588.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1589.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1590.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1591.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1592.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  1593.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  1594.         }, 7)));
  1595.     }
  1596.     /**
  1597.      * Gets the public 'monolog.logger.deprecation' shared service.
  1598.      *
  1599.      * @return \Symfony\Bridge\Monolog\Logger
  1600.      */
  1601.     protected function getMonolog_Logger_DeprecationService()
  1602.     {
  1603.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1604.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1605.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1606.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1607.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1608.         return $instance;
  1609.     }
  1610.     /**
  1611.      * Gets the public 'request_stack' shared service.
  1612.      *
  1613.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1614.      */
  1615.     protected function getRequestStackService()
  1616.     {
  1617.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1618.     }
  1619.     /**
  1620.      * Gets the public 'router' shared service.
  1621.      *
  1622.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1623.      */
  1624.     protected function getRouterService()
  1625.     {
  1626.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1627.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1628.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1629.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1630.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1631.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1632.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1633.         ], [
  1634.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1635.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1636.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1637.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1638.         return $instance;
  1639.     }
  1640.     /**
  1641.      * Gets the public 'routing.loader' shared service.
  1642.      *
  1643.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1644.      */
  1645.     protected function getRouting_LoaderService()
  1646.     {
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1649.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1651.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1652.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1653.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1654.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1655.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1656.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1658.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1659.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1662.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1663.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1664.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1666.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1667.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1671.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1672.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1673.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1674.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1675.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1676.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1677.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1678.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1679.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1680.             'kernel' => ['services''kernel''getKernelService'false],
  1681.         ], [
  1682.             'kernel' => 'App\\Kernel',
  1683.         ]), 'dev'));
  1684.         $a->addLoader($c);
  1685.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1686.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1687.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1688.     }
  1689.     /**
  1690.      * Gets the public 'services_resetter' shared service.
  1691.      *
  1692.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1693.      */
  1694.     protected function getServicesResetterService()
  1695.     {
  1696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1697.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1698.             if (isset($this->services['cache.app'])) {
  1699.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1700.             }
  1701.             if (isset($this->services['cache.system'])) {
  1702.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1703.             }
  1704.             if (isset($this->privates['cache.validator'])) {
  1705.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1706.             }
  1707.             if (isset($this->privates['cache.serializer'])) {
  1708.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1709.             }
  1710.             if (isset($this->privates['cache.annotations'])) {
  1711.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1712.             }
  1713.             if (isset($this->privates['cache.property_info'])) {
  1714.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1715.             }
  1716.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  1717.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  1718.             }
  1719.             if (isset($this->privates['.debug.http_client'])) {
  1720.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1721.             }
  1722.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1723.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1724.             }
  1725.             if (isset($this->privates['debug.stopwatch'])) {
  1726.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1727.             }
  1728.             if (isset($this->services['event_dispatcher'])) {
  1729.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1730.             }
  1731.             if (isset($this->privates['session_listener'])) {
  1732.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1733.             }
  1734.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1735.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1736.             }
  1737.             if (isset($this->services['cache.validator_expression_language'])) {
  1738.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1739.             }
  1740.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  1741.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  1742.             }
  1743.             if (isset($this->services['.container.private.profiler'])) {
  1744.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1745.             }
  1746.             if (isset($this->services['.container.private.validator'])) {
  1747.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1748.             }
  1749.             if (isset($this->services['doctrine'])) {
  1750.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1751.             }
  1752.             if (isset($this->privates['form.type.entity'])) {
  1753.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1754.             }
  1755.             if (isset($this->privates['twig.form.engine'])) {
  1756.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1757.             }
  1758.             if (isset($this->services['.container.private.security.token_storage'])) {
  1759.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1760.             }
  1761.             if (isset($this->privates['cache.security_expression_language'])) {
  1762.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1763.             }
  1764.             if (isset($this->privates['monolog.handler.main'])) {
  1765.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1766.             }
  1767.             if (isset($this->privates['monolog.handler.console'])) {
  1768.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1769.             }
  1770.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1771.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1772.             }
  1773.             if (isset($this->privates['cache.webpack_encore'])) {
  1774.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1775.             }
  1776.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1777.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1778.             }
  1779.             if (isset($this->privates['.debug.http_client'])) {
  1780.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1781.             }
  1782.         }, function () {
  1783.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (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->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client']));
  1784.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> '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'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1785.     }
  1786.     /**
  1787.      * Gets the public 'translator' shared service.
  1788.      *
  1789.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1790.      */
  1791.     protected function getTranslatorService()
  1792.     {
  1793.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1794.     }
  1795.     /**
  1796.      * Gets the public 'var_dumper.cloner' shared service.
  1797.      *
  1798.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1799.      */
  1800.     protected function getVarDumper_ClonerService()
  1801.     {
  1802.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1803.         $instance->setMaxItems(2500);
  1804.         $instance->setMinDepth(1);
  1805.         $instance->setMaxString(-1);
  1806.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1807.         return $instance;
  1808.     }
  1809.     /**
  1810.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1811.      *
  1812.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1813.      */
  1814.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1815.     {
  1816.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1817.         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()));
  1818.     }
  1819.     /**
  1820.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1821.      *
  1822.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1823.      */
  1824.     protected function getWebProfiler_Controller_ProfilerService()
  1825.     {
  1826.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1827.         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));
  1828.     }
  1829.     /**
  1830.      * Gets the public 'web_profiler.controller.router' shared service.
  1831.      *
  1832.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1833.      */
  1834.     protected function getWebProfiler_Controller_RouterService()
  1835.     {
  1836.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1837.         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 () {
  1838.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1839.         }, 1));
  1840.     }
  1841.     /**
  1842.      * Gets the private '.console.command.about.lazy' shared service.
  1843.      *
  1844.      * @return \Symfony\Component\Console\Command\LazyCommand
  1845.      */
  1846.     protected function get_Console_Command_About_LazyService()
  1847.     {
  1848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1850.         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 {
  1851.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1852.         });
  1853.     }
  1854.     /**
  1855.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1856.      *
  1857.      * @return \Symfony\Component\Console\Command\LazyCommand
  1858.      */
  1859.     protected function get_Console_Command_AssetsInstall_LazyService()
  1860.     {
  1861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1863.         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 {
  1864.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1865.         });
  1866.     }
  1867.     /**
  1868.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1869.      *
  1870.      * @return \Symfony\Component\Console\Command\LazyCommand
  1871.      */
  1872.     protected function get_Console_Command_CacheClear_LazyService()
  1873.     {
  1874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1876.         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 {
  1877.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1878.         });
  1879.     }
  1880.     /**
  1881.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1882.      *
  1883.      * @return \Symfony\Component\Console\Command\LazyCommand
  1884.      */
  1885.     protected function get_Console_Command_CachePoolClear_LazyService()
  1886.     {
  1887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1889.         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 {
  1890.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1891.         });
  1892.     }
  1893.     /**
  1894.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1895.      *
  1896.      * @return \Symfony\Component\Console\Command\LazyCommand
  1897.      */
  1898.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1899.     {
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1902.         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 {
  1903.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1904.         });
  1905.     }
  1906.     /**
  1907.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1908.      *
  1909.      * @return \Symfony\Component\Console\Command\LazyCommand
  1910.      */
  1911.     protected function get_Console_Command_CachePoolList_LazyService()
  1912.     {
  1913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1915.         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 {
  1916.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1917.         });
  1918.     }
  1919.     /**
  1920.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1921.      *
  1922.      * @return \Symfony\Component\Console\Command\LazyCommand
  1923.      */
  1924.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1925.     {
  1926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1928.         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 {
  1929.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1930.         });
  1931.     }
  1932.     /**
  1933.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\Console\Command\LazyCommand
  1936.      */
  1937.     protected function get_Console_Command_CacheWarmup_LazyService()
  1938.     {
  1939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1941.         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 {
  1942.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1943.         });
  1944.     }
  1945.     /**
  1946.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1947.      *
  1948.      * @return \Symfony\Component\Console\Command\LazyCommand
  1949.      */
  1950.     protected function get_Console_Command_ConfigDebug_LazyService()
  1951.     {
  1952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1954.         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 {
  1955.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1956.         });
  1957.     }
  1958.     /**
  1959.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1960.      *
  1961.      * @return \Symfony\Component\Console\Command\LazyCommand
  1962.      */
  1963.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1964.     {
  1965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1967.         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 {
  1968.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1969.         });
  1970.     }
  1971.     /**
  1972.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1973.      *
  1974.      * @return \Symfony\Component\Console\Command\LazyCommand
  1975.      */
  1976.     protected function get_Console_Command_ContainerDebug_LazyService()
  1977.     {
  1978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1980.         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 {
  1981.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1982.         });
  1983.     }
  1984.     /**
  1985.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1986.      *
  1987.      * @return \Symfony\Component\Console\Command\LazyCommand
  1988.      */
  1989.     protected function get_Console_Command_ContainerLint_LazyService()
  1990.     {
  1991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1993.         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 {
  1994.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1995.         });
  1996.     }
  1997.     /**
  1998.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\Console\Command\LazyCommand
  2001.      */
  2002.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2003.     {
  2004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2006.         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 {
  2007.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2008.         });
  2009.     }
  2010.     /**
  2011.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2012.      *
  2013.      * @return \Symfony\Component\Console\Command\LazyCommand
  2014.      */
  2015.     protected function get_Console_Command_DotenvDebug_LazyService()
  2016.     {
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2019.         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 {
  2020.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2021.         });
  2022.     }
  2023.     /**
  2024.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2025.      *
  2026.      * @return \Symfony\Component\Console\Command\LazyCommand
  2027.      */
  2028.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2029.     {
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2032.         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 {
  2033.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2034.         });
  2035.     }
  2036.     /**
  2037.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2038.      *
  2039.      * @return \Symfony\Component\Console\Command\LazyCommand
  2040.      */
  2041.     protected function get_Console_Command_FormDebug_LazyService()
  2042.     {
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2045.         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 {
  2046.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2047.         });
  2048.     }
  2049.     /**
  2050.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  2051.      *
  2052.      * @return \Symfony\Component\Console\Command\LazyCommand
  2053.      */
  2054.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  2055.     {
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2058.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  2059.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  2060.         });
  2061.     }
  2062.     /**
  2063.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\Console\Command\LazyCommand
  2066.      */
  2067.     protected function get_Console_Command_MessengerDebug_LazyService()
  2068.     {
  2069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2071.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  2072.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  2073.         });
  2074.     }
  2075.     /**
  2076.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\Console\Command\LazyCommand
  2079.      */
  2080.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  2081.     {
  2082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2084.         return $this->privates['.console.command.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
  2085.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  2086.         });
  2087.     }
  2088.     /**
  2089.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\Console\Command\LazyCommand
  2092.      */
  2093.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  2094.     {
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2097.         return $this->privates['.console.command.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
  2098.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  2099.         });
  2100.     }
  2101.     /**
  2102.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Console\Command\LazyCommand
  2105.      */
  2106.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  2107.     {
  2108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2110.         return $this->privates['.console.command.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
  2111.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  2112.         });
  2113.     }
  2114.     /**
  2115.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  2116.      *
  2117.      * @return \Symfony\Component\Console\Command\LazyCommand
  2118.      */
  2119.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2123.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  2124.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  2125.         });
  2126.     }
  2127.     /**
  2128.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  2129.      *
  2130.      * @return \Symfony\Component\Console\Command\LazyCommand
  2131.      */
  2132.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  2133.     {
  2134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2136.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  2137.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  2138.         });
  2139.     }
  2140.     /**
  2141.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2142.      *
  2143.      * @return \Symfony\Component\Console\Command\LazyCommand
  2144.      */
  2145.     protected function get_Console_Command_RouterDebug_LazyService()
  2146.     {
  2147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2149.         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 {
  2150.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2151.         });
  2152.     }
  2153.     /**
  2154.      * Gets the private '.console.command.router_match.lazy' shared service.
  2155.      *
  2156.      * @return \Symfony\Component\Console\Command\LazyCommand
  2157.      */
  2158.     protected function get_Console_Command_RouterMatch_LazyService()
  2159.     {
  2160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2162.         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 {
  2163.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2164.         });
  2165.     }
  2166.     /**
  2167.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2168.      *
  2169.      * @return \Symfony\Component\Console\Command\LazyCommand
  2170.      */
  2171.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2172.     {
  2173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2175.         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 {
  2176.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2177.         });
  2178.     }
  2179.     /**
  2180.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2181.      *
  2182.      * @return \Symfony\Component\Console\Command\LazyCommand
  2183.      */
  2184.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2185.     {
  2186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2188.         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 {
  2189.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2190.         });
  2191.     }
  2192.     /**
  2193.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2194.      *
  2195.      * @return \Symfony\Component\Console\Command\LazyCommand
  2196.      */
  2197.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2198.     {
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2201.         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 {
  2202.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2203.         });
  2204.     }
  2205.     /**
  2206.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2207.      *
  2208.      * @return \Symfony\Component\Console\Command\LazyCommand
  2209.      */
  2210.     protected function get_Console_Command_SecretsList_LazyService()
  2211.     {
  2212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2214.         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 {
  2215.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2216.         });
  2217.     }
  2218.     /**
  2219.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2220.      *
  2221.      * @return \Symfony\Component\Console\Command\LazyCommand
  2222.      */
  2223.     protected function get_Console_Command_SecretsRemove_LazyService()
  2224.     {
  2225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2227.         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 {
  2228.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2229.         });
  2230.     }
  2231.     /**
  2232.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2233.      *
  2234.      * @return \Symfony\Component\Console\Command\LazyCommand
  2235.      */
  2236.     protected function get_Console_Command_SecretsSet_LazyService()
  2237.     {
  2238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2240.         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 {
  2241.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2242.         });
  2243.     }
  2244.     /**
  2245.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2246.      *
  2247.      * @return \Symfony\Component\Console\Command\LazyCommand
  2248.      */
  2249.     protected function get_Console_Command_TranslationDebug_LazyService()
  2250.     {
  2251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2253.         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 {
  2254.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2255.         });
  2256.     }
  2257.     /**
  2258.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2259.      *
  2260.      * @return \Symfony\Component\Console\Command\LazyCommand
  2261.      */
  2262.     protected function get_Console_Command_TranslationExtract_LazyService()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2266.         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 {
  2267.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2268.         });
  2269.     }
  2270.     /**
  2271.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2272.      *
  2273.      * @return \Symfony\Component\Console\Command\LazyCommand
  2274.      */
  2275.     protected function get_Console_Command_TranslationPull_LazyService()
  2276.     {
  2277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2279.         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 {
  2280.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2281.         });
  2282.     }
  2283.     /**
  2284.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2285.      *
  2286.      * @return \Symfony\Component\Console\Command\LazyCommand
  2287.      */
  2288.     protected function get_Console_Command_TranslationPush_LazyService()
  2289.     {
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2292.         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 {
  2293.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2294.         });
  2295.     }
  2296.     /**
  2297.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2298.      *
  2299.      * @return \Symfony\Component\Console\Command\LazyCommand
  2300.      */
  2301.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2302.     {
  2303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2305.         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 {
  2306.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2307.         });
  2308.     }
  2309.     /**
  2310.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2311.      *
  2312.      * @return \Symfony\Component\Console\Command\LazyCommand
  2313.      */
  2314.     protected function get_Console_Command_XliffLint_LazyService()
  2315.     {
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2318.         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 {
  2319.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2320.         });
  2321.     }
  2322.     /**
  2323.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2324.      *
  2325.      * @return \Symfony\Component\Console\Command\LazyCommand
  2326.      */
  2327.     protected function get_Console_Command_YamlLint_LazyService()
  2328.     {
  2329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2331.         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 {
  2332.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2333.         });
  2334.     }
  2335.     /**
  2336.      * Gets the private '.debug.http_client' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2339.      */
  2340.     protected function get_Debug_HttpClientService()
  2341.     {
  2342.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2343.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2344.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2345.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2346.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2347.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2348.         $a->setLogger($b);
  2349.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2350.     }
  2351.     /**
  2352.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2353.      *
  2354.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2355.      */
  2356.     protected function getLoaderInterfaceService()
  2357.     {
  2358.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": 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".');
  2359.     }
  2360.     /**
  2361.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\Console\Command\LazyCommand
  2364.      */
  2365.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2366.     {
  2367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2369.         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 {
  2370.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2371.         });
  2372.     }
  2373.     /**
  2374.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2375.      *
  2376.      * @return \Symfony\Component\Console\Command\LazyCommand
  2377.      */
  2378.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2379.     {
  2380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2382.         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 {
  2383.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2384.         });
  2385.     }
  2386.     /**
  2387.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2388.      *
  2389.      * @return \Symfony\Component\Console\Command\LazyCommand
  2390.      */
  2391.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2392.     {
  2393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2395.         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 {
  2396.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2397.         });
  2398.     }
  2399.     /**
  2400.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2401.      *
  2402.      * @return \Symfony\Component\Console\Command\LazyCommand
  2403.      */
  2404.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2405.     {
  2406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2408.         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 {
  2409.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2410.         });
  2411.     }
  2412.     /**
  2413.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2414.      *
  2415.      * @return \Symfony\Component\Console\Command\LazyCommand
  2416.      */
  2417.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2418.     {
  2419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2421.         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 {
  2422.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2423.         });
  2424.     }
  2425.     /**
  2426.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2427.      *
  2428.      * @return \Symfony\Component\Console\Command\LazyCommand
  2429.      */
  2430.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2431.     {
  2432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2434.         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 {
  2435.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2436.         });
  2437.     }
  2438.     /**
  2439.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2440.      *
  2441.      * @return \Symfony\Component\Console\Command\LazyCommand
  2442.      */
  2443.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2444.     {
  2445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2447.         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 {
  2448.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2449.         });
  2450.     }
  2451.     /**
  2452.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2453.      *
  2454.      * @return \Symfony\Component\Console\Command\LazyCommand
  2455.      */
  2456.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2457.     {
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2460.         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 {
  2461.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2462.         });
  2463.     }
  2464.     /**
  2465.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2466.      *
  2467.      * @return \Symfony\Component\Console\Command\LazyCommand
  2468.      */
  2469.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2470.     {
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2473.         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 {
  2474.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2475.         });
  2476.     }
  2477.     /**
  2478.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2479.      *
  2480.      * @return \Symfony\Component\Console\Command\LazyCommand
  2481.      */
  2482.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2483.     {
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2486.         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 {
  2487.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2488.         });
  2489.     }
  2490.     /**
  2491.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2492.      *
  2493.      * @return \Symfony\Component\Console\Command\LazyCommand
  2494.      */
  2495.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2496.     {
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2499.         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 {
  2500.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2501.         });
  2502.     }
  2503.     /**
  2504.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2505.      *
  2506.      * @return \Symfony\Component\Console\Command\LazyCommand
  2507.      */
  2508.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2509.     {
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2512.         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 {
  2513.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2514.         });
  2515.     }
  2516.     /**
  2517.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2518.      *
  2519.      * @return \Symfony\Component\Console\Command\LazyCommand
  2520.      */
  2521.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2522.     {
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2525.         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 {
  2526.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2527.         });
  2528.     }
  2529.     /**
  2530.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\Console\Command\LazyCommand
  2533.      */
  2534.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2535.     {
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2538.         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 {
  2539.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2540.         });
  2541.     }
  2542.     /**
  2543.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2544.      *
  2545.      * @return \Symfony\Component\Console\Command\LazyCommand
  2546.      */
  2547.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2548.     {
  2549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2551.         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 {
  2552.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2553.         });
  2554.     }
  2555.     /**
  2556.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2557.      *
  2558.      * @return \Symfony\Component\Console\Command\LazyCommand
  2559.      */
  2560.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2561.     {
  2562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2564.         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 {
  2565.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2566.         });
  2567.     }
  2568.     /**
  2569.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2570.      *
  2571.      * @return \Symfony\Component\Console\Command\LazyCommand
  2572.      */
  2573.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2574.     {
  2575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2577.         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 {
  2578.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2579.         });
  2580.     }
  2581.     /**
  2582.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2583.      *
  2584.      * @return \Symfony\Component\Console\Command\LazyCommand
  2585.      */
  2586.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2587.     {
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2590.         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 {
  2591.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2592.         });
  2593.     }
  2594.     /**
  2595.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2596.      *
  2597.      * @return \Symfony\Component\Console\Command\LazyCommand
  2598.      */
  2599.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2600.     {
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2603.         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 {
  2604.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2605.         });
  2606.     }
  2607.     /**
  2608.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2609.      *
  2610.      * @return \Symfony\Component\Console\Command\LazyCommand
  2611.      */
  2612.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2613.     {
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2616.         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 {
  2617.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2618.         });
  2619.     }
  2620.     /**
  2621.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2622.      *
  2623.      * @return \Symfony\Component\Console\Command\LazyCommand
  2624.      */
  2625.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2626.     {
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2629.         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 {
  2630.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2631.         });
  2632.     }
  2633.     /**
  2634.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\Console\Command\LazyCommand
  2637.      */
  2638.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2639.     {
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2642.         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 {
  2643.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2644.         });
  2645.     }
  2646.     /**
  2647.      * Gets the private '.messenger.handler_descriptor.Lml2ICs' shared service.
  2648.      *
  2649.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2650.      */
  2651.     protected function get_Messenger_HandlerDescriptor_Lml2ICsService()
  2652.     {
  2653.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2654.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  2655.         return $this->privates['.messenger.handler_descriptor.Lml2ICs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler(($this->privates['texter.transports'] ?? $this->getTexter_TransportsService())), []);
  2656.     }
  2657.     /**
  2658.      * Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
  2659.      *
  2660.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2661.      */
  2662.     protected function get_Messenger_HandlerDescriptor_XZowc_TService()
  2663.     {
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  2666.         return $this->privates['.messenger.handler_descriptor.XZowc.T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler(($this->privates['texter.transports'] ?? $this->getTexter_TransportsService())), []);
  2667.     }
  2668.     /**
  2669.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  2670.      *
  2671.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2672.      */
  2673.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  2674.     {
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  2678.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  2680.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2681.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  2682.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  2683.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  2684.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  2685.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
  2686.     }
  2687.     /**
  2688.      * Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
  2689.      *
  2690.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2691.      */
  2692.     protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
  2693.     {
  2694.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  2699.         return $this->privates['.messenger.handler_descriptor.vMw0m61'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler((new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  2700.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  2701.         }, 1)))->fromStrings([])), []);
  2702.     }
  2703.     /**
  2704.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\Console\Command\LazyCommand
  2707.      */
  2708.     protected function get_Monolog_Command_ServerLog_LazyService()
  2709.     {
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2712.         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 {
  2713.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2714.         });
  2715.     }
  2716.     /**
  2717.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2718.      *
  2719.      * @return \Symfony\Component\Console\Command\LazyCommand
  2720.      */
  2721.     protected function get_Security_Command_DebugFirewall_LazyService()
  2722.     {
  2723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2725.         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 {
  2726.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2727.         });
  2728.     }
  2729.     /**
  2730.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2731.      *
  2732.      * @return \Symfony\Component\Console\Command\LazyCommand
  2733.      */
  2734.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2735.     {
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2738.         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 {
  2739.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2740.         });
  2741.     }
  2742.     /**
  2743.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2744.      *
  2745.      * @return \Symfony\Component\Console\Command\LazyCommand
  2746.      */
  2747.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2748.     {
  2749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2751.         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 {
  2752.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2753.         });
  2754.     }
  2755.     /**
  2756.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2757.      *
  2758.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2759.      */
  2760.     protected function get_ServiceLocator_GNc8e5BService()
  2761.     {
  2762.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2763.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2764.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2765.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2766.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2767.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2768.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2769.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2770.             'router' => ['services''router''getRouterService'false],
  2771.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2772.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2773.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2774.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2775.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2776.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2777.         ], [
  2778.             'doctrine' => '?',
  2779.             'form.factory' => '?',
  2780.             'http_kernel' => '?',
  2781.             'message_bus' => '?',
  2782.             'messenger.default_bus' => '?',
  2783.             'parameter_bag' => '?',
  2784.             'request_stack' => '?',
  2785.             'router' => '?',
  2786.             'security.authorization_checker' => '?',
  2787.             'security.csrf.token_manager' => '?',
  2788.             'security.token_storage' => '?',
  2789.             'serializer' => '?',
  2790.             'session' => '.session.deprecated',
  2791.             'twig' => '?',
  2792.         ]);
  2793.     }
  2794.     /**
  2795.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2796.      *
  2797.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2798.      */
  2799.     protected function get_ServiceLocator_KfbR3DYService()
  2800.     {
  2801.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2802.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": 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".'],
  2803.         ], [
  2804.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2805.         ]);
  2806.     }
  2807.     /**
  2808.      * Gets the private '.service_locator.QqiL_jW' shared service.
  2809.      *
  2810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2811.      */
  2812.     protected function get_ServiceLocator_QqiLJWService()
  2813.     {
  2814.         return $this->privates['.service_locator.QqiL_jW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2815.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2816.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2817.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2818.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2819.         ], [
  2820.             'kernel::loadRoutes' => '?',
  2821.             'kernel::registerContainerConfiguration' => '?',
  2822.             'kernel:loadRoutes' => '?',
  2823.             'kernel:registerContainerConfiguration' => '?',
  2824.         ]);
  2825.     }
  2826.     /**
  2827.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  2828.      *
  2829.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2830.      */
  2831.     protected function get_ServiceLocator_Y4J_A_EService()
  2832.     {
  2833.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2834.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  2835.         ], [
  2836.             'failed' => '?',
  2837.         ]);
  2838.     }
  2839.     /**
  2840.      * Gets the private '.service_locator.c7f47p7' shared service.
  2841.      *
  2842.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2843.      */
  2844.     protected function get_ServiceLocator_C7f47p7Service()
  2845.     {
  2846.         return $this->privates['.service_locator.c7f47p7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2847.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  2848.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  2849.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  2850.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  2851.         ], [
  2852.             'async' => '?',
  2853.             'failed' => '?',
  2854.             'messenger.transport.async' => '?',
  2855.             'messenger.transport.failed' => '?',
  2856.         ]);
  2857.     }
  2858.     /**
  2859.      * Gets the private '.service_locator.jlyTfzM' shared service.
  2860.      *
  2861.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2862.      */
  2863.     protected function get_ServiceLocator_JlyTfzMService()
  2864.     {
  2865.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2866.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2867.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2868.         ], [
  2869.             'event_dispatcher' => '?',
  2870.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2871.         ]);
  2872.     }
  2873.     /**
  2874.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2875.      *
  2876.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2877.      */
  2878.     protected function get_ServiceLocator_ZJyh7qSService()
  2879.     {
  2880.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2881.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2882.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2883.         ], [
  2884.             'security.firewall.map.context.dev' => '?',
  2885.             'security.firewall.map.context.main' => '?',
  2886.         ]);
  2887.     }
  2888.     /**
  2889.      * Gets the private '.session.deprecated' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2892.      */
  2893.     protected function get_Session_DeprecatedService()
  2894.     {
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2896.         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();
  2897.     }
  2898.     /**
  2899.      * Gets the private '.twig.command.debug.lazy' shared service.
  2900.      *
  2901.      * @return \Symfony\Component\Console\Command\LazyCommand
  2902.      */
  2903.     protected function get_Twig_Command_Debug_LazyService()
  2904.     {
  2905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2907.         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 {
  2908.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2909.         });
  2910.     }
  2911.     /**
  2912.      * Gets the private '.twig.command.lint.lazy' shared service.
  2913.      *
  2914.      * @return \Symfony\Component\Console\Command\LazyCommand
  2915.      */
  2916.     protected function get_Twig_Command_Lint_LazyService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2920.         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 {
  2921.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2922.         });
  2923.     }
  2924.     /**
  2925.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2926.      *
  2927.      * @return \Symfony\Component\Console\Command\LazyCommand
  2928.      */
  2929.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2930.     {
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2933.         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 {
  2934.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2935.         });
  2936.     }
  2937.     /**
  2938.      * Gets the private 'App\EventListener\RouteListener' shared autowired service.
  2939.      *
  2940.      * @return \App\EventListener\RouteListener
  2941.      */
  2942.     protected function getRouteListenerService()
  2943.     {
  2944.         return $this->privates['App\\EventListener\\RouteListener'] = new \App\EventListener\RouteListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
  2945.     }
  2946.     /**
  2947.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2948.      *
  2949.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2950.      */
  2951.     protected function getManagerRegistryAwareConnectionProviderService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2955.         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'));
  2956.     }
  2957.     /**
  2958.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2959.      *
  2960.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2961.      */
  2962.     protected function getRunSqlCommandService()
  2963.     {
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2966.         $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()));
  2967.         $instance->setName('dbal:run-sql');
  2968.         return $instance;
  2969.     }
  2970.     /**
  2971.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2972.      *
  2973.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2974.      */
  2975.     protected function getResetAssetsEventListenerService()
  2976.     {
  2977.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2978.     }
  2979.     /**
  2980.      * Gets the private 'annotations.cache_adapter' shared service.
  2981.      *
  2982.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2983.      */
  2984.     protected function getAnnotations_CacheAdapterService()
  2985.     {
  2986.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2987.     }
  2988.     /**
  2989.      * Gets the private 'annotations.cache_warmer' shared service.
  2990.      *
  2991.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2992.      */
  2993.     protected function getAnnotations_CacheWarmerService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2998.         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);
  2999.     }
  3000.     /**
  3001.      * Gets the private 'annotations.cached_reader' shared service.
  3002.      *
  3003.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3004.      */
  3005.     protected function getAnnotations_CachedReaderService()
  3006.     {
  3007.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3008.     }
  3009.     /**
  3010.      * Gets the private 'annotations.reader' shared service.
  3011.      *
  3012.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3013.      */
  3014.     protected function getAnnotations_ReaderService()
  3015.     {
  3016.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3017.         $instance->addGlobalIgnoredName('required'NULL);
  3018.         return $instance;
  3019.     }
  3020.     /**
  3021.      * Gets the private 'assets.packages' shared service.
  3022.      *
  3023.      * @return \Symfony\Component\Asset\Packages
  3024.      */
  3025.     protected function getAssets_PackagesService()
  3026.     {
  3027.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3028.         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 () {
  3029.             return new \EmptyIterator();
  3030.         }, 0));
  3031.     }
  3032.     /**
  3033.      * Gets the private 'cache.annotations' shared service.
  3034.      *
  3035.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3036.      */
  3037.     protected function getCache_AnnotationsService()
  3038.     {
  3039.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('W9rZSDWu34'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3040.     }
  3041.     /**
  3042.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3043.      *
  3044.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3045.      */
  3046.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3047.     {
  3048.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3049.     }
  3050.     /**
  3051.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3052.      *
  3053.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3054.      */
  3055.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3056.     {
  3057.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3058.     }
  3059.     /**
  3060.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3061.      *
  3062.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3063.      */
  3064.     protected function getCache_Messenger_RestartWorkersSignalService()
  3065.     {
  3066.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('HtuyAX4rmZ'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3067.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3068.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3069.     }
  3070.     /**
  3071.      * Gets the private 'cache.property_info' shared service.
  3072.      *
  3073.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3074.      */
  3075.     protected function getCache_PropertyInfoService()
  3076.     {
  3077.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YAGnqK0rPN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3078.     }
  3079.     /**
  3080.      * Gets the private 'cache.security_expression_language' shared service.
  3081.      *
  3082.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3083.      */
  3084.     protected function getCache_SecurityExpressionLanguageService()
  3085.     {
  3086.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q+IudZDCS0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3087.     }
  3088.     /**
  3089.      * Gets the private 'cache.serializer' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3092.      */
  3093.     protected function getCache_SerializerService()
  3094.     {
  3095.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PL5PJzmTK4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3096.     }
  3097.     /**
  3098.      * Gets the private 'cache.validator' shared service.
  3099.      *
  3100.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3101.      */
  3102.     protected function getCache_ValidatorService()
  3103.     {
  3104.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Mo8y5OV9Mm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3105.     }
  3106.     /**
  3107.      * Gets the private 'cache.webpack_encore' shared service.
  3108.      *
  3109.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3110.      */
  3111.     protected function getCache_WebpackEncoreService()
  3112.     {
  3113.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HelfyBSwMN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3117.      *
  3118.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3119.      */
  3120.     protected function getCachePoolClearer_CacheWarmerService()
  3121.     {
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3124.         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']);
  3125.     }
  3126.     /**
  3127.      * Gets the private 'config_builder.warmer' shared service.
  3128.      *
  3129.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3130.      */
  3131.     protected function getConfigBuilder_WarmerService()
  3132.     {
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3135.         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()));
  3136.     }
  3137.     /**
  3138.      * Gets the private 'config_cache_factory' shared service.
  3139.      *
  3140.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3141.      */
  3142.     protected function getConfigCacheFactoryService()
  3143.     {
  3144.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3145.             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)));
  3146.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3147.         }, 2));
  3148.     }
  3149.     /**
  3150.      * Gets the private 'console.command.about' shared service.
  3151.      *
  3152.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3153.      */
  3154.     protected function getConsole_Command_AboutService()
  3155.     {
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3158.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3159.         $instance->setName('about');
  3160.         $instance->setDescription('Display information about the current project');
  3161.         return $instance;
  3162.     }
  3163.     /**
  3164.      * Gets the private 'console.command.assets_install' shared service.
  3165.      *
  3166.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3167.      */
  3168.     protected function getConsole_Command_AssetsInstallService()
  3169.     {
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3173.         $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));
  3174.         $instance->setName('assets:install');
  3175.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the private 'console.command.cache_clear' shared service.
  3180.      *
  3181.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3182.      */
  3183.     protected function getConsole_Command_CacheClearService()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3188.         $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())));
  3189.         $instance->setName('cache:clear');
  3190.         $instance->setDescription('Clear the cache');
  3191.         return $instance;
  3192.     }
  3193.     /**
  3194.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3195.      *
  3196.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3197.      */
  3198.     protected function getConsole_Command_CachePoolClearService()
  3199.     {
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3202.         $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.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore']);
  3203.         $instance->setName('cache:pool:clear');
  3204.         $instance->setDescription('Clear cache pools');
  3205.         return $instance;
  3206.     }
  3207.     /**
  3208.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3209.      *
  3210.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3211.      */
  3212.     protected function getConsole_Command_CachePoolDeleteService()
  3213.     {
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3216.         $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.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore']);
  3217.         $instance->setName('cache:pool:delete');
  3218.         $instance->setDescription('Delete an item from a cache pool');
  3219.         return $instance;
  3220.     }
  3221.     /**
  3222.      * Gets the private 'console.command.cache_pool_list' shared service.
  3223.      *
  3224.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3225.      */
  3226.     protected function getConsole_Command_CachePoolListService()
  3227.     {
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3230.         $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.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore']);
  3231.         $instance->setName('cache:pool:list');
  3232.         $instance->setDescription('List available cache pools');
  3233.         return $instance;
  3234.     }
  3235.     /**
  3236.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3237.      *
  3238.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3239.      */
  3240.     protected function getConsole_Command_CachePoolPruneService()
  3241.     {
  3242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3243.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3244.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3245.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3246.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3247.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3248.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3249.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3250.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3251.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  3252.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3253.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3254.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3255.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3256.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3257.         }, 12));
  3258.         $instance->setName('cache:pool:prune');
  3259.         $instance->setDescription('Prune cache pools');
  3260.         return $instance;
  3261.     }
  3262.     /**
  3263.      * Gets the private 'console.command.cache_warmup' shared service.
  3264.      *
  3265.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3266.      */
  3267.     protected function getConsole_Command_CacheWarmupService()
  3268.     {
  3269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3271.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3272.         $instance->setName('cache:warmup');
  3273.         $instance->setDescription('Warm up an empty cache');
  3274.         return $instance;
  3275.     }
  3276.     /**
  3277.      * Gets the private 'console.command.config_debug' shared service.
  3278.      *
  3279.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3280.      */
  3281.     protected function getConsole_Command_ConfigDebugService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3288.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3289.         $instance->setName('debug:config');
  3290.         $instance->setDescription('Dump the current configuration for an extension');
  3291.         return $instance;
  3292.     }
  3293.     /**
  3294.      * Gets the private 'console.command.config_dump_reference' shared service.
  3295.      *
  3296.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3297.      */
  3298.     protected function getConsole_Command_ConfigDumpReferenceService()
  3299.     {
  3300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3305.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3306.         $instance->setName('config:dump-reference');
  3307.         $instance->setDescription('Dump the default configuration for an extension');
  3308.         return $instance;
  3309.     }
  3310.     /**
  3311.      * Gets the private 'console.command.container_debug' shared service.
  3312.      *
  3313.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3314.      */
  3315.     protected function getConsole_Command_ContainerDebugService()
  3316.     {
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3320.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3321.         $instance->setName('debug:container');
  3322.         $instance->setDescription('Display current services for an application');
  3323.         return $instance;
  3324.     }
  3325.     /**
  3326.      * Gets the private 'console.command.container_lint' shared service.
  3327.      *
  3328.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3329.      */
  3330.     protected function getConsole_Command_ContainerLintService()
  3331.     {
  3332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3334.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3335.         $instance->setName('lint:container');
  3336.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3337.         return $instance;
  3338.     }
  3339.     /**
  3340.      * Gets the private 'console.command.debug_autowiring' shared service.
  3341.      *
  3342.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3343.      */
  3344.     protected function getConsole_Command_DebugAutowiringService()
  3345.     {
  3346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3350.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3351.         $instance->setName('debug:autowiring');
  3352.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3353.         return $instance;
  3354.     }
  3355.     /**
  3356.      * Gets the private 'console.command.dotenv_debug' shared service.
  3357.      *
  3358.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3359.      */
  3360.     protected function getConsole_Command_DotenvDebugService()
  3361.     {
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3364.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  3365.         $instance->setName('debug:dotenv');
  3366.         $instance->setDescription('Lists all dotenv files with variables and values');
  3367.         return $instance;
  3368.     }
  3369.     /**
  3370.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3371.      *
  3372.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3373.      */
  3374.     protected function getConsole_Command_EventDispatcherDebugService()
  3375.     {
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3378.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  3379.         $instance->setName('debug:event-dispatcher');
  3380.         $instance->setDescription('Display configured listeners for an application');
  3381.         return $instance;
  3382.     }
  3383.     /**
  3384.      * Gets the private 'console.command.form_debug' shared service.
  3385.      *
  3386.      * @return \Symfony\Component\Form\Command\DebugCommand
  3387.      */
  3388.     protected function getConsole_Command_FormDebugService()
  3389.     {
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3392.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> '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()));
  3393.         $instance->setName('debug:form');
  3394.         $instance->setDescription('Display form type information');
  3395.         return $instance;
  3396.     }
  3397.     /**
  3398.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  3399.      *
  3400.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  3401.      */
  3402.     protected function getConsole_Command_MessengerConsumeMessagesService()
  3403.     {
  3404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  3406.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async'=> 'failed'], NULL, [=> 'messenger.bus.default']);
  3407.         $instance->setName('messenger:consume');
  3408.         $instance->setDescription('Consume messages');
  3409.         return $instance;
  3410.     }
  3411.     /**
  3412.      * Gets the private 'console.command.messenger_debug' shared service.
  3413.      *
  3414.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  3415.      */
  3416.     protected function getConsole_Command_MessengerDebugService()
  3417.     {
  3418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  3420.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> [=> 'chatter.messenger.chat_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> [=> 'texter.messenger.sms_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\PushMessage' => [=> [=> 'texter.messenger.push_handler'=> []]]]]);
  3421.         $instance->setName('debug:messenger');
  3422.         $instance->setDescription('List messages you can dispatch using the message buses');
  3423.         return $instance;
  3424.     }
  3425.     /**
  3426.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  3427.      *
  3428.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  3429.      */
  3430.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  3431.     {
  3432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  3435.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  3436.         $instance->setName('messenger:failed:remove');
  3437.         $instance->setDescription('Remove given messages from the failure transport');
  3438.         return $instance;
  3439.     }
  3440.     /**
  3441.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  3442.      *
  3443.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  3444.      */
  3445.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  3446.     {
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  3450.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3451.         $instance->setName('messenger:failed:retry');
  3452.         $instance->setDescription('Retry one or more messages from the failure transport');
  3453.         return $instance;
  3454.     }
  3455.     /**
  3456.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  3457.      *
  3458.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  3459.      */
  3460.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  3461.     {
  3462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  3465.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  3466.         $instance->setName('messenger:failed:show');
  3467.         $instance->setDescription('Show one or more messages from the failure transport');
  3468.         return $instance;
  3469.     }
  3470.     /**
  3471.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  3472.      *
  3473.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  3474.      */
  3475.     protected function getConsole_Command_MessengerSetupTransportsService()
  3476.     {
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  3479.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'failed']);
  3480.         $instance->setName('messenger:setup-transports');
  3481.         $instance->setDescription('Prepare the required infrastructure for the transport');
  3482.         return $instance;
  3483.     }
  3484.     /**
  3485.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  3486.      *
  3487.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  3488.      */
  3489.     protected function getConsole_Command_MessengerStopWorkersService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  3493.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  3494.         $instance->setName('messenger:stop-workers');
  3495.         $instance->setDescription('Stop workers after their current message');
  3496.         return $instance;
  3497.     }
  3498.     /**
  3499.      * Gets the private 'console.command.router_debug' shared service.
  3500.      *
  3501.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3502.      */
  3503.     protected function getConsole_Command_RouterDebugService()
  3504.     {
  3505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3508.         $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()));
  3509.         $instance->setName('debug:router');
  3510.         $instance->setDescription('Display current routes for an application');
  3511.         return $instance;
  3512.     }
  3513.     /**
  3514.      * Gets the private 'console.command.router_match' shared service.
  3515.      *
  3516.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3517.      */
  3518.     protected function getConsole_Command_RouterMatchService()
  3519.     {
  3520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3522.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3523.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3524.         }, 1));
  3525.         $instance->setName('router:match');
  3526.         $instance->setDescription('Help debug routes by simulating a path info match');
  3527.         return $instance;
  3528.     }
  3529.     /**
  3530.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3531.      *
  3532.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3533.      */
  3534.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3535.     {
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3540.         $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')))));
  3541.         $instance->setName('secrets:decrypt-to-local');
  3542.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3543.         return $instance;
  3544.     }
  3545.     /**
  3546.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3547.      *
  3548.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3549.      */
  3550.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3551.     {
  3552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3556.         $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')))));
  3557.         $instance->setName('secrets:encrypt-from-local');
  3558.         $instance->setDescription('Encrypt all local secrets to the vault');
  3559.         return $instance;
  3560.     }
  3561.     /**
  3562.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3563.      *
  3564.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3565.      */
  3566.     protected function getConsole_Command_SecretsGenerateKeyService()
  3567.     {
  3568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3572.         $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')))));
  3573.         $instance->setName('secrets:generate-keys');
  3574.         $instance->setDescription('Generate new encryption keys');
  3575.         return $instance;
  3576.     }
  3577.     /**
  3578.      * Gets the private 'console.command.secrets_list' shared service.
  3579.      *
  3580.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3581.      */
  3582.     protected function getConsole_Command_SecretsListService()
  3583.     {
  3584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3588.         $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')))));
  3589.         $instance->setName('secrets:list');
  3590.         $instance->setDescription('List all secrets');
  3591.         return $instance;
  3592.     }
  3593.     /**
  3594.      * Gets the private 'console.command.secrets_remove' shared service.
  3595.      *
  3596.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3597.      */
  3598.     protected function getConsole_Command_SecretsRemoveService()
  3599.     {
  3600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3604.         $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')))));
  3605.         $instance->setName('secrets:remove');
  3606.         $instance->setDescription('Remove a secret from the vault');
  3607.         return $instance;
  3608.     }
  3609.     /**
  3610.      * Gets the private 'console.command.secrets_set' shared service.
  3611.      *
  3612.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3613.      */
  3614.     protected function getConsole_Command_SecretsSetService()
  3615.     {
  3616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3620.         $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')))));
  3621.         $instance->setName('secrets:set');
  3622.         $instance->setDescription('Set a secret in the vault');
  3623.         return $instance;
  3624.     }
  3625.     /**
  3626.      * Gets the private 'console.command.translation_debug' shared service.
  3627.      *
  3628.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3629.      */
  3630.     protected function getConsole_Command_TranslationDebugService()
  3631.     {
  3632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3634.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3635.         $instance->setName('debug:translation');
  3636.         $instance->setDescription('Display translation messages information');
  3637.         return $instance;
  3638.     }
  3639.     /**
  3640.      * Gets the private 'console.command.translation_extract' shared service.
  3641.      *
  3642.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3643.      */
  3644.     protected function getConsole_Command_TranslationExtractService()
  3645.     {
  3646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3648.         $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()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3649.         $instance->setName('translation:extract');
  3650.         $instance->setAliases([=> 'translation:update']);
  3651.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3652.         return $instance;
  3653.     }
  3654.     /**
  3655.      * Gets the private 'console.command.translation_pull' shared service.
  3656.      *
  3657.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3658.      */
  3659.     protected function getConsole_Command_TranslationPullService()
  3660.     {
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3664.         $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()), 'en', [], []);
  3665.         $instance->setName('translation:pull');
  3666.         $instance->setDescription('Pull translations from a given provider.');
  3667.         return $instance;
  3668.     }
  3669.     /**
  3670.      * Gets the private 'console.command.translation_push' shared service.
  3671.      *
  3672.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3673.      */
  3674.     protected function getConsole_Command_TranslationPushService()
  3675.     {
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3679.         $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()), [], []);
  3680.         $instance->setName('translation:push');
  3681.         $instance->setDescription('Push translations to a given provider.');
  3682.         return $instance;
  3683.     }
  3684.     /**
  3685.      * Gets the private 'console.command.validator_debug' shared service.
  3686.      *
  3687.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3688.      */
  3689.     protected function getConsole_Command_ValidatorDebugService()
  3690.     {
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3693.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3694.         $instance->setName('debug:validator');
  3695.         $instance->setDescription('Display validation constraints for classes');
  3696.         return $instance;
  3697.     }
  3698.     /**
  3699.      * Gets the private 'console.command.xliff_lint' shared service.
  3700.      *
  3701.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3702.      */
  3703.     protected function getConsole_Command_XliffLintService()
  3704.     {
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3707.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3708.         $instance->setName('lint:xliff');
  3709.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3710.         return $instance;
  3711.     }
  3712.     /**
  3713.      * Gets the private 'console.command.yaml_lint' shared service.
  3714.      *
  3715.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3716.      */
  3717.     protected function getConsole_Command_YamlLintService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3722.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3723.         $instance->setName('lint:yaml');
  3724.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3725.         return $instance;
  3726.     }
  3727.     /**
  3728.      * Gets the private 'console.error_listener' shared service.
  3729.      *
  3730.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3731.      */
  3732.     protected function getConsole_ErrorListenerService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3735.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3736.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3737.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3738.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3739.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3740.     }
  3741.     /**
  3742.      * Gets the private 'container.env_var_processor' shared service.
  3743.      *
  3744.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3745.      */
  3746.     protected function getContainer_EnvVarProcessorService()
  3747.     {
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3750.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3751.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3752.         }, 1));
  3753.     }
  3754.     /**
  3755.      * Gets the private 'container.getenv' shared service.
  3756.      *
  3757.      * @return \Closure
  3758.      */
  3759.     protected function getContainer_GetenvService()
  3760.     {
  3761.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3762.     }
  3763.     /**
  3764.      * Gets the private 'data_collector.form' shared service.
  3765.      *
  3766.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3767.      */
  3768.     protected function getDataCollector_FormService()
  3769.     {
  3770.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3771.     }
  3772.     /**
  3773.      * Gets the private 'data_collector.request' shared service.
  3774.      *
  3775.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3776.      */
  3777.     protected function getDataCollector_RequestService()
  3778.     {
  3779.         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())));
  3780.     }
  3781.     /**
  3782.      * Gets the private 'data_collector.request.session_collector' shared service.
  3783.      *
  3784.      * @return \Closure
  3785.      */
  3786.     protected function getDataCollector_Request_SessionCollectorService()
  3787.     {
  3788.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3789.     }
  3790.     /**
  3791.      * Gets the private 'debug.argument_resolver.default' shared service.
  3792.      *
  3793.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3794.      */
  3795.     protected function getDebug_ArgumentResolver_DefaultService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3800.         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))));
  3801.     }
  3802.     /**
  3803.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3804.      *
  3805.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3806.      */
  3807.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3812.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.QqiL_jW'] ?? $this->get_ServiceLocator_QqiLJWService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3813.     }
  3814.     /**
  3815.      * Gets the private 'debug.argument_resolver.request' shared service.
  3816.      *
  3817.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3818.      */
  3819.     protected function getDebug_ArgumentResolver_RequestService()
  3820.     {
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3824.         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))));
  3825.     }
  3826.     /**
  3827.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3828.      *
  3829.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3830.      */
  3831.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3832.     {
  3833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3836.         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))));
  3837.     }
  3838.     /**
  3839.      * Gets the private 'debug.argument_resolver.service' shared service.
  3840.      *
  3841.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3842.      */
  3843.     protected function getDebug_ArgumentResolver_ServiceService()
  3844.     {
  3845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3846.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3848.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.QqiL_jW'] ?? $this->get_ServiceLocator_QqiLJWService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3849.     }
  3850.     /**
  3851.      * Gets the private 'debug.argument_resolver.session' shared service.
  3852.      *
  3853.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3854.      */
  3855.     protected function getDebug_ArgumentResolver_SessionService()
  3856.     {
  3857.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3860.         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))));
  3861.     }
  3862.     /**
  3863.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3864.      *
  3865.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3866.      */
  3867.     protected function getDebug_ArgumentResolver_VariadicService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3872.         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))));
  3873.     }
  3874.     /**
  3875.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3876.      *
  3877.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3878.      */
  3879.     protected function getDebug_DebugHandlersListenerService()
  3880.     {
  3881.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3882.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3883.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3884.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3885.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3886.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  3887.     }
  3888.     /**
  3889.      * Gets the private 'debug.dump_listener' shared service.
  3890.      *
  3891.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3892.      */
  3893.     protected function getDebug_DumpListenerService()
  3894.     {
  3895.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3897.         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()));
  3898.     }
  3899.     /**
  3900.      * Gets the private 'debug.file_link_formatter' shared service.
  3901.      *
  3902.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3903.      */
  3904.     protected function getDebug_FileLinkFormatterService()
  3905.     {
  3906.         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 () {
  3907.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3908.         });
  3909.     }
  3910.     /**
  3911.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3912.      *
  3913.      * @return \string
  3914.      */
  3915.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3916.     {
  3917.         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');
  3918.     }
  3919.     /**
  3920.      * Gets the private 'debug.log_processor' shared service.
  3921.      *
  3922.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3923.      */
  3924.     protected function getDebug_LogProcessorService()
  3925.     {
  3926.         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())));
  3927.     }
  3928.     /**
  3929.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3930.      *
  3931.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3932.      */
  3933.     protected function getDebug_Security_Access_DecisionManagerService()
  3934.     {
  3935.         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 () {
  3936.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3937.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3938.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3939.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3940.     }
  3941.     /**
  3942.      * Gets the private 'debug.security.firewall' shared service.
  3943.      *
  3944.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3945.      */
  3946.     protected function getDebug_Security_FirewallService()
  3947.     {
  3948.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3949.         if (isset($this->privates['debug.security.firewall'])) {
  3950.             return $this->privates['debug.security.firewall'];
  3951.         }
  3952.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3953.         if (isset($this->privates['debug.security.firewall'])) {
  3954.             return $this->privates['debug.security.firewall'];
  3955.         }
  3956.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3957.     }
  3958.     /**
  3959.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3960.      *
  3961.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3962.      */
  3963.     protected function getDebug_Security_UserValueResolverService()
  3964.     {
  3965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3968.         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))));
  3969.     }
  3970.     /**
  3971.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3972.      *
  3973.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3974.      */
  3975.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3976.     {
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  3983.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3984.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  3985.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  3986.         }
  3987.         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);
  3988.     }
  3989.     /**
  3990.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3991.      *
  3992.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3993.      */
  3994.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3995.     {
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  4004.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4005.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4006.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4007.         }
  4008.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4009.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4010.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4011.         }
  4012.         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'] ?? $this->getCache_SecurityExpressionLanguageService())), ($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);
  4013.     }
  4014.     /**
  4015.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4016.      *
  4017.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4018.      */
  4019.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4025.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4026.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4027.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4028.         }
  4029.         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);
  4030.     }
  4031.     /**
  4032.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4033.      *
  4034.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4035.      */
  4036.     protected function getDebug_Security_Voter_VoteListenerService()
  4037.     {
  4038.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4039.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4040.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4041.             return $this->privates['debug.security.voter.vote_listener'];
  4042.         }
  4043.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4044.     }
  4045.     /**
  4046.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4047.      *
  4048.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  4049.      */
  4050.     protected function getDoctrine_CacheClearMetadataCommandService()
  4051.     {
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4055.         $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()));
  4056.         $instance->setName('doctrine:cache:clear-metadata');
  4057.         return $instance;
  4058.     }
  4059.     /**
  4060.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4061.      *
  4062.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  4063.      */
  4064.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4069.         $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()));
  4070.         $instance->setName('doctrine:cache:clear-query');
  4071.         return $instance;
  4072.     }
  4073.     /**
  4074.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4075.      *
  4076.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  4077.      */
  4078.     protected function getDoctrine_CacheClearResultCommandService()
  4079.     {
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4083.         $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()));
  4084.         $instance->setName('doctrine:cache:clear-result');
  4085.         return $instance;
  4086.     }
  4087.     /**
  4088.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4089.      *
  4090.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  4091.      */
  4092.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4093.     {
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4097.         $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()));
  4098.         $instance->setName('doctrine:cache:clear-collection-region');
  4099.         return $instance;
  4100.     }
  4101.     /**
  4102.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4103.      *
  4104.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  4105.      */
  4106.     protected function getDoctrine_ClearEntityRegionCommandService()
  4107.     {
  4108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4109.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4111.         $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()));
  4112.         $instance->setName('doctrine:cache:clear-entity-region');
  4113.         return $instance;
  4114.     }
  4115.     /**
  4116.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4117.      *
  4118.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  4119.      */
  4120.     protected function getDoctrine_ClearQueryRegionCommandService()
  4121.     {
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4125.         $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()));
  4126.         $instance->setName('doctrine:cache:clear-query-region');
  4127.         return $instance;
  4128.     }
  4129.     /**
  4130.      * Gets the private 'doctrine.database_create_command' shared service.
  4131.      *
  4132.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4133.      */
  4134.     protected function getDoctrine_DatabaseCreateCommandService()
  4135.     {
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4139.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4140.         $instance->setName('doctrine:database:create');
  4141.         return $instance;
  4142.     }
  4143.     /**
  4144.      * Gets the private 'doctrine.database_drop_command' shared service.
  4145.      *
  4146.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4147.      */
  4148.     protected function getDoctrine_DatabaseDropCommandService()
  4149.     {
  4150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4153.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4154.         $instance->setName('doctrine:database:drop');
  4155.         return $instance;
  4156.     }
  4157.     /**
  4158.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4159.      *
  4160.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  4161.      */
  4162.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4163.     {
  4164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4167.         $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()));
  4168.         $instance->setName('doctrine:ensure-production-settings');
  4169.         return $instance;
  4170.     }
  4171.     /**
  4172.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4173.      *
  4174.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  4175.      */
  4176.     protected function getDoctrine_MappingConvertCommandService()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4181.         $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()));
  4182.         $instance->setName('doctrine:mapping:convert');
  4183.         return $instance;
  4184.     }
  4185.     /**
  4186.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4187.      *
  4188.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4189.      */
  4190.     protected function getDoctrine_MappingImportCommandService()
  4191.     {
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4195.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4196.         $instance->setName('doctrine:mapping:import');
  4197.         return $instance;
  4198.     }
  4199.     /**
  4200.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4201.      *
  4202.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  4203.      */
  4204.     protected function getDoctrine_MappingInfoCommandService()
  4205.     {
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4209.         $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()));
  4210.         $instance->setName('doctrine:mapping:info');
  4211.         return $instance;
  4212.     }
  4213.     /**
  4214.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4215.      *
  4216.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4217.      */
  4218.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4222.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  4223.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  4224.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  4225.         }
  4226.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  4227.     }
  4228.     /**
  4229.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4230.      *
  4231.      * @return \Doctrine\Migrations\DependencyFactory
  4232.      */
  4233.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4234.     {
  4235.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  4243.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  4244.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  4245.         $a->setAllOrNothing(false);
  4246.         $a->setCheckDatabasePlatform(true);
  4247.         $a->setTransactional(true);
  4248.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4249.         $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()));
  4250.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4251.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4252.         });
  4253.         return $instance;
  4254.     }
  4255.     /**
  4256.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4257.      *
  4258.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4259.      */
  4260.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4261.     {
  4262.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  4263.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4264.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4265.     }
  4266.     /**
  4267.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4268.      *
  4269.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4270.      */
  4271.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4272.     {
  4273.         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')]);
  4274.     }
  4275.     /**
  4276.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4277.      *
  4278.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4279.      */
  4280.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4281.     {
  4282.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4283.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4284.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  4285.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  4286.         }
  4287.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  4288.     }
  4289.     /**
  4290.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4291.      *
  4292.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4293.      */
  4294.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4295.     {
  4296.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4297.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4298.     }
  4299.     /**
  4300.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4301.      *
  4302.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4303.      */
  4304.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4305.     {
  4306.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4308.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4309.     }
  4310.     /**
  4311.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4312.      *
  4313.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4314.      */
  4315.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4316.     {
  4317.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4319.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4320.             return new \EmptyIterator();
  4321.         }, 0));
  4322.     }
  4323.     /**
  4324.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4325.      *
  4326.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4327.      */
  4328.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4332.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4333.     }
  4334.     /**
  4335.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  4336.      *
  4337.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  4338.      */
  4339.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  4340.     {
  4341.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  4343.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4344.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  4345.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  4346.         }, 2));
  4347.     }
  4348.     /**
  4349.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  4350.      *
  4351.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  4352.      */
  4353.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  4354.     {
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  4356.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4357.     }
  4358.     /**
  4359.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4360.      *
  4361.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4362.      */
  4363.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4367.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4368.     }
  4369.     /**
  4370.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4371.      *
  4372.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4373.      */
  4374.     protected function getDoctrine_Orm_Validator_UniqueService()
  4375.     {
  4376.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4379.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4380.     }
  4381.     /**
  4382.      * Gets the private 'doctrine.query_dql_command' shared service.
  4383.      *
  4384.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  4385.      */
  4386.     protected function getDoctrine_QueryDqlCommandService()
  4387.     {
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4391.         $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()));
  4392.         $instance->setName('doctrine:query:dql');
  4393.         return $instance;
  4394.     }
  4395.     /**
  4396.      * Gets the private 'doctrine.query_sql_command' shared service.
  4397.      *
  4398.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4399.      */
  4400.     protected function getDoctrine_QuerySqlCommandService()
  4401.     {
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4405.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4406.         $instance->setName('doctrine:query:sql');
  4407.         return $instance;
  4408.     }
  4409.     /**
  4410.      * Gets the private 'doctrine.schema_create_command' shared service.
  4411.      *
  4412.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  4413.      */
  4414.     protected function getDoctrine_SchemaCreateCommandService()
  4415.     {
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4420.         $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()));
  4421.         $instance->setName('doctrine:schema:create');
  4422.         return $instance;
  4423.     }
  4424.     /**
  4425.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4426.      *
  4427.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  4428.      */
  4429.     protected function getDoctrine_SchemaDropCommandService()
  4430.     {
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4435.         $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()));
  4436.         $instance->setName('doctrine:schema:drop');
  4437.         return $instance;
  4438.     }
  4439.     /**
  4440.      * Gets the private 'doctrine.schema_update_command' shared service.
  4441.      *
  4442.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  4443.      */
  4444.     protected function getDoctrine_SchemaUpdateCommandService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4449.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4450.         $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()));
  4451.         $instance->setName('doctrine:schema:update');
  4452.         return $instance;
  4453.     }
  4454.     /**
  4455.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4456.      *
  4457.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  4458.      */
  4459.     protected function getDoctrine_SchemaValidateCommandService()
  4460.     {
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4464.         $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()));
  4465.         $instance->setName('doctrine:schema:validate');
  4466.         return $instance;
  4467.     }
  4468.     /**
  4469.      * Gets the private 'doctrine.ulid_generator' shared service.
  4470.      *
  4471.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4472.      */
  4473.     protected function getDoctrine_UlidGeneratorService()
  4474.     {
  4475.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4477.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4478.     }
  4479.     /**
  4480.      * Gets the private 'doctrine.uuid_generator' shared service.
  4481.      *
  4482.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4483.      */
  4484.     protected function getDoctrine_UuidGeneratorService()
  4485.     {
  4486.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4488.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4489.     }
  4490.     /**
  4491.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4492.      *
  4493.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4494.      */
  4495.     protected function getDoctrineMigrations_CurrentCommandService()
  4496.     {
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4500.         $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');
  4501.         $instance->setName('doctrine:migrations:current');
  4502.         return $instance;
  4503.     }
  4504.     /**
  4505.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4506.      *
  4507.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4508.      */
  4509.     protected function getDoctrineMigrations_DiffCommandService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4514.         $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');
  4515.         $instance->setName('doctrine:migrations:diff');
  4516.         return $instance;
  4517.     }
  4518.     /**
  4519.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4520.      *
  4521.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4522.      */
  4523.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4524.     {
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4528.         $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');
  4529.         $instance->setName('doctrine:migrations:dump-schema');
  4530.         return $instance;
  4531.     }
  4532.     /**
  4533.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4534.      *
  4535.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4536.      */
  4537.     protected function getDoctrineMigrations_ExecuteCommandService()
  4538.     {
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4542.         $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');
  4543.         $instance->setName('doctrine:migrations:execute');
  4544.         return $instance;
  4545.     }
  4546.     /**
  4547.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4548.      *
  4549.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4550.      */
  4551.     protected function getDoctrineMigrations_GenerateCommandService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4556.         $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');
  4557.         $instance->setName('doctrine:migrations:generate');
  4558.         return $instance;
  4559.     }
  4560.     /**
  4561.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4562.      *
  4563.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4564.      */
  4565.     protected function getDoctrineMigrations_LatestCommandService()
  4566.     {
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4570.         $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');
  4571.         $instance->setName('doctrine:migrations:latest');
  4572.         return $instance;
  4573.     }
  4574.     /**
  4575.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4576.      *
  4577.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4578.      */
  4579.     protected function getDoctrineMigrations_MigrateCommandService()
  4580.     {
  4581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4582.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4583.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4584.         $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');
  4585.         $instance->setName('doctrine:migrations:migrate');
  4586.         return $instance;
  4587.     }
  4588.     /**
  4589.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4590.      *
  4591.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4592.      */
  4593.     protected function getDoctrineMigrations_RollupCommandService()
  4594.     {
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4598.         $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');
  4599.         $instance->setName('doctrine:migrations:rollup');
  4600.         return $instance;
  4601.     }
  4602.     /**
  4603.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4604.      *
  4605.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4606.      */
  4607.     protected function getDoctrineMigrations_StatusCommandService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4612.         $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');
  4613.         $instance->setName('doctrine:migrations:status');
  4614.         return $instance;
  4615.     }
  4616.     /**
  4617.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4618.      *
  4619.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4620.      */
  4621.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4622.     {
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4626.         $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');
  4627.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4628.         return $instance;
  4629.     }
  4630.     /**
  4631.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4632.      *
  4633.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4634.      */
  4635.     protected function getDoctrineMigrations_UpToDateCommandService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4640.         $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');
  4641.         $instance->setName('doctrine:migrations:up-to-date');
  4642.         return $instance;
  4643.     }
  4644.     /**
  4645.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4646.      *
  4647.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4648.      */
  4649.     protected function getDoctrineMigrations_VersionCommandService()
  4650.     {
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4654.         $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');
  4655.         $instance->setName('doctrine:migrations:version');
  4656.         return $instance;
  4657.     }
  4658.     /**
  4659.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4660.      *
  4661.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4662.      */
  4663.     protected function getDoctrineMigrations_VersionsCommandService()
  4664.     {
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4668.         $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');
  4669.         $instance->setName('doctrine:migrations:list');
  4670.         return $instance;
  4671.     }
  4672.     /**
  4673.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4674.      *
  4675.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4676.      */
  4677.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4681.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4682.         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()));
  4683.     }
  4684.     /**
  4685.      * Gets the private 'exception_listener' shared service.
  4686.      *
  4687.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4688.      */
  4689.     protected function getExceptionListenerService()
  4690.     {
  4691.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4692.     }
  4693.     /**
  4694.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4695.      *
  4696.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4697.      */
  4698.     protected function getForm_ChoiceListFactory_CachedService()
  4699.     {
  4700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4704.         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())));
  4705.     }
  4706.     /**
  4707.      * Gets the private 'form.registry' shared service.
  4708.      *
  4709.      * @return \Symfony\Component\Form\FormRegistry
  4710.      */
  4711.     protected function getForm_RegistryService()
  4712.     {
  4713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4720.         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, [
  4721.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4722.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4723.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4724.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4725.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4726.         ], [
  4727.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4728.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4729.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4730.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4731.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4732.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4733.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4734.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4735.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4736.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4737.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4738.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4739.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4740.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4741.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4742.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4743.         }, 1)], new RewindableGenerator(function () {
  4744.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4745.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4746.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4747.     }
  4748.     /**
  4749.      * Gets the private 'form.server_params' shared service.
  4750.      *
  4751.      * @return \Symfony\Component\Form\Util\ServerParams
  4752.      */
  4753.     protected function getForm_ServerParamsService()
  4754.     {
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4756.         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())));
  4757.     }
  4758.     /**
  4759.      * Gets the private 'form.type.choice' shared service.
  4760.      *
  4761.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4762.      */
  4763.     protected function getForm_Type_ChoiceService()
  4764.     {
  4765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4768.         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()));
  4769.     }
  4770.     /**
  4771.      * Gets the private 'form.type.color' shared service.
  4772.      *
  4773.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4774.      */
  4775.     protected function getForm_Type_ColorService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4780.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4781.     }
  4782.     /**
  4783.      * Gets the private 'form.type.entity' shared service.
  4784.      *
  4785.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4786.      */
  4787.     protected function getForm_Type_EntityService()
  4788.     {
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4793.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4794.     }
  4795.     /**
  4796.      * Gets the private 'form.type.form' shared service.
  4797.      *
  4798.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4799.      */
  4800.     protected function getForm_Type_FormService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4806.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4807.     }
  4808.     /**
  4809.      * Gets the private 'form.type_extension.csrf' shared service.
  4810.      *
  4811.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4812.      */
  4813.     protected function getForm_TypeExtension_CsrfService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4818.         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()));
  4819.     }
  4820.     /**
  4821.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4822.      *
  4823.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4824.      */
  4825.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4830.         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()));
  4831.     }
  4832.     /**
  4833.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4834.      *
  4835.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4836.      */
  4837.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4838.     {
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4844.         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())));
  4845.     }
  4846.     /**
  4847.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4848.      *
  4849.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4850.      */
  4851.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4852.     {
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4856.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4857.     }
  4858.     /**
  4859.      * Gets the private 'form.type_extension.form.validator' shared service.
  4860.      *
  4861.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4862.      */
  4863.     protected function getForm_TypeExtension_Form_ValidatorService()
  4864.     {
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4869.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4870.     }
  4871.     /**
  4872.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4873.      *
  4874.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4875.      */
  4876.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4877.     {
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4881.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4882.     }
  4883.     /**
  4884.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4885.      *
  4886.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4887.      */
  4888.     protected function getForm_TypeGuesser_DoctrineService()
  4889.     {
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4892.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4893.     }
  4894.     /**
  4895.      * Gets the private 'form.type_guesser.validator' shared service.
  4896.      *
  4897.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4898.      */
  4899.     protected function getForm_TypeGuesser_ValidatorService()
  4900.     {
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4903.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4904.     }
  4905.     /**
  4906.      * Gets the private 'fragment.renderer.inline' shared service.
  4907.      *
  4908.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4909.      */
  4910.     protected function getFragment_Renderer_InlineService()
  4911.     {
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4915.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  4916.         if (isset($this->privates['fragment.renderer.inline'])) {
  4917.             return $this->privates['fragment.renderer.inline'];
  4918.         }
  4919.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4920.         if (isset($this->privates['fragment.renderer.inline'])) {
  4921.             return $this->privates['fragment.renderer.inline'];
  4922.         }
  4923.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  4924.         $instance->setFragmentPath('/_fragment');
  4925.         return $instance;
  4926.     }
  4927.     /**
  4928.      * Gets the private 'locale_aware_listener' shared service.
  4929.      *
  4930.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4931.      */
  4932.     protected function getLocaleAwareListenerService()
  4933.     {
  4934.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4935.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4936.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4937.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4938.     }
  4939.     /**
  4940.      * Gets the private 'locale_listener' shared service.
  4941.      *
  4942.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4943.      */
  4944.     protected function getLocaleListenerService()
  4945.     {
  4946.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  4947.     }
  4948.     /**
  4949.      * Gets the private 'mailer.transport_factory.native' shared service.
  4950.      *
  4951.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  4952.      */
  4953.     protected function getMailer_TransportFactory_NativeService()
  4954.     {
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  4958.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4959.         if (isset($this->privates['mailer.transport_factory.native'])) {
  4960.             return $this->privates['mailer.transport_factory.native'];
  4961.         }
  4962.         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()));
  4963.     }
  4964.     /**
  4965.      * Gets the private 'mailer.transport_factory.null' shared service.
  4966.      *
  4967.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  4968.      */
  4969.     protected function getMailer_TransportFactory_NullService()
  4970.     {
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  4974.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4975.         if (isset($this->privates['mailer.transport_factory.null'])) {
  4976.             return $this->privates['mailer.transport_factory.null'];
  4977.         }
  4978.         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()));
  4979.     }
  4980.     /**
  4981.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  4982.      *
  4983.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  4984.      */
  4985.     protected function getMailer_TransportFactory_SendmailService()
  4986.     {
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  4990.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4991.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  4992.             return $this->privates['mailer.transport_factory.sendmail'];
  4993.         }
  4994.         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()));
  4995.     }
  4996.     /**
  4997.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  4998.      *
  4999.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5000.      */
  5001.     protected function getMailer_TransportFactory_SmtpService()
  5002.     {
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5006.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5007.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5008.             return $this->privates['mailer.transport_factory.smtp'];
  5009.         }
  5010.         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()));
  5011.     }
  5012.     /**
  5013.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5014.      *
  5015.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5016.      */
  5017.     protected function getMaker_AutoCommand_MakeAuthService()
  5018.     {
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5026.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5027.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5028.         $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);
  5029.         $instance->setName('make:auth');
  5030.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5031.         return $instance;
  5032.     }
  5033.     /**
  5034.      * Gets the private 'maker.auto_command.make_command' shared service.
  5035.      *
  5036.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5037.      */
  5038.     protected function getMaker_AutoCommand_MakeCommandService()
  5039.     {
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5045.         $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()));
  5046.         $instance->setName('make:command');
  5047.         $instance->setDescription('Creates a new console command class');
  5048.         return $instance;
  5049.     }
  5050.     /**
  5051.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5052.      *
  5053.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5054.      */
  5055.     protected function getMaker_AutoCommand_MakeControllerService()
  5056.     {
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5062.         $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()));
  5063.         $instance->setName('make:controller');
  5064.         $instance->setDescription('Creates a new controller class');
  5065.         return $instance;
  5066.     }
  5067.     /**
  5068.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5069.      *
  5070.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5071.      */
  5072.     protected function getMaker_AutoCommand_MakeCrudService()
  5073.     {
  5074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5079.         $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()));
  5080.         $instance->setName('make:crud');
  5081.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5082.         return $instance;
  5083.     }
  5084.     /**
  5085.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5086.      *
  5087.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5088.      */
  5089.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5090.     {
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5093.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5096.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5097.         $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()));
  5098.         $instance->setName('make:docker:database');
  5099.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5100.         return $instance;
  5101.     }
  5102.     /**
  5103.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5104.      *
  5105.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5106.      */
  5107.     protected function getMaker_AutoCommand_MakeEntityService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5115.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5116.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5117.         $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);
  5118.         $instance->setName('make:entity');
  5119.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5120.         return $instance;
  5121.     }
  5122.     /**
  5123.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5124.      *
  5125.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5126.      */
  5127.     protected function getMaker_AutoCommand_MakeFixturesService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5134.         $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()));
  5135.         $instance->setName('make:fixtures');
  5136.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5137.         return $instance;
  5138.     }
  5139.     /**
  5140.      * Gets the private 'maker.auto_command.make_form' shared service.
  5141.      *
  5142.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5143.      */
  5144.     protected function getMaker_AutoCommand_MakeFormService()
  5145.     {
  5146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5151.         $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()));
  5152.         $instance->setName('make:form');
  5153.         $instance->setDescription('Creates a new form class');
  5154.         return $instance;
  5155.     }
  5156.     /**
  5157.      * Gets the private 'maker.auto_command.make_message' shared service.
  5158.      *
  5159.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5160.      */
  5161.     protected function getMaker_AutoCommand_MakeMessageService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5168.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5169.         $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()));
  5170.         $instance->setName('make:message');
  5171.         $instance->setDescription('Creates a new message and handler');
  5172.         return $instance;
  5173.     }
  5174.     /**
  5175.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5176.      *
  5177.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5178.      */
  5179.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5180.     {
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5183.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5186.         $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()));
  5187.         $instance->setName('make:messenger-middleware');
  5188.         $instance->setDescription('Creates a new messenger middleware');
  5189.         return $instance;
  5190.     }
  5191.     /**
  5192.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5193.      *
  5194.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5195.      */
  5196.     protected function getMaker_AutoCommand_MakeMigrationService()
  5197.     {
  5198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5204.         $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()));
  5205.         $instance->setName('make:migration');
  5206.         $instance->setDescription('Creates a new migration based on database changes');
  5207.         return $instance;
  5208.     }
  5209.     /**
  5210.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5211.      *
  5212.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5213.      */
  5214.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5215.     {
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5221.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5222.         $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()));
  5223.         $instance->setName('make:registration-form');
  5224.         $instance->setDescription('Creates a new registration form system');
  5225.         return $instance;
  5226.     }
  5227.     /**
  5228.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5229.      *
  5230.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5231.      */
  5232.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5233.     {
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5239.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5240.         $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()));
  5241.         $instance->setName('make:reset-password');
  5242.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5243.         return $instance;
  5244.     }
  5245.     /**
  5246.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5247.      *
  5248.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5249.      */
  5250.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5251.     {
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5257.         $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()));
  5258.         $instance->setName('make:serializer:encoder');
  5259.         $instance->setDescription('Creates a new serializer encoder class');
  5260.         return $instance;
  5261.     }
  5262.     /**
  5263.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5264.      *
  5265.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5266.      */
  5267.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5268.     {
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5274.         $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()));
  5275.         $instance->setName('make:serializer:normalizer');
  5276.         $instance->setDescription('Creates a new serializer normalizer class');
  5277.         return $instance;
  5278.     }
  5279.     /**
  5280.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5281.      *
  5282.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5283.      */
  5284.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5285.     {
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5291.         $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()));
  5292.         $instance->setName('make:stimulus-controller');
  5293.         $instance->setDescription('Creates a new Stimulus controller');
  5294.         return $instance;
  5295.     }
  5296.     /**
  5297.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5298.      *
  5299.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5300.      */
  5301.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5302.     {
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5309.         $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()));
  5310.         $instance->setName('make:subscriber');
  5311.         $instance->setDescription('Creates a new event subscriber class');
  5312.         return $instance;
  5313.     }
  5314.     /**
  5315.      * Gets the private 'maker.auto_command.make_test' shared service.
  5316.      *
  5317.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5318.      */
  5319.     protected function getMaker_AutoCommand_MakeTestService()
  5320.     {
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5327.         $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()));
  5328.         $instance->setName('make:test');
  5329.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5330.         $instance->setDescription('Creates a new test class');
  5331.         return $instance;
  5332.     }
  5333.     /**
  5334.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5335.      *
  5336.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5337.      */
  5338.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5339.     {
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5345.         $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()));
  5346.         $instance->setName('make:twig-extension');
  5347.         $instance->setDescription('Creates a new Twig extension class');
  5348.         return $instance;
  5349.     }
  5350.     /**
  5351.      * Gets the private 'maker.auto_command.make_user' shared service.
  5352.      *
  5353.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5354.      */
  5355.     protected function getMaker_AutoCommand_MakeUserService()
  5356.     {
  5357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5364.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5365.         $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()));
  5366.         $instance->setName('make:user');
  5367.         $instance->setDescription('Creates a new security user class');
  5368.         return $instance;
  5369.     }
  5370.     /**
  5371.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5372.      *
  5373.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5374.      */
  5375.     protected function getMaker_AutoCommand_MakeValidatorService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5382.         $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()));
  5383.         $instance->setName('make:validator');
  5384.         $instance->setDescription('Creates a new validator and constraint class');
  5385.         return $instance;
  5386.     }
  5387.     /**
  5388.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5389.      *
  5390.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5391.      */
  5392.     protected function getMaker_AutoCommand_MakeVoterService()
  5393.     {
  5394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5399.         $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()));
  5400.         $instance->setName('make:voter');
  5401.         $instance->setDescription('Creates a new security voter class');
  5402.         return $instance;
  5403.     }
  5404.     /**
  5405.      * Gets the private 'maker.doctrine_helper' shared service.
  5406.      *
  5407.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5408.      */
  5409.     protected function getMaker_DoctrineHelperService()
  5410.     {
  5411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5412.         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'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5413.     }
  5414.     /**
  5415.      * Gets the private 'maker.entity_class_generator' shared service.
  5416.      *
  5417.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5418.      */
  5419.     protected function getMaker_EntityClassGeneratorService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5422.         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()));
  5423.     }
  5424.     /**
  5425.      * Gets the private 'maker.file_manager' shared service.
  5426.      *
  5427.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5428.      */
  5429.     protected function getMaker_FileManagerService()
  5430.     {
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5436.         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'));
  5437.     }
  5438.     /**
  5439.      * Gets the private 'maker.generator' shared service.
  5440.      *
  5441.      * @return \Symfony\Bundle\MakerBundle\Generator
  5442.      */
  5443.     protected function getMaker_GeneratorService()
  5444.     {
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5447.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5448.         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));
  5449.     }
  5450.     /**
  5451.      * Gets the private 'maker.php_compat_util' shared service.
  5452.      *
  5453.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5454.      */
  5455.     protected function getMaker_PhpCompatUtilService()
  5456.     {
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5458.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5459.     }
  5460.     /**
  5461.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5462.      *
  5463.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5464.      */
  5465.     protected function getMaker_Renderer_FormTypeRendererService()
  5466.     {
  5467.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5468.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5469.     }
  5470.     /**
  5471.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  5472.      *
  5473.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  5474.      */
  5475.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  5476.     {
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  5481.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  5482.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  5483.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  5484.             yield => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
  5485.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  5486.             yield => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
  5487.         }, 1), 'Symfony\\Component\\Notifier\\Message\\PushMessage' => new RewindableGenerator(function () {
  5488.             yield => ($this->privates['.messenger.handler_descriptor.Lml2ICs'] ?? $this->get_Messenger_HandlerDescriptor_Lml2ICsService());
  5489.         }, 1)]));
  5490.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  5491.         return $instance;
  5492.     }
  5493.     /**
  5494.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  5495.      *
  5496.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  5497.      */
  5498.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  5499.     {
  5500.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  5502.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  5503.     }
  5504.     /**
  5505.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  5506.      *
  5507.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  5508.      */
  5509.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  5510.     {
  5511.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  5512.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5513.             'async' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5514.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5515.         ], [
  5516.             'async' => '?',
  5517.             'failed' => '?',
  5518.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  5519.     }
  5520.     /**
  5521.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  5522.      *
  5523.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  5524.      */
  5525.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  5526.     {
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  5528.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  5529.     }
  5530.     /**
  5531.      * Gets the private 'messenger.middleware.send_message' shared service.
  5532.      *
  5533.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  5534.      */
  5535.     protected function getMessenger_Middleware_SendMessageService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  5541.         $a = ($this->privates['.service_locator.c7f47p7'] ?? $this->get_ServiceLocator_C7f47p7Service());
  5542.         if (isset($this->privates['messenger.middleware.send_message'])) {
  5543.             return $this->privates['messenger.middleware.send_message'];
  5544.         }
  5545.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5546.         if (isset($this->privates['messenger.middleware.send_message'])) {
  5547.             return $this->privates['messenger.middleware.send_message'];
  5548.         }
  5549.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> 'async'], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> 'async'], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> 'async']], $a), $b);
  5550.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  5551.         return $instance;
  5552.     }
  5553.     /**
  5554.      * Gets the private 'messenger.receiver_locator' shared service.
  5555.      *
  5556.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5557.      */
  5558.     protected function getMessenger_ReceiverLocatorService()
  5559.     {
  5560.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5561.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  5562.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5563.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  5564.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5565.         ], [
  5566.             'async' => '?',
  5567.             'failed' => '?',
  5568.             'messenger.transport.async' => '?',
  5569.             'messenger.transport.failed' => '?',
  5570.         ]);
  5571.     }
  5572.     /**
  5573.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  5574.      *
  5575.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  5576.      */
  5577.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  5578.     {
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  5581.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  5582.     }
  5583.     /**
  5584.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  5585.      *
  5586.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  5587.      */
  5588.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  5589.     {
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  5592.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  5593.     }
  5594.     /**
  5595.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  5596.      *
  5597.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  5598.      */
  5599.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  5600.     {
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  5602.         $a = ($this->privates['.service_locator.c7f47p7'] ?? $this->get_ServiceLocator_C7f47p7Service());
  5603.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  5604.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  5605.         }
  5606.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5607.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  5608.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  5609.         }
  5610.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5611.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  5612.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  5613.         ], [
  5614.             'async' => '?',
  5615.             'failed' => '?',
  5616.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  5617.     }
  5618.     /**
  5619.      * Gets the private 'messenger.routable_message_bus' shared service.
  5620.      *
  5621.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  5622.      */
  5623.     protected function getMessenger_RoutableMessageBusService()
  5624.     {
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  5626.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  5627.         if (isset($this->privates['messenger.routable_message_bus'])) {
  5628.             return $this->privates['messenger.routable_message_bus'];
  5629.         }
  5630.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5631.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5632.         ], [
  5633.             'messenger.bus.default' => '?',
  5634.         ]), $a);
  5635.     }
  5636.     /**
  5637.      * Gets the private 'messenger.transport.async' shared service.
  5638.      *
  5639.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  5640.      */
  5641.     protected function getMessenger_Transport_AsyncService()
  5642.     {
  5643.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  5648.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  5649.         if (isset($this->privates['messenger.transport.async'])) {
  5650.             return $this->privates['messenger.transport.async'];
  5651.         }
  5652.         return $this->privates['messenger.transport.async'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['use_notify' => true'check_delayed_interval' => 60000'transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  5653.     }
  5654.     /**
  5655.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  5656.      *
  5657.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  5658.      */
  5659.     protected function getMessenger_Transport_Doctrine_FactoryService()
  5660.     {
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  5663.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5664.     }
  5665.     /**
  5666.      * Gets the private 'messenger.transport.failed' shared service.
  5667.      *
  5668.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  5669.      */
  5670.     protected function getMessenger_Transport_FailedService()
  5671.     {
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  5677.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  5678.         if (isset($this->privates['messenger.transport.failed'])) {
  5679.             return $this->privates['messenger.transport.failed'];
  5680.         }
  5681.         return $this->privates['messenger.transport.failed'] = $a->createTransport('doctrine://default?queue_name=failed', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  5682.     }
  5683.     /**
  5684.      * Gets the private 'messenger.transport.sync.factory' shared service.
  5685.      *
  5686.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  5687.      */
  5688.     protected function getMessenger_Transport_Sync_FactoryService()
  5689.     {
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5691.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  5692.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  5693.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  5694.             return $this->privates['messenger.transport.sync.factory'];
  5695.         }
  5696.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  5697.     }
  5698.     /**
  5699.      * Gets the private 'messenger.transport_factory' shared service.
  5700.      *
  5701.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  5702.      */
  5703.     protected function getMessenger_TransportFactoryService()
  5704.     {
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  5707.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  5708.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  5709.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  5710.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  5711.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  5712.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  5713.         }, 5));
  5714.     }
  5715.     /**
  5716.      * Gets the private 'mime_types' shared service.
  5717.      *
  5718.      * @return \Symfony\Component\Mime\MimeTypes
  5719.      */
  5720.     protected function getMimeTypesService()
  5721.     {
  5722.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5725.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5726.         $instance->setDefault($instance);
  5727.         return $instance;
  5728.     }
  5729.     /**
  5730.      * Gets the private 'monolog.command.server_log' shared service.
  5731.      *
  5732.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5733.      */
  5734.     protected function getMonolog_Command_ServerLogService()
  5735.     {
  5736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5737.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5738.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5739.         $instance->setName('server:log');
  5740.         $instance->setDescription('Start a log server that displays logs in real time');
  5741.         return $instance;
  5742.     }
  5743.     /**
  5744.      * Gets the private 'monolog.handler.console' shared service.
  5745.      *
  5746.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5747.      */
  5748.     protected function getMonolog_Handler_ConsoleService()
  5749.     {
  5750.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5751.     }
  5752.     /**
  5753.      * Gets the private 'monolog.handler.main' shared service.
  5754.      *
  5755.      * @return \Monolog\Handler\StreamHandler
  5756.      */
  5757.     protected function getMonolog_Handler_MainService()
  5758.     {
  5759.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5760.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5761.         return $instance;
  5762.     }
  5763.     /**
  5764.      * Gets the private 'monolog.logger' shared service.
  5765.      *
  5766.      * @return \Symfony\Bridge\Monolog\Logger
  5767.      */
  5768.     protected function getMonolog_LoggerService()
  5769.     {
  5770.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5771.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5772.         $instance->useMicrosecondTimestamps(true);
  5773.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5774.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5775.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5776.         return $instance;
  5777.     }
  5778.     /**
  5779.      * Gets the private 'monolog.logger.cache' shared service.
  5780.      *
  5781.      * @return \Symfony\Bridge\Monolog\Logger
  5782.      */
  5783.     protected function getMonolog_Logger_CacheService()
  5784.     {
  5785.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5786.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5787.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5788.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5789.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5790.         return $instance;
  5791.     }
  5792.     /**
  5793.      * Gets the private 'monolog.logger.mailer' shared service.
  5794.      *
  5795.      * @return \Symfony\Bridge\Monolog\Logger
  5796.      */
  5797.     protected function getMonolog_Logger_MailerService()
  5798.     {
  5799.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  5800.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5801.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5802.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5803.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5804.         return $instance;
  5805.     }
  5806.     /**
  5807.      * Gets the private 'monolog.logger.messenger' shared service.
  5808.      *
  5809.      * @return \Symfony\Bridge\Monolog\Logger
  5810.      */
  5811.     protected function getMonolog_Logger_MessengerService()
  5812.     {
  5813.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  5814.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5815.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5816.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5817.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5818.         return $instance;
  5819.     }
  5820.     /**
  5821.      * Gets the private 'monolog.logger.request' shared service.
  5822.      *
  5823.      * @return \Symfony\Bridge\Monolog\Logger
  5824.      */
  5825.     protected function getMonolog_Logger_RequestService()
  5826.     {
  5827.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5828.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5829.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5830.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5831.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5832.         return $instance;
  5833.     }
  5834.     /**
  5835.      * Gets the private 'monolog.logger.security' shared service.
  5836.      *
  5837.      * @return \Symfony\Bridge\Monolog\Logger
  5838.      */
  5839.     protected function getMonolog_Logger_SecurityService()
  5840.     {
  5841.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5842.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5843.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5844.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5845.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5846.         return $instance;
  5847.     }
  5848.     /**
  5849.      * Gets the private 'notifier.transport_factory.null' shared service.
  5850.      *
  5851.      * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  5852.      */
  5853.     protected function getNotifier_TransportFactory_NullService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  5858.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5859.         if (isset($this->privates['notifier.transport_factory.null'])) {
  5860.             return $this->privates['notifier.transport_factory.null'];
  5861.         }
  5862.         return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  5863.     }
  5864.     /**
  5865.      * Gets the private 'parameter_bag' shared service.
  5866.      *
  5867.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5868.      */
  5869.     protected function getParameterBagService()
  5870.     {
  5871.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5872.     }
  5873.     /**
  5874.      * Gets the private 'profiler_listener' shared service.
  5875.      *
  5876.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5877.      */
  5878.     protected function getProfilerListenerService()
  5879.     {
  5880.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5881.         if (isset($this->privates['profiler_listener'])) {
  5882.             return $this->privates['profiler_listener'];
  5883.         }
  5884.         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);
  5885.     }
  5886.     /**
  5887.      * Gets the private 'property_accessor' shared service.
  5888.      *
  5889.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5890.      */
  5891.     protected function getPropertyAccessorService()
  5892.     {
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5896.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5897.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5899.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5900.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5901.     }
  5902.     /**
  5903.      * Gets the private 'property_info' shared service.
  5904.      *
  5905.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5906.      */
  5907.     protected function getPropertyInfoService()
  5908.     {
  5909.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5910.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5911.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5912.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5913.         }, 3), new RewindableGenerator(function () {
  5914.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5915.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5916.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5917.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5918.         }, 4), new RewindableGenerator(function () {
  5919.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5920.         }, 1), new RewindableGenerator(function () {
  5921.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5922.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5923.         }, 2), new RewindableGenerator(function () {
  5924.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5925.         }, 1));
  5926.     }
  5927.     /**
  5928.      * Gets the private 'property_info.serializer_extractor' shared service.
  5929.      *
  5930.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5931.      */
  5932.     protected function getPropertyInfo_SerializerExtractorService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5935.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5936.     }
  5937.     /**
  5938.      * Gets the private 'router.cache_warmer' shared service.
  5939.      *
  5940.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5941.      */
  5942.     protected function getRouter_CacheWarmerService()
  5943.     {
  5944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5946.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5947.             'router' => ['services''router''getRouterService'false],
  5948.         ], [
  5949.             'router' => '?',
  5950.         ]))->withContext('router.cache_warmer'$this));
  5951.     }
  5952.     /**
  5953.      * Gets the private 'router.expression_language_provider' shared service.
  5954.      *
  5955.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5956.      */
  5957.     protected function getRouter_ExpressionLanguageProviderService()
  5958.     {
  5959.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5960.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5961.         ], [
  5962.             'env' => 'Closure',
  5963.         ]));
  5964.     }
  5965.     /**
  5966.      * Gets the private 'router.request_context' shared service.
  5967.      *
  5968.      * @return \Symfony\Component\Routing\RequestContext
  5969.      */
  5970.     protected function getRouter_RequestContextService()
  5971.     {
  5972.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5973.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5974.         return $instance;
  5975.     }
  5976.     /**
  5977.      * Gets the private 'router_listener' shared service.
  5978.      *
  5979.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5980.      */
  5981.     protected function getRouterListenerService()
  5982.     {
  5983.         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);
  5984.     }
  5985.     /**
  5986.      * Gets the private 'secrets.vault' shared service.
  5987.      *
  5988.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5989.      */
  5990.     protected function getSecrets_VaultService()
  5991.     {
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5996.         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'));
  5997.     }
  5998.     /**
  5999.      * Gets the private 'security.access_listener' shared service.
  6000.      *
  6001.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6002.      */
  6003.     protected function getSecurity_AccessListenerService()
  6004.     {
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6008.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6009.         if (isset($this->privates['security.access_listener'])) {
  6010.             return $this->privates['security.access_listener'];
  6011.         }
  6012.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6013.         if (isset($this->privates['security.access_listener'])) {
  6014.             return $this->privates['security.access_listener'];
  6015.         }
  6016.         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);
  6017.     }
  6018.     /**
  6019.      * Gets the private 'security.access_map' shared service.
  6020.      *
  6021.      * @return \Symfony\Component\Security\Http\AccessMap
  6022.      */
  6023.     protected function getSecurity_AccessMapService()
  6024.     {
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6029.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6030.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/doctor/auth/signin'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6031.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/doctor/auth/signin/email'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6032.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/doctor/auth/signin/compte/validated'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6033.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/doctor/auth/signin/compte/validated/auth'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6034.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/patient/auth/signin'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6035.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/patient/auth/signin/email'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6036.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/patient/auth/signin/compte/validated'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6037.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/patient/auth/signin/compte/validated/auth'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6038.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/(.+)'), [=> 'ROLE_ADMIN'], NULL);
  6039.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6040.         return $instance;
  6041.     }
  6042.     /**
  6043.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6044.      *
  6045.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6046.      *
  6047.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6048.      */
  6049.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6050.     {
  6051.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6052.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6053.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6054.             return $this->privates['security.authentication.listener.anonymous.main'];
  6055.         }
  6056.         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);
  6057.     }
  6058.     /**
  6059.      * Gets the private 'security.authentication.listener.form.main' shared service.
  6060.      *
  6061.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6062.      *
  6063.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  6064.      */
  6065.     protected function getSecurity_Authentication_Listener_Form_MainService()
  6066.     {
  6067.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6075.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6076.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  6077.             return $this->privates['security.authentication.listener.form.main'];
  6078.         }
  6079.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6080.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  6081.             return $this->privates['security.authentication.listener.form.main'];
  6082.         }
  6083.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6084.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  6085.             return $this->privates['security.authentication.listener.form.main'];
  6086.         }
  6087.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6088.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6089.         $e->setOptions(['login_path' => 'patientAuthGetSignin''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  6090.         $e->setFirewallName('main');
  6091.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6092.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  6093.         $g->setOptions(['login_path' => 'patientAuthGetSignin''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6094.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())), $d'main'$e$g, ['login_path' => 'patientAuthGetSignin''check_path' => '/login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $f$cNULL);
  6095.     }
  6096.     /**
  6097.      * Gets the private 'security.authentication.manager' shared service.
  6098.      *
  6099.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6100.      *
  6101.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6102.      */
  6103.     protected function getSecurity_Authentication_ManagerService()
  6104.     {
  6105.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6106.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6107.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  6108.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6109.         }, 2), true);
  6110.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6111.         return $instance;
  6112.     }
  6113.     /**
  6114.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6115.      *
  6116.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6117.      *
  6118.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6119.      */
  6120.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6121.     {
  6122.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6123.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6124.     }
  6125.     /**
  6126.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  6127.      *
  6128.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6129.      *
  6130.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  6131.      */
  6132.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  6133.     {
  6134.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6141.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([]))), new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), 'main', ($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))), true);
  6142.     }
  6143.     /**
  6144.      * Gets the private 'security.channel_listener' shared service.
  6145.      *
  6146.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6147.      */
  6148.     protected function getSecurity_ChannelListenerService()
  6149.     {
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6153.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6154.         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());
  6155.     }
  6156.     /**
  6157.      * Gets the private 'security.command.debug_firewall' shared service.
  6158.      *
  6159.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6160.      */
  6161.     protected function getSecurity_Command_DebugFirewallService()
  6162.     {
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6165.         $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.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()), [], false);
  6166.         $instance->setName('debug:firewall');
  6167.         $instance->setDescription('Display information about your security firewall(s)');
  6168.         return $instance;
  6169.     }
  6170.     /**
  6171.      * Gets the private 'security.command.user_password_encoder' shared service.
  6172.      *
  6173.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6174.      *
  6175.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6176.      */
  6177.     protected function getSecurity_Command_UserPasswordEncoderService()
  6178.     {
  6179.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6180.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  6181.         $instance->setName('security:encode-password');
  6182.         $instance->setDescription('Encode a password');
  6183.         return $instance;
  6184.     }
  6185.     /**
  6186.      * Gets the private 'security.command.user_password_hash' shared service.
  6187.      *
  6188.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6189.      */
  6190.     protected function getSecurity_Command_UserPasswordHashService()
  6191.     {
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6196.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))), []);
  6197.         $instance->setName('security:hash-password');
  6198.         $instance->setDescription('Hash a user password');
  6199.         return $instance;
  6200.     }
  6201.     /**
  6202.      * Gets the private 'security.context_listener.0' shared service.
  6203.      *
  6204.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6205.      */
  6206.     protected function getSecurity_ContextListener_0Service()
  6207.     {
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  6213.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6214.         if (isset($this->privates['security.context_listener.0'])) {
  6215.             return $this->privates['security.context_listener.0'];
  6216.         }
  6217.         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 () {
  6218.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  6219.         }, 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']);
  6220.     }
  6221.     /**
  6222.      * Gets the private 'security.csrf.token_storage' shared service.
  6223.      *
  6224.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6225.      */
  6226.     protected function getSecurity_Csrf_TokenStorageService()
  6227.     {
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6231.         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())));
  6232.     }
  6233.     /**
  6234.      * Gets the private 'security.encoder_factory.generic' shared service.
  6235.      *
  6236.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6237.      *
  6238.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6239.      */
  6240.     protected function getSecurity_EncoderFactory_GenericService()
  6241.     {
  6242.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6243.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  6244.     }
  6245.     /**
  6246.      * Gets the private 'security.event_dispatcher.main' shared service.
  6247.      *
  6248.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6249.      */
  6250.     protected function getSecurity_EventDispatcher_MainService()
  6251.     {
  6252.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6253.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6254.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6255.         }, => 'onLogout'], 64);
  6256.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6257.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6258.         }, => 'onLogout'], 0);
  6259.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6260.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6261.         }, => 'onLogout'], 0);
  6262.         return $instance;
  6263.     }
  6264.     /**
  6265.      * Gets the private 'security.firewall.map' shared service.
  6266.      *
  6267.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6268.      */
  6269.     protected function getSecurity_Firewall_MapService()
  6270.     {
  6271.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6272.         if (isset($this->privates['security.firewall.map'])) {
  6273.             return $this->privates['security.firewall.map'];
  6274.         }
  6275.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6276.             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)/')));
  6277.             yield 'security.firewall.map.context.main' => NULL;
  6278.         }, 2));
  6279.     }
  6280.     /**
  6281.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6282.      *
  6283.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6284.      */
  6285.     protected function getSecurity_Firewall_Map_Context_DevService()
  6286.     {
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6289.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6290.             return new \EmptyIterator();
  6291.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6292.     }
  6293.     /**
  6294.      * Gets the private 'security.firewall.map.context.main' shared service.
  6295.      *
  6296.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6297.      */
  6298.     protected function getSecurity_Firewall_Map_Context_MainService()
  6299.     {
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  6312.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6313.         if (isset($this->privates['security.firewall.map.context.main'])) {
  6314.             return $this->privates['security.firewall.map.context.main'];
  6315.         }
  6316.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6317.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6318.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6319.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6320.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6321.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  6322.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6323.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6324.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$c'patientAuthGetSignin'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.users_in_memory''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  6325.     }
  6326.     /**
  6327.      * Gets the private 'security.http_utils' shared service.
  6328.      *
  6329.      * @return \Symfony\Component\Security\Http\HttpUtils
  6330.      */
  6331.     protected function getSecurity_HttpUtilsService()
  6332.     {
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6334.         $a = ($this->services['router'] ?? $this->getRouterService());
  6335.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6336.     }
  6337.     /**
  6338.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6339.      *
  6340.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6341.      */
  6342.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6343.     {
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6345.         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()));
  6346.     }
  6347.     /**
  6348.      * Gets the private 'security.logout.listener.default.main' shared service.
  6349.      *
  6350.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6351.      */
  6352.     protected function getSecurity_Logout_Listener_Default_MainService()
  6353.     {
  6354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6355.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6356.     }
  6357.     /**
  6358.      * Gets the private 'security.logout_url_generator' shared service.
  6359.      *
  6360.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6361.      */
  6362.     protected function getSecurity_LogoutUrlGeneratorService()
  6363.     {
  6364.         $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()));
  6365.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  6366.         return $instance;
  6367.     }
  6368.     /**
  6369.      * Gets the private 'security.validator.user_password' shared service.
  6370.      *
  6371.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6372.      */
  6373.     protected function getSecurity_Validator_UserPasswordService()
  6374.     {
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6380.         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->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))));
  6381.     }
  6382.     /**
  6383.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6384.      *
  6385.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6386.      */
  6387.     protected function getSerializer_Mapping_CacheWarmerService()
  6388.     {
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6392.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6394.         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'));
  6395.     }
  6396.     /**
  6397.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6398.      *
  6399.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6400.      */
  6401.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6402.     {
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6409.         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()))]));
  6410.     }
  6411.     /**
  6412.      * Gets the private 'session.factory' shared service.
  6413.      *
  6414.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6415.      */
  6416.     protected function getSession_FactoryService()
  6417.     {
  6418.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6419.         if (isset($this->privates['session.factory'])) {
  6420.             return $this->privates['session.factory'];
  6421.         }
  6422.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  6423.     }
  6424.     /**
  6425.      * Gets the private 'session_listener' shared service.
  6426.      *
  6427.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6428.      */
  6429.     protected function getSessionListenerService()
  6430.     {
  6431.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6432.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  6433.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6434.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6435.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6436.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  6437.         ], [
  6438.             'initialized_session' => '?',
  6439.             'logger' => '?',
  6440.             'session' => '?',
  6441.             'session_collector' => '?',
  6442.             'session_factory' => '?',
  6443.         ]), true$this->parameters['session.storage.options']);
  6444.     }
  6445.     /**
  6446.      * Gets the private 'texter.transports' shared service.
  6447.      *
  6448.      * @return \Symfony\Component\Notifier\Transport\Transports
  6449.      */
  6450.     protected function getTexter_TransportsService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  6455.         return $this->privates['texter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  6456.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  6457.         }, 1)))->fromStrings([]);
  6458.     }
  6459.     /**
  6460.      * Gets the private 'translation.extractor' shared service.
  6461.      *
  6462.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6463.      */
  6464.     protected function getTranslation_ExtractorService()
  6465.     {
  6466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6470.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6471.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6472.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6473.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6474.         return $instance;
  6475.     }
  6476.     /**
  6477.      * Gets the private 'translation.loader.csv' shared service.
  6478.      *
  6479.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6480.      */
  6481.     protected function getTranslation_Loader_CsvService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6487.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6488.     }
  6489.     /**
  6490.      * Gets the private 'translation.loader.dat' shared service.
  6491.      *
  6492.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6493.      */
  6494.     protected function getTranslation_Loader_DatService()
  6495.     {
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6499.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6500.     }
  6501.     /**
  6502.      * Gets the private 'translation.loader.ini' shared service.
  6503.      *
  6504.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6505.      */
  6506.     protected function getTranslation_Loader_IniService()
  6507.     {
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6512.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6513.     }
  6514.     /**
  6515.      * Gets the private 'translation.loader.json' shared service.
  6516.      *
  6517.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6518.      */
  6519.     protected function getTranslation_Loader_JsonService()
  6520.     {
  6521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6525.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6526.     }
  6527.     /**
  6528.      * Gets the private 'translation.loader.mo' shared service.
  6529.      *
  6530.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6531.      */
  6532.     protected function getTranslation_Loader_MoService()
  6533.     {
  6534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6538.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6539.     }
  6540.     /**
  6541.      * Gets the private 'translation.loader.php' shared service.
  6542.      *
  6543.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6544.      */
  6545.     protected function getTranslation_Loader_PhpService()
  6546.     {
  6547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6551.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6552.     }
  6553.     /**
  6554.      * Gets the private 'translation.loader.po' shared service.
  6555.      *
  6556.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6557.      */
  6558.     protected function getTranslation_Loader_PoService()
  6559.     {
  6560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6564.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6565.     }
  6566.     /**
  6567.      * Gets the private 'translation.loader.qt' shared service.
  6568.      *
  6569.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6570.      */
  6571.     protected function getTranslation_Loader_QtService()
  6572.     {
  6573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6575.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6576.     }
  6577.     /**
  6578.      * Gets the private 'translation.loader.res' shared service.
  6579.      *
  6580.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6581.      */
  6582.     protected function getTranslation_Loader_ResService()
  6583.     {
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6586.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6587.     }
  6588.     /**
  6589.      * Gets the private 'translation.loader.xliff' shared service.
  6590.      *
  6591.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6592.      */
  6593.     protected function getTranslation_Loader_XliffService()
  6594.     {
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6597.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6598.     }
  6599.     /**
  6600.      * Gets the private 'translation.loader.yml' shared service.
  6601.      *
  6602.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6603.      */
  6604.     protected function getTranslation_Loader_YmlService()
  6605.     {
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6610.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6611.     }
  6612.     /**
  6613.      * Gets the private 'translation.provider_collection' shared service.
  6614.      *
  6615.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6616.      */
  6617.     protected function getTranslation_ProviderCollectionService()
  6618.     {
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6621.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6622.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6623.         }, 1), []))->fromConfig([]);
  6624.     }
  6625.     /**
  6626.      * Gets the private 'translation.reader' shared service.
  6627.      *
  6628.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6629.      */
  6630.     protected function getTranslation_ReaderService()
  6631.     {
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6638.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6639.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6640.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6645.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6648.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6649.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6650.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6651.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6652.         $instance->addLoader('yaml'$a);
  6653.         $instance->addLoader('yml'$a);
  6654.         $instance->addLoader('xlf'$b);
  6655.         $instance->addLoader('xliff'$b);
  6656.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6657.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6658.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6659.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6660.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6661.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6662.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6663.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6664.         return $instance;
  6665.     }
  6666.     /**
  6667.      * Gets the private 'translation.warmer' shared service.
  6668.      *
  6669.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6670.      */
  6671.     protected function getTranslation_WarmerService()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6675.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6676.             'translator' => ['services''translator''getTranslatorService'false],
  6677.         ], [
  6678.             'translator' => '?',
  6679.         ]))->withContext('translation.warmer'$this));
  6680.     }
  6681.     /**
  6682.      * Gets the private 'translation.writer' shared service.
  6683.      *
  6684.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6685.      */
  6686.     protected function getTranslation_WriterService()
  6687.     {
  6688.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6697.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6698.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6702.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6703.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6704.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6705.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6706.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6707.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6708.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6709.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6710.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6711.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6712.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6713.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6714.         return $instance;
  6715.     }
  6716.     /**
  6717.      * Gets the private 'translator.default' shared service.
  6718.      *
  6719.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6720.      */
  6721.     protected function getTranslator_DefaultService()
  6722.     {
  6723.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6724.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6725.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6726.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6727.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6728.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6729.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6730.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6731.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6732.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6733.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6734.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6735.         ], [
  6736.             'translation.loader.csv' => '?',
  6737.             'translation.loader.dat' => '?',
  6738.             'translation.loader.ini' => '?',
  6739.             'translation.loader.json' => '?',
  6740.             'translation.loader.mo' => '?',
  6741.             'translation.loader.php' => '?',
  6742.             'translation.loader.po' => '?',
  6743.             'translation.loader.qt' => '?',
  6744.             'translation.loader.res' => '?',
  6745.             'translation.loader.xliff' => '?',
  6746.             'translation.loader.yml' => '?',
  6747.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'10 => 'vendor/twig/extra-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  6748.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6749.         $instance->setFallbackLocales([=> 'en']);
  6750.         return $instance;
  6751.     }
  6752.     /**
  6753.      * Gets the private 'twig.command.debug' shared service.
  6754.      *
  6755.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6756.      */
  6757.     protected function getTwig_Command_DebugService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6761.         $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()));
  6762.         $instance->setName('debug:twig');
  6763.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6764.         return $instance;
  6765.     }
  6766.     /**
  6767.      * Gets the private 'twig.command.lint' shared service.
  6768.      *
  6769.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6770.      */
  6771.     protected function getTwig_Command_LintService()
  6772.     {
  6773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6774.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6775.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6776.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6777.         $instance->setName('lint:twig');
  6778.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6779.         return $instance;
  6780.     }
  6781.     /**
  6782.      * Gets the private 'twig.form.engine' shared service.
  6783.      *
  6784.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6785.      */
  6786.     protected function getTwig_Form_EngineService()
  6787.     {
  6788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6790.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6791.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6792.         if (isset($this->privates['twig.form.engine'])) {
  6793.             return $this->privates['twig.form.engine'];
  6794.         }
  6795.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  6796.     }
  6797.     /**
  6798.      * Gets the private 'twig.form.renderer' shared service.
  6799.      *
  6800.      * @return \Symfony\Component\Form\FormRenderer
  6801.      */
  6802.     protected function getTwig_Form_RendererService()
  6803.     {
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6806.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  6807.         if (isset($this->privates['twig.form.renderer'])) {
  6808.             return $this->privates['twig.form.renderer'];
  6809.         }
  6810.         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()));
  6811.     }
  6812.     /**
  6813.      * Gets the private 'twig.mailer.message_listener' shared service.
  6814.      *
  6815.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6816.      */
  6817.     protected function getTwig_Mailer_MessageListenerService()
  6818.     {
  6819.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6820.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6822.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6823.         if (isset($this->privates['twig.mailer.message_listener'])) {
  6824.             return $this->privates['twig.mailer.message_listener'];
  6825.         }
  6826.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  6827.     }
  6828.     /**
  6829.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6830.      *
  6831.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6832.      */
  6833.     protected function getTwig_Runtime_HttpkernelService()
  6834.     {
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6841.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6842.         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, [
  6843.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6844.         ], [
  6845.             'inline' => '?',
  6846.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6847.     }
  6848.     /**
  6849.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6850.      *
  6851.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6852.      */
  6853.     protected function getTwig_Runtime_SecurityCsrfService()
  6854.     {
  6855.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6856.         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()));
  6857.     }
  6858.     /**
  6859.      * Gets the private 'twig.runtime.serializer' shared service.
  6860.      *
  6861.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6862.      */
  6863.     protected function getTwig_Runtime_SerializerService()
  6864.     {
  6865.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6867.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6868.         if (isset($this->privates['twig.runtime.serializer'])) {
  6869.             return $this->privates['twig.runtime.serializer'];
  6870.         }
  6871.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  6872.     }
  6873.     /**
  6874.      * Gets the private 'twig.template_cache_warmer' shared service.
  6875.      *
  6876.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6877.      */
  6878.     protected function getTwig_TemplateCacheWarmerService()
  6879.     {
  6880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6883.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6884.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6885.         ], [
  6886.             'twig' => '?',
  6887.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  6888.     }
  6889.     /**
  6890.      * Gets the private 'validator.builder' shared service.
  6891.      *
  6892.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6893.      */
  6894.     protected function getValidator_BuilderService()
  6895.     {
  6896.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6897.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6898.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6899.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6900.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6901.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6902.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6903.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6904.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6905.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6906.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6907.         ], [
  6908.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6909.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6910.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6911.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6912.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6913.             'doctrine.orm.validator.unique' => '?',
  6914.             'security.validator.user_password' => '?',
  6915.             'validator.expression' => '?',
  6916.         ])));
  6917.         if ($this->has('translator')) {
  6918.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6919.         }
  6920.         $instance->setTranslationDomain('validators');
  6921.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6922.         $instance->enableAnnotationMapping(true);
  6923.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6924.         $instance->addMethodMapping('loadValidatorMetadata');
  6925.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6926.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6927.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6928.         return $instance;
  6929.     }
  6930.     /**
  6931.      * Gets the private 'validator.email' shared service.
  6932.      *
  6933.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6934.      */
  6935.     protected function getValidator_EmailService()
  6936.     {
  6937.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6940.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6941.     }
  6942.     /**
  6943.      * Gets the private 'validator.expression' shared service.
  6944.      *
  6945.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6946.      */
  6947.     protected function getValidator_ExpressionService()
  6948.     {
  6949.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6952.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  6953.         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())));
  6954.     }
  6955.     /**
  6956.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6957.      *
  6958.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6959.      */
  6960.     protected function getValidator_Mapping_CacheWarmerService()
  6961.     {
  6962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6965.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6966.     }
  6967.     /**
  6968.      * Gets the private 'validator.not_compromised_password' shared service.
  6969.      *
  6970.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6971.      */
  6972.     protected function getValidator_NotCompromisedPasswordService()
  6973.     {
  6974.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6977.         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);
  6978.     }
  6979.     /**
  6980.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6981.      *
  6982.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6983.      */
  6984.     protected function getVarDumper_Command_ServerDumpService()
  6985.     {
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6992.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6993.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6994.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6995.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6996.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6997.         $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()))]);
  6998.         $instance->setName('server:dump');
  6999.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7000.         return $instance;
  7001.     }
  7002.     /**
  7003.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7004.      *
  7005.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7006.      */
  7007.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7008.     {
  7009.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7010.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7011.         return $instance;
  7012.     }
  7013.     /**
  7014.      * Gets the private 'var_dumper.html_dumper' shared service.
  7015.      *
  7016.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7017.      */
  7018.     protected function getVarDumper_HtmlDumperService()
  7019.     {
  7020.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7021.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7022.         return $instance;
  7023.     }
  7024.     /**
  7025.      * Gets the private 'var_dumper.server_connection' shared service.
  7026.      *
  7027.      * @return \Symfony\Component\VarDumper\Server\Connection
  7028.      */
  7029.     protected function getVarDumper_ServerConnectionService()
  7030.     {
  7031.         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()]);
  7032.     }
  7033.     /**
  7034.      * Gets the private 'web_profiler.csp.handler' shared service.
  7035.      *
  7036.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7037.      */
  7038.     protected function getWebProfiler_Csp_HandlerService()
  7039.     {
  7040.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7041.     }
  7042.     /**
  7043.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7044.      *
  7045.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7046.      */
  7047.     protected function getWebProfiler_DebugToolbarService()
  7048.     {
  7049.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7050.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7051.             return $this->privates['web_profiler.debug_toolbar'];
  7052.         }
  7053.         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()));
  7054.     }
  7055.     /**
  7056.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  7057.      *
  7058.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  7059.      */
  7060.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  7061.     {
  7062.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  7065.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  7066.     }
  7067.     /**
  7068.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  7069.      *
  7070.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  7071.      */
  7072.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  7073.     {
  7074.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7075.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  7076.         ], [
  7077.             '_default' => '?',
  7078.         ]), '_default');
  7079.     }
  7080.     /**
  7081.      * Gets the private 'webpack_encore.exception_listener' shared service.
  7082.      *
  7083.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  7084.      */
  7085.     protected function getWebpackEncore_ExceptionListenerService()
  7086.     {
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  7088.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7089.     }
  7090.     /**
  7091.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  7092.      *
  7093.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  7094.      */
  7095.     protected function getWebpackEncore_TagRendererService()
  7096.     {
  7097.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  7098.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7099.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  7100.             return $this->privates['webpack_encore.tag_renderer'];
  7101.         }
  7102.         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);
  7103.     }
  7104.     /**
  7105.      * Gets the public 'cache_clearer' alias.
  7106.      *
  7107.      * @return object The ".container.private.cache_clearer" service.
  7108.      */
  7109.     protected function getCacheClearerService()
  7110.     {
  7111.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7112.         return $this->get('.container.private.cache_clearer');
  7113.     }
  7114.     /**
  7115.      * Gets the public 'filesystem' alias.
  7116.      *
  7117.      * @return object The ".container.private.filesystem" service.
  7118.      */
  7119.     protected function getFilesystemService()
  7120.     {
  7121.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7122.         return $this->get('.container.private.filesystem');
  7123.     }
  7124.     /**
  7125.      * Gets the public 'serializer' alias.
  7126.      *
  7127.      * @return object The ".container.private.serializer" service.
  7128.      */
  7129.     protected function getSerializerService()
  7130.     {
  7131.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7132.         return $this->get('.container.private.serializer');
  7133.     }
  7134.     /**
  7135.      * Gets the public 'security.csrf.token_manager' alias.
  7136.      *
  7137.      * @return object The ".container.private.security.csrf.token_manager" service.
  7138.      */
  7139.     protected function getSecurity_Csrf_TokenManagerService()
  7140.     {
  7141.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7142.         return $this->get('.container.private.security.csrf.token_manager');
  7143.     }
  7144.     /**
  7145.      * Gets the public 'form.factory' alias.
  7146.      *
  7147.      * @return object The ".container.private.form.factory" service.
  7148.      */
  7149.     protected function getForm_FactoryService()
  7150.     {
  7151.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7152.         return $this->get('.container.private.form.factory');
  7153.     }
  7154.     /**
  7155.      * Gets the public 'form.type.file' alias.
  7156.      *
  7157.      * @return object The ".container.private.form.type.file" service.
  7158.      */
  7159.     protected function getForm_Type_FileService()
  7160.     {
  7161.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7162.         return $this->get('.container.private.form.type.file');
  7163.     }
  7164.     /**
  7165.      * Gets the public 'profiler' alias.
  7166.      *
  7167.      * @return object The ".container.private.profiler" service.
  7168.      */
  7169.     protected function getProfilerService()
  7170.     {
  7171.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7172.         return $this->get('.container.private.profiler');
  7173.     }
  7174.     /**
  7175.      * Gets the public 'twig' alias.
  7176.      *
  7177.      * @return object The ".container.private.twig" service.
  7178.      */
  7179.     protected function getTwigService()
  7180.     {
  7181.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7182.         return $this->get('.container.private.twig');
  7183.     }
  7184.     /**
  7185.      * Gets the public 'security.authorization_checker' alias.
  7186.      *
  7187.      * @return object The ".container.private.security.authorization_checker" service.
  7188.      */
  7189.     protected function getSecurity_AuthorizationCheckerService()
  7190.     {
  7191.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7192.         return $this->get('.container.private.security.authorization_checker');
  7193.     }
  7194.     /**
  7195.      * Gets the public 'security.token_storage' alias.
  7196.      *
  7197.      * @return object The ".container.private.security.token_storage" service.
  7198.      */
  7199.     protected function getSecurity_TokenStorageService()
  7200.     {
  7201.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7202.         return $this->get('.container.private.security.token_storage');
  7203.     }
  7204.     /**
  7205.      * Gets the public 'security.password_encoder' alias.
  7206.      *
  7207.      * @return object The ".container.private.security.password_encoder" service.
  7208.      */
  7209.     protected function getSecurity_PasswordEncoderService()
  7210.     {
  7211.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7212.         return $this->get('.container.private.security.password_encoder');
  7213.     }
  7214.     /**
  7215.      * Gets the public 'session' alias.
  7216.      *
  7217.      * @return object The ".container.private.session" service.
  7218.      */
  7219.     protected function getSessionService()
  7220.     {
  7221.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7222.         return $this->get('.container.private.session');
  7223.     }
  7224.     /**
  7225.      * Gets the public 'validator' alias.
  7226.      *
  7227.      * @return object The ".container.private.validator" service.
  7228.      */
  7229.     protected function getValidatorService()
  7230.     {
  7231.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7232.         return $this->get('.container.private.validator');
  7233.     }
  7234.     /**
  7235.      * @return array|bool|float|int|string|\UnitEnum|null
  7236.      */
  7237.     public function getParameter(string $name)
  7238.     {
  7239.         if (isset($this->buildParameters[$name])) {
  7240.             return $this->buildParameters[$name];
  7241.         }
  7242.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7243.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7244.         }
  7245.         if (isset($this->loadedDynamicParameters[$name])) {
  7246.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7247.         }
  7248.         return $this->parameters[$name];
  7249.     }
  7250.     public function hasParameter(string $name): bool
  7251.     {
  7252.         if (isset($this->buildParameters[$name])) {
  7253.             return true;
  7254.         }
  7255.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7256.     }
  7257.     public function setParameter(string $name$value): void
  7258.     {
  7259.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7260.     }
  7261.     public function getParameterBag(): ParameterBagInterface
  7262.     {
  7263.         if (null === $this->parameterBag) {
  7264.             $parameters $this->parameters;
  7265.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7266.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7267.             }
  7268.             foreach ($this->buildParameters as $name => $value) {
  7269.                 $parameters[$name] = $value;
  7270.             }
  7271.             $this->parameterBag = new FrozenParameterBag($parameters);
  7272.         }
  7273.         return $this->parameterBag;
  7274.     }
  7275.     private $loadedDynamicParameters = [
  7276.         'kernel.runtime_environment' => false,
  7277.         'kernel.build_dir' => false,
  7278.         'kernel.cache_dir' => false,
  7279.         'kernel.secret' => false,
  7280.         'debug.container.dump' => false,
  7281.         'serializer.mapping.cache.file' => false,
  7282.         'validator.mapping.cache.file' => false,
  7283.         'profiler.storage.dsn' => false,
  7284.         'doctrine.orm.proxy_dir' => false,
  7285.     ];
  7286.     private $dynamicParameters = [];
  7287.     private function getDynamicParameter(string $name)
  7288.     {
  7289.         switch ($name) {
  7290.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7291.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7292.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7293.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7294.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7295.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7296.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7297.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7298.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7299.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7300.         }
  7301.         $this->loadedDynamicParameters[$name] = true;
  7302.         return $this->dynamicParameters[$name] = $value;
  7303.     }
  7304.     protected function getDefaultParameters(): array
  7305.     {
  7306.         return [
  7307.             'kernel.project_dir' => \dirname(__DIR__4),
  7308.             'kernel.environment' => 'dev',
  7309.             'kernel.debug' => true,
  7310.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7311.             'kernel.bundles' => [
  7312.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7313.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7314.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7315.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7316.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7317.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7318.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7319.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7320.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7321.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7322.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7323.             ],
  7324.             'kernel.bundles_metadata' => [
  7325.                 'FrameworkBundle' => [
  7326.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7327.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7328.                 ],
  7329.                 'DoctrineBundle' => [
  7330.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7331.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7332.                 ],
  7333.                 'DoctrineMigrationsBundle' => [
  7334.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7335.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7336.                 ],
  7337.                 'DebugBundle' => [
  7338.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7339.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7340.                 ],
  7341.                 'TwigBundle' => [
  7342.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7343.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7344.                 ],
  7345.                 'WebProfilerBundle' => [
  7346.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7347.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7348.                 ],
  7349.                 'TwigExtraBundle' => [
  7350.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7351.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7352.                 ],
  7353.                 'SecurityBundle' => [
  7354.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7355.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7356.                 ],
  7357.                 'MonologBundle' => [
  7358.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7359.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7360.                 ],
  7361.                 'MakerBundle' => [
  7362.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7363.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7364.                 ],
  7365.                 'WebpackEncoreBundle' => [
  7366.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  7367.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7368.                 ],
  7369.             ],
  7370.             'kernel.charset' => 'UTF-8',
  7371.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7372.             'container.dumper.inline_class_loader' => true,
  7373.             'container.dumper.inline_factories' => true,
  7374.             'event_dispatcher.event_aliases' => [
  7375.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7376.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7377.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7378.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7379.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7380.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7381.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7382.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7383.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7384.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7385.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7386.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7387.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7388.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7389.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7390.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7391.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7392.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7393.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7394.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7395.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7396.             ],
  7397.             'fragment.renderer.hinclude.global_template' => NULL,
  7398.             'fragment.path' => '/_fragment',
  7399.             'kernel.http_method_override' => false,
  7400.             'kernel.trusted_hosts' => [
  7401.             ],
  7402.             'kernel.default_locale' => 'en',
  7403.             'kernel.enabled_locales' => [
  7404.             ],
  7405.             'kernel.error_controller' => 'error_controller',
  7406.             'debug.file_link_format' => NULL,
  7407.             'asset.request_context.base_path' => NULL,
  7408.             'asset.request_context.secure' => NULL,
  7409.             'translator.logging' => false,
  7410.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7411.             'debug.error_handler.throw_at' => -1,
  7412.             'router.request_context.host' => 'localhost',
  7413.             'router.request_context.scheme' => 'http',
  7414.             'router.request_context.base_url' => '',
  7415.             'router.resource' => 'kernel::loadRoutes',
  7416.             'request_listener.http_port' => 80,
  7417.             'request_listener.https_port' => 443,
  7418.             'session.metadata.storage_key' => '_sf2_meta',
  7419.             'session.storage.options' => [
  7420.                 'cache_limiter' => '0',
  7421.                 'cookie_secure' => 'auto',
  7422.                 'cookie_httponly' => true,
  7423.                 'cookie_samesite' => 'lax',
  7424.                 'gc_probability' => 1,
  7425.             ],
  7426.             'session.save_path' => NULL,
  7427.             'session.metadata.update_threshold' => 0,
  7428.             'form.type_extension.csrf.enabled' => true,
  7429.             'form.type_extension.csrf.field_name' => '_token',
  7430.             'validator.translation_domain' => 'validators',
  7431.             'profiler_listener.only_exceptions' => false,
  7432.             'profiler_listener.only_main_requests' => false,
  7433.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7434.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7435.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7436.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7437.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7438.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7439.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7440.             'doctrine.entity_managers' => [
  7441.                 'default' => 'doctrine.orm.default_entity_manager',
  7442.             ],
  7443.             'doctrine.default_entity_manager' => 'default',
  7444.             'doctrine.dbal.connection_factory.types' => [
  7445.             ],
  7446.             'doctrine.connections' => [
  7447.                 'default' => 'doctrine.dbal.default_connection',
  7448.             ],
  7449.             'doctrine.default_connection' => 'default',
  7450.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7451.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7452.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7453.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7454.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7455.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7456.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7457.             'doctrine.orm.cache.memcache_port' => 11211,
  7458.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7459.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7460.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7461.             'doctrine.orm.cache.memcached_port' => 11211,
  7462.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7463.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7464.             'doctrine.orm.cache.redis_host' => 'localhost',
  7465.             'doctrine.orm.cache.redis_port' => 6379,
  7466.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7467.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7468.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7469.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7470.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7471.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7472.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7473.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7474.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7475.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7476.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7477.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7478.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7479.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7480.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7481.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7482.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7483.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7484.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7485.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7486.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7487.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7488.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7489.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7490.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7491.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7492.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7493.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7494.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7495.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7496.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7497.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7498.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7499.             'doctrine.migrations.preferred_em' => NULL,
  7500.             'doctrine.migrations.preferred_connection' => NULL,
  7501.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7502.             'twig.form.resources' => [
  7503.                 => 'form_div_layout.html.twig',
  7504.             ],
  7505.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7506.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7507.             'web_profiler.debug_toolbar.mode' => 2,
  7508.             'security.role_hierarchy.roles' => [
  7509.             ],
  7510.             'security.access.denied_url' => NULL,
  7511.             'security.authentication.manager.erase_credentials' => true,
  7512.             'security.authentication.session_strategy.strategy' => 'migrate',
  7513.             'security.access.always_authenticate_before_granting' => false,
  7514.             'security.authentication.hide_user_not_found' => true,
  7515.             'security.firewalls' => [
  7516.                 => 'dev',
  7517.                 => 'main',
  7518.             ],
  7519.             'security.main._indexed_authenticators' => [
  7520.             ],
  7521.             'monolog.use_microseconds' => true,
  7522.             'monolog.swift_mailer.handlers' => [
  7523.             ],
  7524.             'monolog.handlers_to_channels' => [
  7525.                 'monolog.handler.console' => [
  7526.                     'type' => 'exclusive',
  7527.                     'elements' => [
  7528.                         => 'event',
  7529.                         => 'doctrine',
  7530.                         => 'console',
  7531.                     ],
  7532.                 ],
  7533.                 'monolog.handler.main' => [
  7534.                     'type' => 'exclusive',
  7535.                     'elements' => [
  7536.                         => 'event',
  7537.                     ],
  7538.                 ],
  7539.             ],
  7540.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7541.             'data_collector.templates' => [
  7542.                 'data_collector.request' => [
  7543.                     => 'request',
  7544.                     => '@WebProfiler/Collector/request.html.twig',
  7545.                 ],
  7546.                 'data_collector.time' => [
  7547.                     => 'time',
  7548.                     => '@WebProfiler/Collector/time.html.twig',
  7549.                 ],
  7550.                 'data_collector.memory' => [
  7551.                     => 'memory',
  7552.                     => '@WebProfiler/Collector/memory.html.twig',
  7553.                 ],
  7554.                 'data_collector.validator' => [
  7555.                     => 'validator',
  7556.                     => '@WebProfiler/Collector/validator.html.twig',
  7557.                 ],
  7558.                 'data_collector.ajax' => [
  7559.                     => 'ajax',
  7560.                     => '@WebProfiler/Collector/ajax.html.twig',
  7561.                 ],
  7562.                 'data_collector.form' => [
  7563.                     => 'form',
  7564.                     => '@WebProfiler/Collector/form.html.twig',
  7565.                 ],
  7566.                 'data_collector.exception' => [
  7567.                     => 'exception',
  7568.                     => '@WebProfiler/Collector/exception.html.twig',
  7569.                 ],
  7570.                 'data_collector.logger' => [
  7571.                     => 'logger',
  7572.                     => '@WebProfiler/Collector/logger.html.twig',
  7573.                 ],
  7574.                 'data_collector.events' => [
  7575.                     => 'events',
  7576.                     => '@WebProfiler/Collector/events.html.twig',
  7577.                 ],
  7578.                 'data_collector.router' => [
  7579.                     => 'router',
  7580.                     => '@WebProfiler/Collector/router.html.twig',
  7581.                 ],
  7582.                 'data_collector.cache' => [
  7583.                     => 'cache',
  7584.                     => '@WebProfiler/Collector/cache.html.twig',
  7585.                 ],
  7586.                 'data_collector.translation' => [
  7587.                     => 'translation',
  7588.                     => '@WebProfiler/Collector/translation.html.twig',
  7589.                 ],
  7590.                 'data_collector.security' => [
  7591.                     => 'security',
  7592.                     => '@Security/Collector/security.html.twig',
  7593.                 ],
  7594.                 'data_collector.twig' => [
  7595.                     => 'twig',
  7596.                     => '@WebProfiler/Collector/twig.html.twig',
  7597.                 ],
  7598.                 'data_collector.http_client' => [
  7599.                     => 'http_client',
  7600.                     => '@WebProfiler/Collector/http_client.html.twig',
  7601.                 ],
  7602.                 'data_collector.doctrine' => [
  7603.                     => 'db',
  7604.                     => '@Doctrine/Collector/db.html.twig',
  7605.                 ],
  7606.                 'data_collector.dump' => [
  7607.                     => 'dump',
  7608.                     => '@Debug/Profiler/dump.html.twig',
  7609.                 ],
  7610.                 'data_collector.messenger' => [
  7611.                     => 'messenger',
  7612.                     => '@WebProfiler/Collector/messenger.html.twig',
  7613.                 ],
  7614.                 'mailer.data_collector' => [
  7615.                     => 'mailer',
  7616.                     => '@WebProfiler/Collector/mailer.html.twig',
  7617.                 ],
  7618.                 'notifier.data_collector' => [
  7619.                     => 'notifier',
  7620.                     => '@WebProfiler/Collector/notifier.html.twig',
  7621.                 ],
  7622.                 'data_collector.config' => [
  7623.                     => 'config',
  7624.                     => '@WebProfiler/Collector/config.html.twig',
  7625.                 ],
  7626.             ],
  7627.             'console.command.ids' => [
  7628.             ],
  7629.         ];
  7630.     }
  7631.     protected function throw($message)
  7632.     {
  7633.         throw new RuntimeException($message);
  7634.     }
  7635. }