var/cache/dev/ContainerPJj1HZF/App_KernelDevDebugContainer.php line 589

Open in your IDE?
  1. <?php
  2. namespace ContainerPJj1HZF;
  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\\AuthController' => 'getAuthControllerService',
  47.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  48.             'App\\Controller\\UtilsController' => 'getUtilsControllerService',
  49.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  50.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  51.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  52.             'cache.app' => 'getCache_AppService',
  53.             'cache.app_clearer' => 'getCache_AppClearerService',
  54.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  55.             'cache.system' => 'getCache_SystemService',
  56.             'cache.system_clearer' => 'getCache_SystemClearerService',
  57.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  58.             'cache_warmer' => 'getCacheWarmerService',
  59.             'console.command_loader' => 'getConsole_CommandLoaderService',
  60.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  61.             'data_collector.dump' => 'getDataCollector_DumpService',
  62.             'doctrine' => 'getDoctrineService',
  63.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  64.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  65.             'error_controller' => 'getErrorControllerService',
  66.             'event_dispatcher' => 'getEventDispatcherService',
  67.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  68.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  69.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  70.             'http_kernel' => 'getHttpKernelService',
  71.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  72.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  73.             'request_stack' => 'getRequestStackService',
  74.             'router' => 'getRouterService',
  75.             'routing.loader' => 'getRouting_LoaderService',
  76.             'services_resetter' => 'getServicesResetterService',
  77.             'translator' => 'getTranslatorService',
  78.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  79.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  80.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  81.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  82.             'cache_clearer' => 'getCacheClearerService',
  83.             'filesystem' => 'getFilesystemService',
  84.             'serializer' => 'getSerializerService',
  85.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  86.             'form.factory' => 'getForm_FactoryService',
  87.             'form.type.file' => 'getForm_Type_FileService',
  88.             'profiler' => 'getProfilerService',
  89.             'twig' => 'getTwigService',
  90.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  91.             'security.token_storage' => 'getSecurity_TokenStorageService',
  92.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  93.             'session' => 'getSessionService',
  94.             'validator' => 'getValidatorService',
  95.         ];
  96.         $this->aliases = [
  97.             'database_connection' => 'doctrine.dbal.default_connection',
  98.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  99.         ];
  100.         $this->privates['service_container'] = function () {
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  107.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  109.             include_once \dirname(__DIR__4).'/src/EventListener/RouteListener.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  150.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  185.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  198.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  199.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/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/src/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).'/src/TwigExtensions/Menu.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-react/src/Twig/ReactComponentExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  434.         };
  435.     }
  436.     public function compile(): void
  437.     {
  438.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  439.     }
  440.     public function isCompiled(): bool
  441.     {
  442.         return true;
  443.     }
  444.     public function getRemovedIds(): array
  445.     {
  446.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  447.     }
  448.     /**
  449.      * Gets the public '.container.private.cache_clearer' shared service.
  450.      *
  451.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  452.      */
  453.     protected function get_Container_Private_CacheClearerService()
  454.     {
  455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  457.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  458.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  459.         }, 1));
  460.     }
  461.     /**
  462.      * Gets the public '.container.private.filesystem' shared service.
  463.      *
  464.      * @return \Symfony\Component\Filesystem\Filesystem
  465.      */
  466.     protected function get_Container_Private_FilesystemService()
  467.     {
  468.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  469.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  470.     }
  471.     /**
  472.      * Gets the public '.container.private.form.factory' shared service.
  473.      *
  474.      * @return \Symfony\Component\Form\FormFactory
  475.      */
  476.     protected function get_Container_Private_Form_FactoryService()
  477.     {
  478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  480.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  481.     }
  482.     /**
  483.      * Gets the public '.container.private.form.type.file' shared service.
  484.      *
  485.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  486.      */
  487.     protected function get_Container_Private_Form_Type_FileService()
  488.     {
  489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  492.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  493.     }
  494.     /**
  495.      * Gets the public '.container.private.profiler' shared service.
  496.      *
  497.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  498.      */
  499.     protected function get_Container_Private_ProfilerService()
  500.     {
  501.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  502.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  503.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  504.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  506.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  507.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  508.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  509.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  510.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  511.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  512.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  513.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  514.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  515.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  516.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  517.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  518.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  519.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  520.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  521.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  522.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  523.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  524.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  525.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  526.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  527.         if ($this->has('kernel')) {
  528.             $g->setKernel($b);
  529.         }
  530.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  531.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  532.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  533.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  534.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  535.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  536.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  537.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  538.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  539.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  540.         $instance->add($d);
  541.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  542.         $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));
  543.         $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())));
  544.         $instance->add($e);
  545.         $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([])))));
  546.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  547.         $instance->add($f);
  548.         $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()))));
  549.         $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()))));
  550.         $instance->add($g);
  551.         return $instance;
  552.     }
  553.     /**
  554.      * Gets the public '.container.private.security.authorization_checker' shared service.
  555.      *
  556.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  557.      */
  558.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  559.     {
  560.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  561.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  562.             return $this->services['.container.private.security.authorization_checker'];
  563.         }
  564.         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);
  565.     }
  566.     /**
  567.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  568.      *
  569.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  570.      */
  571.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  572.     {
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  577.         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())));
  578.     }
  579.     /**
  580.      * Gets the public '.container.private.security.password_encoder' shared service.
  581.      *
  582.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  583.      *
  584.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  585.      */
  586.     protected function get_Container_Private_Security_PasswordEncoderService()
  587.     {
  588.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  589.         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()));
  590.     }
  591.     /**
  592.      * Gets the public '.container.private.security.token_storage' shared service.
  593.      *
  594.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  595.      */
  596.     protected function get_Container_Private_Security_TokenStorageService()
  597.     {
  598.         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, [
  599.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  600.         ], [
  601.             'request_stack' => '?',
  602.         ]));
  603.     }
  604.     /**
  605.      * Gets the public '.container.private.serializer' shared service.
  606.      *
  607.      * @return \Symfony\Component\Serializer\Serializer
  608.      */
  609.     protected function get_Container_Private_SerializerService()
  610.     {
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  655.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  656.         if (isset($this->services['.container.private.serializer'])) {
  657.             return $this->services['.container.private.serializer'];
  658.         }
  659.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  660.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  661.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  662.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  663.         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, [], $a)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  664.     }
  665.     /**
  666.      * Gets the public '.container.private.session' shared service.
  667.      *
  668.      * @return \Symfony\Component\HttpFoundation\Session\Session
  669.      */
  670.     protected function get_Container_Private_SessionService()
  671.     {
  672.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  673.         if (isset($this->services['.container.private.session'])) {
  674.             return $this->services['.container.private.session'];
  675.         }
  676.         return $this->services['.container.private.session'] = $a->createSession();
  677.     }
  678.     /**
  679.      * Gets the public '.container.private.twig' shared service.
  680.      *
  681.      * @return \Twig\Environment
  682.      */
  683.     protected function get_Container_Private_TwigService()
  684.     {
  685.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  686.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  687.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  688.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  689.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  690.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  691.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  692.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  693.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  694.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  695.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  696.         $a->addPath((\dirname(__DIR__4).'/templates'));
  697.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  698.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  699.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  700.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  701.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  702.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  703.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  704.         $e = ($this->services['router'] ?? $this->getRouterService());
  705.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  706.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  707.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  708.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  709.         $i = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension();
  710.         $j = new \Symfony\Bridge\Twig\AppVariable();
  711.         $j->setEnvironment('dev');
  712.         $j->setDebug(true);
  713.         if ($this->has('.container.private.security.token_storage')) {
  714.             $j->setTokenStorage($g);
  715.         }
  716.         if ($this->has('request_stack')) {
  717.             $j->setRequestStack($f);
  718.         }
  719.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  721.         $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())));
  722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  732.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  733.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  734.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  735.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  736.         $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)));
  737.         $instance->addExtension(new \App\TwigExtensions\Menu($f, new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  738.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  739.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  740.         ], [
  741.             'security.authorization_checker' => '?',
  742.             'security.token_storage' => '?',
  743.         ]))));
  744.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  745.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  746.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  747.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  748.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  749.         ], [
  750.             'webpack_encore.entrypoint_lookup_collection' => '?',
  751.             'webpack_encore.tag_renderer' => '?',
  752.         ])));
  753.         $instance->addExtension($i);
  754.         $instance->addExtension(new \Symfony\UX\React\Twig\ReactComponentExtension($i));
  755.         $instance->addGlobal('app'$j);
  756.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  757.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  758.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  759.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  760.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  761.         ], [
  762.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  763.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  764.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  765.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  766.         ])));
  767.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  768.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  769.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  770.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  771.         return $instance;
  772.     }
  773.     /**
  774.      * Gets the public '.container.private.validator' shared service.
  775.      *
  776.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  777.      */
  778.     protected function get_Container_Private_ValidatorService()
  779.     {
  780.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  781.         if (isset($this->services['.container.private.validator'])) {
  782.             return $this->services['.container.private.validator'];
  783.         }
  784.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  785.     }
  786.     /**
  787.      * Gets the public 'App\Controller\AuthController' shared autowired service.
  788.      *
  789.      * @return \App\Controller\AuthController
  790.      */
  791.     protected function getAuthControllerService()
  792.     {
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  794.         include_once \dirname(__DIR__4).'/src/Controller/AuthController.php';
  795.         $this->services['App\\Controller\\AuthController'] = $instance = new \App\Controller\AuthController(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  796.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AuthController'$this));
  797.         return $instance;
  798.     }
  799.     /**
  800.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  801.      *
  802.      * @return \App\Controller\DefaultController
  803.      */
  804.     protected function getDefaultControllerService()
  805.     {
  806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  807.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  808.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  809.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController'$this));
  810.         return $instance;
  811.     }
  812.     /**
  813.      * Gets the public 'App\Controller\UtilsController' shared autowired service.
  814.      *
  815.      * @return \App\Controller\UtilsController
  816.      */
  817.     protected function getUtilsControllerService()
  818.     {
  819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  820.         include_once \dirname(__DIR__4).'/src/Controller/UtilsController.php';
  821.         $this->services['App\\Controller\\UtilsController'] = $instance = new \App\Controller\UtilsController(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  822.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\UtilsController'$this));
  823.         return $instance;
  824.     }
  825.     /**
  826.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  827.      *
  828.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  829.      */
  830.     protected function getProfilerControllerService()
  831.     {
  832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  833.         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()));
  834.     }
  835.     /**
  836.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  837.      *
  838.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  839.      */
  840.     protected function getRedirectControllerService()
  841.     {
  842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  843.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  844.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  845.     }
  846.     /**
  847.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  848.      *
  849.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  850.      */
  851.     protected function getTemplateControllerService()
  852.     {
  853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  854.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  855.     }
  856.     /**
  857.      * Gets the public 'cache.app' shared service.
  858.      *
  859.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  860.      */
  861.     protected function getCache_AppService()
  862.     {
  863.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aqN3InANu1'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  864.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  865.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  866.     }
  867.     /**
  868.      * Gets the public 'cache.app_clearer' shared service.
  869.      *
  870.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  871.      */
  872.     protected function getCache_AppClearerService()
  873.     {
  874.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  875.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  876.         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())]);
  877.     }
  878.     /**
  879.      * Gets the public 'cache.global_clearer' shared service.
  880.      *
  881.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  882.      */
  883.     protected function getCache_GlobalClearerService()
  884.     {
  885.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  886.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  887.         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())]);
  888.     }
  889.     /**
  890.      * Gets the public 'cache.system' shared service.
  891.      *
  892.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  893.      */
  894.     protected function getCache_SystemService()
  895.     {
  896.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FplKveb610'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  897.     }
  898.     /**
  899.      * Gets the public 'cache.system_clearer' shared service.
  900.      *
  901.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  902.      */
  903.     protected function getCache_SystemClearerService()
  904.     {
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  906.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  907.         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())]);
  908.     }
  909.     /**
  910.      * Gets the public 'cache.validator_expression_language' shared service.
  911.      *
  912.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  913.      */
  914.     protected function getCache_ValidatorExpressionLanguageService()
  915.     {
  916.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+9kiokDZJi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  917.     }
  918.     /**
  919.      * Gets the public 'cache_warmer' shared service.
  920.      *
  921.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  922.      */
  923.     protected function getCacheWarmerService()
  924.     {
  925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  927.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  928.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  929.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  930.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  931.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  932.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  933.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  934.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  935.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  936.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  937.             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'))));
  938.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  939.     }
  940.     /**
  941.      * Gets the public 'console.command_loader' shared service.
  942.      *
  943.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  944.      */
  945.     protected function getConsole_CommandLoaderService()
  946.     {
  947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  949.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  950.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  951.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  952.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  953.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  954.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  955.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  956.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  957.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  958.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  959.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  960.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  961.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  962.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  963.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  964.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  965.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  966.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  967.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  968.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  969.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  970.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  971.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  972.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  973.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  974.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  975.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  976.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  977.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  978.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  979.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  980.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  981.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  982.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  983.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  984.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  985.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  986.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  987.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  988.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  989.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  990.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  991.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  992.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  993.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  994.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  995.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  996.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  997.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  998.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  999.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1000.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1001.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1002.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1003.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1004.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1005.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1006.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1007.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1008.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1009.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1010.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1011.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1012.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1013.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1014.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1015.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1016.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1017.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1018.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1019.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1020.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1021.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1022.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1023.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1024.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1025.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1026.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1027.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1028.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1029.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1030.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1031.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1032.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1033.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1034.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1035.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1036.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1037.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1038.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1039.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1040.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1041.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1042.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1043.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1044.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1045.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1046.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1047.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1048.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1049.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1050.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1051.         ], [
  1052.             'console.command.about' => '?',
  1053.             'console.command.assets_install' => '?',
  1054.             'console.command.cache_clear' => '?',
  1055.             'console.command.cache_pool_clear' => '?',
  1056.             'console.command.cache_pool_prune' => '?',
  1057.             'console.command.cache_pool_delete' => '?',
  1058.             'console.command.cache_pool_list' => '?',
  1059.             'console.command.cache_warmup' => '?',
  1060.             'console.command.config_debug' => '?',
  1061.             'console.command.config_dump_reference' => '?',
  1062.             'console.command.container_debug' => '?',
  1063.             'console.command.container_lint' => '?',
  1064.             'console.command.debug_autowiring' => '?',
  1065.             'console.command.dotenv_debug' => '?',
  1066.             'console.command.event_dispatcher_debug' => '?',
  1067.             'console.command.messenger_consume_messages' => '?',
  1068.             'console.command.messenger_setup_transports' => '?',
  1069.             'console.command.messenger_debug' => '?',
  1070.             'console.command.messenger_stop_workers' => '?',
  1071.             'console.command.messenger_failed_messages_retry' => '?',
  1072.             'console.command.messenger_failed_messages_show' => '?',
  1073.             'console.command.messenger_failed_messages_remove' => '?',
  1074.             'console.command.router_debug' => '?',
  1075.             'console.command.router_match' => '?',
  1076.             'console.command.translation_debug' => '?',
  1077.             'console.command.translation_extract' => '?',
  1078.             'console.command.validator_debug' => '?',
  1079.             'console.command.translation_pull' => '?',
  1080.             'console.command.translation_push' => '?',
  1081.             'console.command.xliff_lint' => '?',
  1082.             'console.command.yaml_lint' => '?',
  1083.             'console.command.form_debug' => '?',
  1084.             'console.command.secrets_set' => '?',
  1085.             'console.command.secrets_remove' => '?',
  1086.             'console.command.secrets_generate_key' => '?',
  1087.             'console.command.secrets_list' => '?',
  1088.             'console.command.secrets_decrypt_to_local' => '?',
  1089.             'console.command.secrets_encrypt_from_local' => '?',
  1090.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1091.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1092.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1093.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1094.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1095.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1096.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1097.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1098.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1099.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1100.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1101.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1102.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1103.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1104.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1105.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1106.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1107.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1108.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1109.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1110.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1111.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1112.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1113.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1114.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1115.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1116.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1117.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1118.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1119.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1120.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1121.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1122.             'var_dumper.command.server_dump' => '?',
  1123.             'monolog.command.server_log' => '?',
  1124.             'twig.command.debug' => '?',
  1125.             'twig.command.lint' => '?',
  1126.             'security.command.debug_firewall' => '?',
  1127.             'security.command.user_password_encoder' => '?',
  1128.             'security.command.user_password_hash' => '?',
  1129.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1130.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1131.             'maker.auto_command.make_auth' => '?',
  1132.             'maker.auto_command.make_command' => '?',
  1133.             'maker.auto_command.make_controller' => '?',
  1134.             'maker.auto_command.make_crud' => '?',
  1135.             'maker.auto_command.make_docker_database' => '?',
  1136.             'maker.auto_command.make_entity' => '?',
  1137.             'maker.auto_command.make_fixtures' => '?',
  1138.             'maker.auto_command.make_form' => '?',
  1139.             'maker.auto_command.make_message' => '?',
  1140.             'maker.auto_command.make_messenger_middleware' => '?',
  1141.             'maker.auto_command.make_registration_form' => '?',
  1142.             'maker.auto_command.make_reset_password' => '?',
  1143.             'maker.auto_command.make_serializer_encoder' => '?',
  1144.             'maker.auto_command.make_serializer_normalizer' => '?',
  1145.             'maker.auto_command.make_subscriber' => '?',
  1146.             'maker.auto_command.make_twig_extension' => '?',
  1147.             'maker.auto_command.make_test' => '?',
  1148.             'maker.auto_command.make_validator' => '?',
  1149.             'maker.auto_command.make_voter' => '?',
  1150.             'maker.auto_command.make_user' => '?',
  1151.             'maker.auto_command.make_migration' => '?',
  1152.             'maker.auto_command.make_stimulus_controller' => '?',
  1153.         ]), ['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''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''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']);
  1154.     }
  1155.     /**
  1156.      * Gets the public 'container.env_var_processors_locator' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1159.      */
  1160.     protected function getContainer_EnvVarProcessorsLocatorService()
  1161.     {
  1162.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1163.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1164.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1165.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1166.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1167.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1168.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1169.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1170.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1171.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1172.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1173.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1174.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1175.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1176.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1177.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1178.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1179.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1180.         ], [
  1181.             'base64' => '?',
  1182.             'bool' => '?',
  1183.             'const' => '?',
  1184.             'csv' => '?',
  1185.             'default' => '?',
  1186.             'file' => '?',
  1187.             'float' => '?',
  1188.             'int' => '?',
  1189.             'json' => '?',
  1190.             'key' => '?',
  1191.             'not' => '?',
  1192.             'query_string' => '?',
  1193.             'require' => '?',
  1194.             'resolve' => '?',
  1195.             'string' => '?',
  1196.             'trim' => '?',
  1197.             'url' => '?',
  1198.         ]);
  1199.     }
  1200.     /**
  1201.      * Gets the public 'data_collector.dump' shared service.
  1202.      *
  1203.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1204.      */
  1205.     protected function getDataCollector_DumpService()
  1206.     {
  1207.         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()));
  1208.     }
  1209.     /**
  1210.      * Gets the public 'doctrine' shared service.
  1211.      *
  1212.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1213.      */
  1214.     protected function getDoctrineService()
  1215.     {
  1216.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1217.     }
  1218.     /**
  1219.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1220.      *
  1221.      * @return \Doctrine\DBAL\Connection
  1222.      */
  1223.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1224.     {
  1225.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1226.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1227.             return $this->services['doctrine.dbal.default_connection'];
  1228.         }
  1229.         $b = new \Doctrine\DBAL\Configuration();
  1230.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1231.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1232.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1233.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1234.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1235.         $d->setConnectionName('default');
  1236.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1237.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1238.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1239.     }
  1240.     /**
  1241.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1242.      *
  1243.      * @return \Doctrine\ORM\EntityManager
  1244.      */
  1245.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1246.     {
  1247.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1248.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1249.             return $this->services['doctrine.orm.default_entity_manager'];
  1250.         }
  1251.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1252.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1253.             return $this->services['doctrine.orm.default_entity_manager'];
  1254.         }
  1255.         $c = new \Doctrine\ORM\Configuration();
  1256.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1257.         $d->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1258.         $c->setEntityNamespaces(['App' => 'App\\Entity']);
  1259.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1260.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1261.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1262.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1263.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1264.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1265.         ], [
  1266.             'doctrine.ulid_generator' => '?',
  1267.             'doctrine.uuid_generator' => '?',
  1268.         ])));
  1269.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1270.         $c->setProxyNamespace('Proxies');
  1271.         $c->setAutoGenerateProxyClasses(true);
  1272.         $c->setSchemaIgnoreClasses([]);
  1273.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1274.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1275.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1276.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1277.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1278.         $c->setLazyGhostObjectEnabled(false);
  1279.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1280.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1281.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1282.         return $instance;
  1283.     }
  1284.     /**
  1285.      * Gets the public 'error_controller' shared service.
  1286.      *
  1287.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1288.      */
  1289.     protected function getErrorControllerService()
  1290.     {
  1291.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1292.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1293.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1294.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1295.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1296.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1297.         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)));
  1298.     }
  1299.     /**
  1300.      * Gets the public 'event_dispatcher' shared service.
  1301.      *
  1302.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1303.      */
  1304.     protected function getEventDispatcherService()
  1305.     {
  1306.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1307.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1308.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1309.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1310.         $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())));
  1311.         $instance->addListener('kernel.controller', [=> function () {
  1312.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1313.         }, => 'onKernelController'], 0);
  1314.         $instance->addListener('kernel.exception', [=> function () {
  1315.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1316.         }, => 'onKernelException'], 0);
  1317.         $instance->addListener('kernel.request', [=> function () {
  1318.             return ($this->privates['App\\EventListener\\RouteListener'] ?? $this->getRouteListenerService());
  1319.         }, => 'onRouteRequest'], 0);
  1320.         $instance->addListener('kernel.response', [=> function () {
  1321.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1322.         }, => 'onKernelResponse'], 0);
  1323.         $instance->addListener('kernel.response', [=> function () {
  1324.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1325.         }, => 'onKernelResponse'], -1024);
  1326.         $instance->addListener('kernel.request', [=> function () {
  1327.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1328.         }, => 'setDefaultLocale'], 100);
  1329.         $instance->addListener('kernel.request', [=> function () {
  1330.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1331.         }, => 'onKernelRequest'], 16);
  1332.         $instance->addListener('kernel.finish_request', [=> function () {
  1333.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1334.         }, => 'onKernelFinishRequest'], 0);
  1335.         $instance->addListener('kernel.request', [=> function () {
  1336.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1337.         }, => 'onKernelRequest'], 256);
  1338.         $instance->addListener('kernel.response', [=> function () {
  1339.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1340.         }, => 'onResponse'], -255);
  1341.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1342.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1343.         }, => 'onControllerArguments'], 0);
  1344.         $instance->addListener('kernel.exception', [=> function () {
  1345.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1346.         }, => 'logKernelException'], 0);
  1347.         $instance->addListener('kernel.exception', [=> function () {
  1348.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1349.         }, => 'onKernelException'], -128);
  1350.         $instance->addListener('kernel.response', [=> function () {
  1351.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1352.         }, => 'removeCspHeader'], -128);
  1353.         $instance->addListener('kernel.request', [=> function () {
  1354.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1355.         }, => 'onKernelRequest'], 15);
  1356.         $instance->addListener('kernel.finish_request', [=> function () {
  1357.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1358.         }, => 'onKernelFinishRequest'], -15);
  1359.         $instance->addListener('console.error', [=> function () {
  1360.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1361.         }, => 'onConsoleError'], -128);
  1362.         $instance->addListener('console.terminate', [=> function () {
  1363.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1364.         }, => 'onConsoleTerminate'], -128);
  1365.         $instance->addListener('console.error', [=> function () {
  1366.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1367.         }, => 'onConsoleError'], 0);
  1368.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1369.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1370.         }, => 'onMessage'], -255);
  1371.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1372.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1373.         }, => 'onMessage'], -255);
  1374.         $instance->addListener('kernel.request', [=> function () {
  1375.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1376.         }, => 'configure'], 2048);
  1377.         $instance->addListener('console.command', [=> function () {
  1378.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1379.         }, => 'configure'], 2048);
  1380.         $instance->addListener('kernel.request', [=> function () {
  1381.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1382.         }, => 'onKernelRequest'], 32);
  1383.         $instance->addListener('kernel.finish_request', [=> function () {
  1384.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1385.         }, => 'onKernelFinishRequest'], 0);
  1386.         $instance->addListener('kernel.exception', [=> function () {
  1387.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1388.         }, => 'onKernelException'], -64);
  1389.         $instance->addListener('kernel.response', [=> function () {
  1390.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1391.         }, => 'onKernelResponse'], 0);
  1392.         $instance->addListener('kernel.request', [=> function () {
  1393.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1394.         }, => 'onKernelRequest'], 128);
  1395.         $instance->addListener('kernel.response', [=> function () {
  1396.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1397.         }, => 'onKernelResponse'], -1000);
  1398.         $instance->addListener('kernel.finish_request', [=> function () {
  1399.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1400.         }, => 'onFinishRequest'], 0);
  1401.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1402.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1403.         }, => 'onMessageFailed'], 100);
  1404.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1405.             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()));
  1406.         }, => 'onMessageFailed'], 200);
  1407.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1408.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  1409.         }, => 'onMessageFailed'], -100);
  1410.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1411.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1412.         }, => 'onWorkerStarted'], 0);
  1413.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1414.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1415.         }, => 'onWorkerRunning'], 0);
  1416.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1417.             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()));
  1418.         }, => 'onMessageFailed'], 0);
  1419.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1420.             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()));
  1421.         }, => 'onWorkerRunning'], 0);
  1422.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1423.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1424.         }, => 'onNotification'], -255);
  1425.         $instance->addListener('kernel.response', [=> function () {
  1426.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1427.         }, => 'onKernelResponse'], -100);
  1428.         $instance->addListener('kernel.exception', [=> function () {
  1429.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1430.         }, => 'onKernelException'], 0);
  1431.         $instance->addListener('kernel.terminate', [=> function () {
  1432.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1433.         }, => 'onKernelTerminate'], -1024);
  1434.         $instance->addListener('kernel.controller', [=> function () {
  1435.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1436.         }, => 'onKernelController'], 0);
  1437.         $instance->addListener('kernel.response', [=> function () {
  1438.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1439.         }, => 'onKernelResponse'], 0);
  1440.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1441.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1442.         }, => 'onWorkerMessageHandled'], 0);
  1443.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1444.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1445.         }, => 'onWorkerMessageFailed'], 0);
  1446.         $instance->addListener('console.command', [=> function () {
  1447.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1448.         }, => 'configure'], 1024);
  1449.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1450.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1451.         }, => 'onMessage'], 0);
  1452.         $instance->addListener('kernel.response', [=> function () {
  1453.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1454.         }, => 'onKernelResponse'], -128);
  1455.         $instance->addListener('kernel.response', [=> function () {
  1456.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1457.         }, => 'onKernelResponse'], 0);
  1458.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1459.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1460.         }, => 'onVoterVote'], 0);
  1461.         $instance->addListener('kernel.request', [=> function () {
  1462.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1463.         }, => 'configureLogoutUrlGenerator'], 8);
  1464.         $instance->addListener('kernel.request', [=> function () {
  1465.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1466.         }, => 'onKernelRequest'], 8);
  1467.         $instance->addListener('kernel.finish_request', [=> function () {
  1468.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1469.         }, => 'onKernelFinishRequest'], 0);
  1470.         $instance->addListener('console.command', [=> function () {
  1471.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1472.         }, => 'onCommand'], 255);
  1473.         $instance->addListener('console.terminate', [=> function () {
  1474.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1475.         }, => 'onTerminate'], -255);
  1476.         $instance->addListener('console.error', [=> function () {
  1477.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1478.         }, => 'onConsoleError'], 0);
  1479.         $instance->addListener('console.terminate', [=> function () {
  1480.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1481.         }, => 'onConsoleTerminate'], 0);
  1482.         $instance->addListener('kernel.finish_request', [=> function () {
  1483.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1484.         }, => 'resetAssets'], 0);
  1485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1486.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1487.         }, => 'onLogout'], 0);
  1488.         return $instance;
  1489.     }
  1490.     /**
  1491.      * Gets the public 'fos_js_routing.controller' shared service.
  1492.      *
  1493.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1494.      */
  1495.     protected function getFosJsRouting_ControllerService()
  1496.     {
  1497.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1498.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  1499.     }
  1500.     /**
  1501.      * Gets the public 'fos_js_routing.extractor' shared service.
  1502.      *
  1503.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1504.      */
  1505.     protected function getFosJsRouting_ExtractorService()
  1506.     {
  1507.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1509.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1510.     }
  1511.     /**
  1512.      * Gets the public 'fos_js_routing.serializer' shared service.
  1513.      *
  1514.      * @return \Symfony\Component\Serializer\Serializer
  1515.      */
  1516.     protected function getFosJsRouting_SerializerService()
  1517.     {
  1518.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1524.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1525.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1529.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1532.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  1533.     }
  1534.     /**
  1535.      * Gets the public 'http_kernel' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1538.      */
  1539.     protected function getHttpKernelService()
  1540.     {
  1541.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1542.         if (isset($this->services['http_kernel'])) {
  1543.             return $this->services['http_kernel'];
  1544.         }
  1545.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1546.         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 () {
  1547.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1548.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1549.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1550.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1551.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1552.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1553.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1554.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1555.         }, 8)), $b));
  1556.     }
  1557.     /**
  1558.      * Gets the public 'messenger.default_bus' shared service.
  1559.      *
  1560.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1561.      */
  1562.     protected function getMessenger_DefaultBusService()
  1563.     {
  1564.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1565.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  1566.             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')));
  1567.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1568.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1569.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1570.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  1571.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  1572.         }, 7)));
  1573.     }
  1574.     /**
  1575.      * Gets the public 'monolog.logger.deprecation' shared service.
  1576.      *
  1577.      * @return \Symfony\Bridge\Monolog\Logger
  1578.      */
  1579.     protected function getMonolog_Logger_DeprecationService()
  1580.     {
  1581.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1582.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1583.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1584.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1585.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1586.         return $instance;
  1587.     }
  1588.     /**
  1589.      * Gets the public 'request_stack' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1592.      */
  1593.     protected function getRequestStackService()
  1594.     {
  1595.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1596.     }
  1597.     /**
  1598.      * Gets the public 'router' shared service.
  1599.      *
  1600.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1601.      */
  1602.     protected function getRouterService()
  1603.     {
  1604.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1605.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1606.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1607.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1608.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1609.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1610.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1611.         ], [
  1612.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1613.         ]))->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');
  1614.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1615.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1616.         return $instance;
  1617.     }
  1618.     /**
  1619.      * Gets the public 'routing.loader' shared service.
  1620.      *
  1621.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1622.      */
  1623.     protected function getRouting_LoaderService()
  1624.     {
  1625.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1632.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1636.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1640.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1641.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1642.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1649.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1650.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1651.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1652.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1653.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1654.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1655.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1656.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1657.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1658.             'kernel' => ['services''kernel''getKernelService'false],
  1659.         ], [
  1660.             'kernel' => 'App\\Kernel',
  1661.         ]), 'dev'));
  1662.         $a->addLoader($c);
  1663.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1664.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1665.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1666.     }
  1667.     /**
  1668.      * Gets the public 'services_resetter' shared service.
  1669.      *
  1670.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1671.      */
  1672.     protected function getServicesResetterService()
  1673.     {
  1674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1675.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1676.             if (isset($this->services['cache.app'])) {
  1677.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1678.             }
  1679.             if (isset($this->services['cache.system'])) {
  1680.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1681.             }
  1682.             if (isset($this->privates['cache.validator'])) {
  1683.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1684.             }
  1685.             if (isset($this->privates['cache.serializer'])) {
  1686.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1687.             }
  1688.             if (isset($this->privates['cache.annotations'])) {
  1689.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1690.             }
  1691.             if (isset($this->privates['cache.property_info'])) {
  1692.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1693.             }
  1694.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  1695.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  1696.             }
  1697.             if (isset($this->privates['.debug.http_client'])) {
  1698.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1699.             }
  1700.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1701.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1702.             }
  1703.             if (isset($this->privates['debug.stopwatch'])) {
  1704.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1705.             }
  1706.             if (isset($this->services['event_dispatcher'])) {
  1707.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1708.             }
  1709.             if (isset($this->privates['session_listener'])) {
  1710.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1711.             }
  1712.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1713.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1714.             }
  1715.             if (isset($this->services['cache.validator_expression_language'])) {
  1716.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1717.             }
  1718.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  1719.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  1720.             }
  1721.             if (isset($this->services['.container.private.profiler'])) {
  1722.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1723.             }
  1724.             if (isset($this->services['.container.private.validator'])) {
  1725.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1726.             }
  1727.             if (isset($this->services['doctrine'])) {
  1728.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1729.             }
  1730.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  1731.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1732.             }
  1733.             if (isset($this->privates['form.type.entity'])) {
  1734.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1735.             }
  1736.             if (isset($this->privates['twig.form.engine'])) {
  1737.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1738.             }
  1739.             if (isset($this->services['.container.private.security.token_storage'])) {
  1740.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1741.             }
  1742.             if (isset($this->privates['cache.security_expression_language'])) {
  1743.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1744.             }
  1745.             if (isset($this->privates['debug.security.firewall'])) {
  1746.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1747.             }
  1748.             if (isset($this->privates['monolog.handler.main'])) {
  1749.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1750.             }
  1751.             if (isset($this->privates['monolog.handler.console'])) {
  1752.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1753.             }
  1754.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1755.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1756.             }
  1757.             if (isset($this->privates['cache.webpack_encore'])) {
  1758.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1759.             }
  1760.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1761.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1762.             }
  1763.             if (isset($this->privates['.debug.http_client'])) {
  1764.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1765.             }
  1766.         }, function () {
  1767.             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['doctrine.debug_data_holder'])) + (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['debug.security.firewall'])) + (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']));
  1768.         }), ['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'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> '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']]);
  1769.     }
  1770.     /**
  1771.      * Gets the public 'translator' shared service.
  1772.      *
  1773.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1774.      */
  1775.     protected function getTranslatorService()
  1776.     {
  1777.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1778.     }
  1779.     /**
  1780.      * Gets the public 'var_dumper.cloner' shared service.
  1781.      *
  1782.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1783.      */
  1784.     protected function getVarDumper_ClonerService()
  1785.     {
  1786.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1787.         $instance->setMaxItems(2500);
  1788.         $instance->setMinDepth(1);
  1789.         $instance->setMaxString(-1);
  1790.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1791.         return $instance;
  1792.     }
  1793.     /**
  1794.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1795.      *
  1796.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1797.      */
  1798.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1799.     {
  1800.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1801.         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()));
  1802.     }
  1803.     /**
  1804.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1805.      *
  1806.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1807.      */
  1808.     protected function getWebProfiler_Controller_ProfilerService()
  1809.     {
  1810.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1811.         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));
  1812.     }
  1813.     /**
  1814.      * Gets the public 'web_profiler.controller.router' shared service.
  1815.      *
  1816.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1817.      */
  1818.     protected function getWebProfiler_Controller_RouterService()
  1819.     {
  1820.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1821.         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 () {
  1822.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1823.         }, 1));
  1824.     }
  1825.     /**
  1826.      * Gets the private '.console.command.about.lazy' shared service.
  1827.      *
  1828.      * @return \Symfony\Component\Console\Command\LazyCommand
  1829.      */
  1830.     protected function get_Console_Command_About_LazyService()
  1831.     {
  1832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1834.         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 {
  1835.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1836.         });
  1837.     }
  1838.     /**
  1839.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1840.      *
  1841.      * @return \Symfony\Component\Console\Command\LazyCommand
  1842.      */
  1843.     protected function get_Console_Command_AssetsInstall_LazyService()
  1844.     {
  1845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1847.         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 {
  1848.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1849.         });
  1850.     }
  1851.     /**
  1852.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1853.      *
  1854.      * @return \Symfony\Component\Console\Command\LazyCommand
  1855.      */
  1856.     protected function get_Console_Command_CacheClear_LazyService()
  1857.     {
  1858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1860.         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 {
  1861.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1862.         });
  1863.     }
  1864.     /**
  1865.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1866.      *
  1867.      * @return \Symfony\Component\Console\Command\LazyCommand
  1868.      */
  1869.     protected function get_Console_Command_CachePoolClear_LazyService()
  1870.     {
  1871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1873.         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 {
  1874.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1875.         });
  1876.     }
  1877.     /**
  1878.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1879.      *
  1880.      * @return \Symfony\Component\Console\Command\LazyCommand
  1881.      */
  1882.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1883.     {
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1886.         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 {
  1887.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1888.         });
  1889.     }
  1890.     /**
  1891.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\Console\Command\LazyCommand
  1894.      */
  1895.     protected function get_Console_Command_CachePoolList_LazyService()
  1896.     {
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1899.         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 {
  1900.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1901.         });
  1902.     }
  1903.     /**
  1904.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1905.      *
  1906.      * @return \Symfony\Component\Console\Command\LazyCommand
  1907.      */
  1908.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1909.     {
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1912.         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 {
  1913.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1914.         });
  1915.     }
  1916.     /**
  1917.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1918.      *
  1919.      * @return \Symfony\Component\Console\Command\LazyCommand
  1920.      */
  1921.     protected function get_Console_Command_CacheWarmup_LazyService()
  1922.     {
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1925.         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 {
  1926.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1927.         });
  1928.     }
  1929.     /**
  1930.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1931.      *
  1932.      * @return \Symfony\Component\Console\Command\LazyCommand
  1933.      */
  1934.     protected function get_Console_Command_ConfigDebug_LazyService()
  1935.     {
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1938.         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 {
  1939.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1940.         });
  1941.     }
  1942.     /**
  1943.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\Console\Command\LazyCommand
  1946.      */
  1947.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1948.     {
  1949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1951.         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 {
  1952.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1953.         });
  1954.     }
  1955.     /**
  1956.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1957.      *
  1958.      * @return \Symfony\Component\Console\Command\LazyCommand
  1959.      */
  1960.     protected function get_Console_Command_ContainerDebug_LazyService()
  1961.     {
  1962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1964.         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 {
  1965.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1966.         });
  1967.     }
  1968.     /**
  1969.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1970.      *
  1971.      * @return \Symfony\Component\Console\Command\LazyCommand
  1972.      */
  1973.     protected function get_Console_Command_ContainerLint_LazyService()
  1974.     {
  1975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1977.         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 {
  1978.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1979.         });
  1980.     }
  1981.     /**
  1982.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1983.      *
  1984.      * @return \Symfony\Component\Console\Command\LazyCommand
  1985.      */
  1986.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1987.     {
  1988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1990.         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 {
  1991.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1992.         });
  1993.     }
  1994.     /**
  1995.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1996.      *
  1997.      * @return \Symfony\Component\Console\Command\LazyCommand
  1998.      */
  1999.     protected function get_Console_Command_DotenvDebug_LazyService()
  2000.     {
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2003.         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 {
  2004.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2005.         });
  2006.     }
  2007.     /**
  2008.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2009.      *
  2010.      * @return \Symfony\Component\Console\Command\LazyCommand
  2011.      */
  2012.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2013.     {
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2016.         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 {
  2017.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2018.         });
  2019.     }
  2020.     /**
  2021.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2022.      *
  2023.      * @return \Symfony\Component\Console\Command\LazyCommand
  2024.      */
  2025.     protected function get_Console_Command_FormDebug_LazyService()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2029.         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 {
  2030.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2031.         });
  2032.     }
  2033.     /**
  2034.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  2035.      *
  2036.      * @return \Symfony\Component\Console\Command\LazyCommand
  2037.      */
  2038.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  2039.     {
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2042.         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 {
  2043.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  2044.         });
  2045.     }
  2046.     /**
  2047.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  2048.      *
  2049.      * @return \Symfony\Component\Console\Command\LazyCommand
  2050.      */
  2051.     protected function get_Console_Command_MessengerDebug_LazyService()
  2052.     {
  2053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2055.         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 {
  2056.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  2057.         });
  2058.     }
  2059.     /**
  2060.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  2061.      *
  2062.      * @return \Symfony\Component\Console\Command\LazyCommand
  2063.      */
  2064.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  2065.     {
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2068.         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 {
  2069.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  2070.         });
  2071.     }
  2072.     /**
  2073.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  2074.      *
  2075.      * @return \Symfony\Component\Console\Command\LazyCommand
  2076.      */
  2077.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  2078.     {
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2081.         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 {
  2082.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  2083.         });
  2084.     }
  2085.     /**
  2086.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  2087.      *
  2088.      * @return \Symfony\Component\Console\Command\LazyCommand
  2089.      */
  2090.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  2091.     {
  2092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2094.         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 {
  2095.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  2096.         });
  2097.     }
  2098.     /**
  2099.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  2100.      *
  2101.      * @return \Symfony\Component\Console\Command\LazyCommand
  2102.      */
  2103.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  2104.     {
  2105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2107.         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 {
  2108.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  2109.         });
  2110.     }
  2111.     /**
  2112.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  2113.      *
  2114.      * @return \Symfony\Component\Console\Command\LazyCommand
  2115.      */
  2116.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  2117.     {
  2118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2120.         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 {
  2121.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  2122.         });
  2123.     }
  2124.     /**
  2125.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2126.      *
  2127.      * @return \Symfony\Component\Console\Command\LazyCommand
  2128.      */
  2129.     protected function get_Console_Command_RouterDebug_LazyService()
  2130.     {
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2133.         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 {
  2134.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2135.         });
  2136.     }
  2137.     /**
  2138.      * Gets the private '.console.command.router_match.lazy' shared service.
  2139.      *
  2140.      * @return \Symfony\Component\Console\Command\LazyCommand
  2141.      */
  2142.     protected function get_Console_Command_RouterMatch_LazyService()
  2143.     {
  2144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2146.         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 {
  2147.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2148.         });
  2149.     }
  2150.     /**
  2151.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2152.      *
  2153.      * @return \Symfony\Component\Console\Command\LazyCommand
  2154.      */
  2155.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2156.     {
  2157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2159.         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 {
  2160.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2161.         });
  2162.     }
  2163.     /**
  2164.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2165.      *
  2166.      * @return \Symfony\Component\Console\Command\LazyCommand
  2167.      */
  2168.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2169.     {
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2172.         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 {
  2173.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2174.         });
  2175.     }
  2176.     /**
  2177.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2178.      *
  2179.      * @return \Symfony\Component\Console\Command\LazyCommand
  2180.      */
  2181.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2182.     {
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2185.         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 {
  2186.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2187.         });
  2188.     }
  2189.     /**
  2190.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2191.      *
  2192.      * @return \Symfony\Component\Console\Command\LazyCommand
  2193.      */
  2194.     protected function get_Console_Command_SecretsList_LazyService()
  2195.     {
  2196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2198.         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 {
  2199.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2200.         });
  2201.     }
  2202.     /**
  2203.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2204.      *
  2205.      * @return \Symfony\Component\Console\Command\LazyCommand
  2206.      */
  2207.     protected function get_Console_Command_SecretsRemove_LazyService()
  2208.     {
  2209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2211.         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 {
  2212.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2213.         });
  2214.     }
  2215.     /**
  2216.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2217.      *
  2218.      * @return \Symfony\Component\Console\Command\LazyCommand
  2219.      */
  2220.     protected function get_Console_Command_SecretsSet_LazyService()
  2221.     {
  2222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2224.         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 {
  2225.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2226.         });
  2227.     }
  2228.     /**
  2229.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2230.      *
  2231.      * @return \Symfony\Component\Console\Command\LazyCommand
  2232.      */
  2233.     protected function get_Console_Command_TranslationDebug_LazyService()
  2234.     {
  2235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2237.         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 {
  2238.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2239.         });
  2240.     }
  2241.     /**
  2242.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2243.      *
  2244.      * @return \Symfony\Component\Console\Command\LazyCommand
  2245.      */
  2246.     protected function get_Console_Command_TranslationExtract_LazyService()
  2247.     {
  2248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2250.         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 {
  2251.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2252.         });
  2253.     }
  2254.     /**
  2255.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2256.      *
  2257.      * @return \Symfony\Component\Console\Command\LazyCommand
  2258.      */
  2259.     protected function get_Console_Command_TranslationPull_LazyService()
  2260.     {
  2261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2263.         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 {
  2264.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2265.         });
  2266.     }
  2267.     /**
  2268.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2269.      *
  2270.      * @return \Symfony\Component\Console\Command\LazyCommand
  2271.      */
  2272.     protected function get_Console_Command_TranslationPush_LazyService()
  2273.     {
  2274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2276.         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 {
  2277.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2278.         });
  2279.     }
  2280.     /**
  2281.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2282.      *
  2283.      * @return \Symfony\Component\Console\Command\LazyCommand
  2284.      */
  2285.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2286.     {
  2287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2289.         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 {
  2290.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2291.         });
  2292.     }
  2293.     /**
  2294.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2295.      *
  2296.      * @return \Symfony\Component\Console\Command\LazyCommand
  2297.      */
  2298.     protected function get_Console_Command_XliffLint_LazyService()
  2299.     {
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2302.         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 {
  2303.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2304.         });
  2305.     }
  2306.     /**
  2307.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2308.      *
  2309.      * @return \Symfony\Component\Console\Command\LazyCommand
  2310.      */
  2311.     protected function get_Console_Command_YamlLint_LazyService()
  2312.     {
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2315.         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 {
  2316.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2317.         });
  2318.     }
  2319.     /**
  2320.      * Gets the private '.debug.http_client' shared service.
  2321.      *
  2322.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2323.      */
  2324.     protected function get_Debug_HttpClientService()
  2325.     {
  2326.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2327.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2328.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2329.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2330.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2331.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2332.         $a->setLogger($b);
  2333.         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))));
  2334.     }
  2335.     /**
  2336.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2339.      */
  2340.     protected function getLoaderInterfaceService()
  2341.     {
  2342.         $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".');
  2343.     }
  2344.     /**
  2345.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\Console\Command\LazyCommand
  2348.      */
  2349.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2353.         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 {
  2354.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2355.         });
  2356.     }
  2357.     /**
  2358.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2359.      *
  2360.      * @return \Symfony\Component\Console\Command\LazyCommand
  2361.      */
  2362.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2363.     {
  2364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2366.         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 {
  2367.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2368.         });
  2369.     }
  2370.     /**
  2371.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2372.      *
  2373.      * @return \Symfony\Component\Console\Command\LazyCommand
  2374.      */
  2375.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2379.         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 {
  2380.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2381.         });
  2382.     }
  2383.     /**
  2384.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\Console\Command\LazyCommand
  2387.      */
  2388.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2389.     {
  2390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2392.         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 {
  2393.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2394.         });
  2395.     }
  2396.     /**
  2397.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Console\Command\LazyCommand
  2400.      */
  2401.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2405.         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 {
  2406.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2407.         });
  2408.     }
  2409.     /**
  2410.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\Console\Command\LazyCommand
  2413.      */
  2414.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2415.     {
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2418.         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 {
  2419.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2420.         });
  2421.     }
  2422.     /**
  2423.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2424.      *
  2425.      * @return \Symfony\Component\Console\Command\LazyCommand
  2426.      */
  2427.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2428.     {
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2431.         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 {
  2432.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2433.         });
  2434.     }
  2435.     /**
  2436.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2437.      *
  2438.      * @return \Symfony\Component\Console\Command\LazyCommand
  2439.      */
  2440.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2441.     {
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2444.         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 {
  2445.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2446.         });
  2447.     }
  2448.     /**
  2449.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\Console\Command\LazyCommand
  2452.      */
  2453.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2454.     {
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2457.         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 {
  2458.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2459.         });
  2460.     }
  2461.     /**
  2462.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2463.      *
  2464.      * @return \Symfony\Component\Console\Command\LazyCommand
  2465.      */
  2466.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2467.     {
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2470.         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 {
  2471.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2472.         });
  2473.     }
  2474.     /**
  2475.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2476.      *
  2477.      * @return \Symfony\Component\Console\Command\LazyCommand
  2478.      */
  2479.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2483.         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 {
  2484.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2485.         });
  2486.     }
  2487.     /**
  2488.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2489.      *
  2490.      * @return \Symfony\Component\Console\Command\LazyCommand
  2491.      */
  2492.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2493.     {
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2496.         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 {
  2497.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2498.         });
  2499.     }
  2500.     /**
  2501.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\Console\Command\LazyCommand
  2504.      */
  2505.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2506.     {
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2509.         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 {
  2510.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2511.         });
  2512.     }
  2513.     /**
  2514.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\Console\Command\LazyCommand
  2517.      */
  2518.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2519.     {
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2522.         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 {
  2523.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2524.         });
  2525.     }
  2526.     /**
  2527.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2528.      *
  2529.      * @return \Symfony\Component\Console\Command\LazyCommand
  2530.      */
  2531.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2532.     {
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2535.         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 {
  2536.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2537.         });
  2538.     }
  2539.     /**
  2540.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\Console\Command\LazyCommand
  2543.      */
  2544.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2545.     {
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2548.         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 {
  2549.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2550.         });
  2551.     }
  2552.     /**
  2553.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\Console\Command\LazyCommand
  2556.      */
  2557.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2558.     {
  2559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2561.         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 {
  2562.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2563.         });
  2564.     }
  2565.     /**
  2566.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2567.      *
  2568.      * @return \Symfony\Component\Console\Command\LazyCommand
  2569.      */
  2570.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2571.     {
  2572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2574.         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 {
  2575.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2576.         });
  2577.     }
  2578.     /**
  2579.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2580.      *
  2581.      * @return \Symfony\Component\Console\Command\LazyCommand
  2582.      */
  2583.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2584.     {
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2587.         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 {
  2588.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2589.         });
  2590.     }
  2591.     /**
  2592.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2593.      *
  2594.      * @return \Symfony\Component\Console\Command\LazyCommand
  2595.      */
  2596.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2600.         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 {
  2601.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2602.         });
  2603.     }
  2604.     /**
  2605.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2606.      *
  2607.      * @return \Symfony\Component\Console\Command\LazyCommand
  2608.      */
  2609.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2610.     {
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2613.         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 {
  2614.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2615.         });
  2616.     }
  2617.     /**
  2618.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2619.      *
  2620.      * @return \Symfony\Component\Console\Command\LazyCommand
  2621.      */
  2622.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2623.     {
  2624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2626.         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 {
  2627.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2628.         });
  2629.     }
  2630.     /**
  2631.      * Gets the private '.messenger.handler_descriptor.Lml2ICs' shared service.
  2632.      *
  2633.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2634.      */
  2635.     protected function get_Messenger_HandlerDescriptor_Lml2ICsService()
  2636.     {
  2637.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  2639.         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())), []);
  2640.     }
  2641.     /**
  2642.      * Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
  2643.      *
  2644.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2645.      */
  2646.     protected function get_Messenger_HandlerDescriptor_XZowc_TService()
  2647.     {
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  2650.         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())), []);
  2651.     }
  2652.     /**
  2653.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  2654.      *
  2655.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2656.      */
  2657.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  2658.     {
  2659.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  2664.         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 () {
  2665.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  2666.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  2667.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  2668.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  2669.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
  2670.     }
  2671.     /**
  2672.      * Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
  2673.      *
  2674.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2675.      */
  2676.     protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  2682.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  2683.         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 () {
  2684.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  2685.         }, 1)))->fromStrings([])), []);
  2686.     }
  2687.     /**
  2688.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2689.      *
  2690.      * @return \Symfony\Component\Console\Command\LazyCommand
  2691.      */
  2692.     protected function get_Monolog_Command_ServerLog_LazyService()
  2693.     {
  2694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2696.         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 {
  2697.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2698.         });
  2699.     }
  2700.     /**
  2701.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2702.      *
  2703.      * @return \Symfony\Component\Console\Command\LazyCommand
  2704.      */
  2705.     protected function get_Security_Command_DebugFirewall_LazyService()
  2706.     {
  2707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2709.         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 {
  2710.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2711.         });
  2712.     }
  2713.     /**
  2714.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2715.      *
  2716.      * @return \Symfony\Component\Console\Command\LazyCommand
  2717.      */
  2718.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2719.     {
  2720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2722.         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 {
  2723.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2724.         });
  2725.     }
  2726.     /**
  2727.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2728.      *
  2729.      * @return \Symfony\Component\Console\Command\LazyCommand
  2730.      */
  2731.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2732.     {
  2733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2735.         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 {
  2736.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2737.         });
  2738.     }
  2739.     /**
  2740.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2741.      *
  2742.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2743.      */
  2744.     protected function get_ServiceLocator_GNc8e5BService()
  2745.     {
  2746.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2747.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2748.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2749.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2750.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2751.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2752.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2753.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2754.             'router' => ['services''router''getRouterService'false],
  2755.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2756.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2757.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2758.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2759.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2760.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2761.         ], [
  2762.             'doctrine' => '?',
  2763.             'form.factory' => '?',
  2764.             'http_kernel' => '?',
  2765.             'message_bus' => '?',
  2766.             'messenger.default_bus' => '?',
  2767.             'parameter_bag' => '?',
  2768.             'request_stack' => '?',
  2769.             'router' => '?',
  2770.             'security.authorization_checker' => '?',
  2771.             'security.csrf.token_manager' => '?',
  2772.             'security.token_storage' => '?',
  2773.             'serializer' => '?',
  2774.             'session' => '.session.deprecated',
  2775.             'twig' => '?',
  2776.         ]);
  2777.     }
  2778.     /**
  2779.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2780.      *
  2781.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2782.      */
  2783.     protected function get_ServiceLocator_KfbR3DYService()
  2784.     {
  2785.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2786.             '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".'],
  2787.         ], [
  2788.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2789.         ]);
  2790.     }
  2791.     /**
  2792.      * Gets the private '.service_locator.QqiL_jW' shared service.
  2793.      *
  2794.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2795.      */
  2796.     protected function get_ServiceLocator_QqiLJWService()
  2797.     {
  2798.         return $this->privates['.service_locator.QqiL_jW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2799.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2800.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2801.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2802.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2803.         ], [
  2804.             'kernel::loadRoutes' => '?',
  2805.             'kernel::registerContainerConfiguration' => '?',
  2806.             'kernel:loadRoutes' => '?',
  2807.             'kernel:registerContainerConfiguration' => '?',
  2808.         ]);
  2809.     }
  2810.     /**
  2811.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  2812.      *
  2813.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2814.      */
  2815.     protected function get_ServiceLocator_Y4J_A_EService()
  2816.     {
  2817.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2818.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  2819.         ], [
  2820.             'failed' => '?',
  2821.         ]);
  2822.     }
  2823.     /**
  2824.      * Gets the private '.service_locator.c7f47p7' shared service.
  2825.      *
  2826.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2827.      */
  2828.     protected function get_ServiceLocator_C7f47p7Service()
  2829.     {
  2830.         return $this->privates['.service_locator.c7f47p7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2831.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  2832.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  2833.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  2834.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  2835.         ], [
  2836.             'async' => '?',
  2837.             'failed' => '?',
  2838.             'messenger.transport.async' => '?',
  2839.             'messenger.transport.failed' => '?',
  2840.         ]);
  2841.     }
  2842.     /**
  2843.      * Gets the private '.service_locator.jlyTfzM' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2846.      */
  2847.     protected function get_ServiceLocator_JlyTfzMService()
  2848.     {
  2849.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2850.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2851.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2852.         ], [
  2853.             'event_dispatcher' => '?',
  2854.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2855.         ]);
  2856.     }
  2857.     /**
  2858.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2859.      *
  2860.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2861.      */
  2862.     protected function get_ServiceLocator_ZJyh7qSService()
  2863.     {
  2864.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2865.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2866.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2867.         ], [
  2868.             'security.firewall.map.context.dev' => '?',
  2869.             'security.firewall.map.context.main' => '?',
  2870.         ]);
  2871.     }
  2872.     /**
  2873.      * Gets the private '.session.deprecated' shared service.
  2874.      *
  2875.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2876.      */
  2877.     protected function get_Session_DeprecatedService()
  2878.     {
  2879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2880.         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();
  2881.     }
  2882.     /**
  2883.      * Gets the private '.twig.command.debug.lazy' shared service.
  2884.      *
  2885.      * @return \Symfony\Component\Console\Command\LazyCommand
  2886.      */
  2887.     protected function get_Twig_Command_Debug_LazyService()
  2888.     {
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2891.         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 {
  2892.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2893.         });
  2894.     }
  2895.     /**
  2896.      * Gets the private '.twig.command.lint.lazy' shared service.
  2897.      *
  2898.      * @return \Symfony\Component\Console\Command\LazyCommand
  2899.      */
  2900.     protected function get_Twig_Command_Lint_LazyService()
  2901.     {
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2904.         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 {
  2905.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2906.         });
  2907.     }
  2908.     /**
  2909.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2910.      *
  2911.      * @return \Symfony\Component\Console\Command\LazyCommand
  2912.      */
  2913.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2914.     {
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2917.         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 {
  2918.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2919.         });
  2920.     }
  2921.     /**
  2922.      * Gets the private 'App\EventListener\RouteListener' shared autowired service.
  2923.      *
  2924.      * @return \App\EventListener\RouteListener
  2925.      */
  2926.     protected function getRouteListenerService()
  2927.     {
  2928.         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()));
  2929.     }
  2930.     /**
  2931.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2932.      *
  2933.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2934.      */
  2935.     protected function getManagerRegistryAwareConnectionProviderService()
  2936.     {
  2937.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2939.         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'));
  2940.     }
  2941.     /**
  2942.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2943.      *
  2944.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2945.      */
  2946.     protected function getRunSqlCommandService()
  2947.     {
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  2950.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2951.         $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()));
  2952.         $instance->setName('dbal:run-sql');
  2953.         return $instance;
  2954.     }
  2955.     /**
  2956.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2957.      *
  2958.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2959.      */
  2960.     protected function getResetAssetsEventListenerService()
  2961.     {
  2962.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2963.     }
  2964.     /**
  2965.      * Gets the private 'annotations.cache_adapter' shared service.
  2966.      *
  2967.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2968.      */
  2969.     protected function getAnnotations_CacheAdapterService()
  2970.     {
  2971.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2972.     }
  2973.     /**
  2974.      * Gets the private 'annotations.cache_warmer' shared service.
  2975.      *
  2976.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2977.      */
  2978.     protected function getAnnotations_CacheWarmerService()
  2979.     {
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2983.         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);
  2984.     }
  2985.     /**
  2986.      * Gets the private 'annotations.cached_reader' shared service.
  2987.      *
  2988.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2989.      */
  2990.     protected function getAnnotations_CachedReaderService()
  2991.     {
  2992.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2993.     }
  2994.     /**
  2995.      * Gets the private 'annotations.reader' shared service.
  2996.      *
  2997.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2998.      */
  2999.     protected function getAnnotations_ReaderService()
  3000.     {
  3001.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3002.         $instance->addGlobalIgnoredName('required'NULL);
  3003.         return $instance;
  3004.     }
  3005.     /**
  3006.      * Gets the private 'assets.packages' shared service.
  3007.      *
  3008.      * @return \Symfony\Component\Asset\Packages
  3009.      */
  3010.     protected function getAssets_PackagesService()
  3011.     {
  3012.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3013.         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 () {
  3014.             return new \EmptyIterator();
  3015.         }, 0));
  3016.     }
  3017.     /**
  3018.      * Gets the private 'cache.annotations' shared service.
  3019.      *
  3020.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3021.      */
  3022.     protected function getCache_AnnotationsService()
  3023.     {
  3024.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DaSegQqWBA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3025.     }
  3026.     /**
  3027.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3028.      *
  3029.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3030.      */
  3031.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3032.     {
  3033.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3034.     }
  3035.     /**
  3036.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3039.      */
  3040.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3041.     {
  3042.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3043.     }
  3044.     /**
  3045.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3046.      *
  3047.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3048.      */
  3049.     protected function getCache_Messenger_RestartWorkersSignalService()
  3050.     {
  3051.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('IR-ZNPC9Nq'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3052.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3053.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3054.     }
  3055.     /**
  3056.      * Gets the private 'cache.property_info' shared service.
  3057.      *
  3058.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3059.      */
  3060.     protected function getCache_PropertyInfoService()
  3061.     {
  3062.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B+AlvVTj5f'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'cache.security_expression_language' shared service.
  3066.      *
  3067.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3068.      */
  3069.     protected function getCache_SecurityExpressionLanguageService()
  3070.     {
  3071.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lZubBjanlS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3072.     }
  3073.     /**
  3074.      * Gets the private 'cache.serializer' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3077.      */
  3078.     protected function getCache_SerializerService()
  3079.     {
  3080.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uct2QaVBtd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3081.     }
  3082.     /**
  3083.      * Gets the private 'cache.validator' shared service.
  3084.      *
  3085.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3086.      */
  3087.     protected function getCache_ValidatorService()
  3088.     {
  3089.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nBxDQtMTBr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3090.     }
  3091.     /**
  3092.      * Gets the private 'cache.webpack_encore' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3095.      */
  3096.     protected function getCache_WebpackEncoreService()
  3097.     {
  3098.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Y+vkCawei8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3099.     }
  3100.     /**
  3101.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3102.      *
  3103.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3104.      */
  3105.     protected function getCachePoolClearer_CacheWarmerService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3109.         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']);
  3110.     }
  3111.     /**
  3112.      * Gets the private 'config_builder.warmer' shared service.
  3113.      *
  3114.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3115.      */
  3116.     protected function getConfigBuilder_WarmerService()
  3117.     {
  3118.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3120.         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()));
  3121.     }
  3122.     /**
  3123.      * Gets the private 'config_cache_factory' shared service.
  3124.      *
  3125.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3126.      */
  3127.     protected function getConfigCacheFactoryService()
  3128.     {
  3129.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3130.             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)));
  3131.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3132.         }, 2));
  3133.     }
  3134.     /**
  3135.      * Gets the private 'console.command.about' shared service.
  3136.      *
  3137.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3138.      */
  3139.     protected function getConsole_Command_AboutService()
  3140.     {
  3141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3143.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3144.         $instance->setName('about');
  3145.         $instance->setDescription('Display information about the current project');
  3146.         return $instance;
  3147.     }
  3148.     /**
  3149.      * Gets the private 'console.command.assets_install' shared service.
  3150.      *
  3151.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3152.      */
  3153.     protected function getConsole_Command_AssetsInstallService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3158.         $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));
  3159.         $instance->setName('assets:install');
  3160.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3161.         return $instance;
  3162.     }
  3163.     /**
  3164.      * Gets the private 'console.command.cache_clear' shared service.
  3165.      *
  3166.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3167.      */
  3168.     protected function getConsole_Command_CacheClearService()
  3169.     {
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3173.         $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())));
  3174.         $instance->setName('cache:clear');
  3175.         $instance->setDescription('Clear the cache');
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3180.      *
  3181.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3182.      */
  3183.     protected function getConsole_Command_CachePoolClearService()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3187.         $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']);
  3188.         $instance->setName('cache:pool:clear');
  3189.         $instance->setDescription('Clear cache pools');
  3190.         return $instance;
  3191.     }
  3192.     /**
  3193.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3194.      *
  3195.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3196.      */
  3197.     protected function getConsole_Command_CachePoolDeleteService()
  3198.     {
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3201.         $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']);
  3202.         $instance->setName('cache:pool:delete');
  3203.         $instance->setDescription('Delete an item from a cache pool');
  3204.         return $instance;
  3205.     }
  3206.     /**
  3207.      * Gets the private 'console.command.cache_pool_list' shared service.
  3208.      *
  3209.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3210.      */
  3211.     protected function getConsole_Command_CachePoolListService()
  3212.     {
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3215.         $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']);
  3216.         $instance->setName('cache:pool:list');
  3217.         $instance->setDescription('List available cache pools');
  3218.         return $instance;
  3219.     }
  3220.     /**
  3221.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3222.      *
  3223.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3224.      */
  3225.     protected function getConsole_Command_CachePoolPruneService()
  3226.     {
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3229.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3230.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3231.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3232.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3233.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3234.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3235.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3236.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  3237.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3238.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3239.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3240.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3241.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3242.         }, 12));
  3243.         $instance->setName('cache:pool:prune');
  3244.         $instance->setDescription('Prune cache pools');
  3245.         return $instance;
  3246.     }
  3247.     /**
  3248.      * Gets the private 'console.command.cache_warmup' shared service.
  3249.      *
  3250.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3251.      */
  3252.     protected function getConsole_Command_CacheWarmupService()
  3253.     {
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3256.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3257.         $instance->setName('cache:warmup');
  3258.         $instance->setDescription('Warm up an empty cache');
  3259.         return $instance;
  3260.     }
  3261.     /**
  3262.      * Gets the private 'console.command.config_debug' shared service.
  3263.      *
  3264.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3265.      */
  3266.     protected function getConsole_Command_ConfigDebugService()
  3267.     {
  3268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3273.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3274.         $instance->setName('debug:config');
  3275.         $instance->setDescription('Dump the current configuration for an extension');
  3276.         return $instance;
  3277.     }
  3278.     /**
  3279.      * Gets the private 'console.command.config_dump_reference' shared service.
  3280.      *
  3281.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3282.      */
  3283.     protected function getConsole_Command_ConfigDumpReferenceService()
  3284.     {
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3290.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3291.         $instance->setName('config:dump-reference');
  3292.         $instance->setDescription('Dump the default configuration for an extension');
  3293.         return $instance;
  3294.     }
  3295.     /**
  3296.      * Gets the private 'console.command.container_debug' shared service.
  3297.      *
  3298.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3299.      */
  3300.     protected function getConsole_Command_ContainerDebugService()
  3301.     {
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3305.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3306.         $instance->setName('debug:container');
  3307.         $instance->setDescription('Display current services for an application');
  3308.         return $instance;
  3309.     }
  3310.     /**
  3311.      * Gets the private 'console.command.container_lint' shared service.
  3312.      *
  3313.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3314.      */
  3315.     protected function getConsole_Command_ContainerLintService()
  3316.     {
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3319.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3320.         $instance->setName('lint:container');
  3321.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3322.         return $instance;
  3323.     }
  3324.     /**
  3325.      * Gets the private 'console.command.debug_autowiring' shared service.
  3326.      *
  3327.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3328.      */
  3329.     protected function getConsole_Command_DebugAutowiringService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3335.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3336.         $instance->setName('debug:autowiring');
  3337.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3338.         return $instance;
  3339.     }
  3340.     /**
  3341.      * Gets the private 'console.command.dotenv_debug' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3344.      */
  3345.     protected function getConsole_Command_DotenvDebugService()
  3346.     {
  3347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3349.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  3350.         $instance->setName('debug:dotenv');
  3351.         $instance->setDescription('Lists all dotenv files with variables and values');
  3352.         return $instance;
  3353.     }
  3354.     /**
  3355.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3356.      *
  3357.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3358.      */
  3359.     protected function getConsole_Command_EventDispatcherDebugService()
  3360.     {
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3363.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  3364.         $instance->setName('debug:event-dispatcher');
  3365.         $instance->setDescription('Display configured listeners for an application');
  3366.         return $instance;
  3367.     }
  3368.     /**
  3369.      * Gets the private 'console.command.form_debug' shared service.
  3370.      *
  3371.      * @return \Symfony\Component\Form\Command\DebugCommand
  3372.      */
  3373.     protected function getConsole_Command_FormDebugService()
  3374.     {
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3377.         $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()));
  3378.         $instance->setName('debug:form');
  3379.         $instance->setDescription('Display form type information');
  3380.         return $instance;
  3381.     }
  3382.     /**
  3383.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  3384.      *
  3385.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  3386.      */
  3387.     protected function getConsole_Command_MessengerConsumeMessagesService()
  3388.     {
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  3391.         $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']);
  3392.         $instance->setName('messenger:consume');
  3393.         $instance->setDescription('Consume messages');
  3394.         return $instance;
  3395.     }
  3396.     /**
  3397.      * Gets the private 'console.command.messenger_debug' shared service.
  3398.      *
  3399.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  3400.      */
  3401.     protected function getConsole_Command_MessengerDebugService()
  3402.     {
  3403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  3405.         $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'=> []]]]]);
  3406.         $instance->setName('debug:messenger');
  3407.         $instance->setDescription('List messages you can dispatch using the message buses');
  3408.         return $instance;
  3409.     }
  3410.     /**
  3411.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  3412.      *
  3413.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  3414.      */
  3415.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  3416.     {
  3417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  3420.         $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()));
  3421.         $instance->setName('messenger:failed:remove');
  3422.         $instance->setDescription('Remove given messages from the failure transport');
  3423.         return $instance;
  3424.     }
  3425.     /**
  3426.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  3427.      *
  3428.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  3429.      */
  3430.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  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/FailedMessagesRetryCommand.php';
  3435.         $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.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  3436.         $instance->setName('messenger:failed:retry');
  3437.         $instance->setDescription('Retry one or more messages from the failure transport');
  3438.         return $instance;
  3439.     }
  3440.     /**
  3441.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  3442.      *
  3443.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  3444.      */
  3445.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  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/FailedMessagesShowCommand.php';
  3450.         $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()));
  3451.         $instance->setName('messenger:failed:show');
  3452.         $instance->setDescription('Show one or more messages from the failure transport');
  3453.         return $instance;
  3454.     }
  3455.     /**
  3456.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  3457.      *
  3458.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  3459.      */
  3460.     protected function getConsole_Command_MessengerSetupTransportsService()
  3461.     {
  3462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  3464.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'failed']);
  3465.         $instance->setName('messenger:setup-transports');
  3466.         $instance->setDescription('Prepare the required infrastructure for the transport');
  3467.         return $instance;
  3468.     }
  3469.     /**
  3470.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  3471.      *
  3472.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  3473.      */
  3474.     protected function getConsole_Command_MessengerStopWorkersService()
  3475.     {
  3476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  3478.         $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()));
  3479.         $instance->setName('messenger:stop-workers');
  3480.         $instance->setDescription('Stop workers after their current message');
  3481.         return $instance;
  3482.     }
  3483.     /**
  3484.      * Gets the private 'console.command.router_debug' shared service.
  3485.      *
  3486.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3487.      */
  3488.     protected function getConsole_Command_RouterDebugService()
  3489.     {
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3493.         $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()));
  3494.         $instance->setName('debug:router');
  3495.         $instance->setDescription('Display current routes for an application');
  3496.         return $instance;
  3497.     }
  3498.     /**
  3499.      * Gets the private 'console.command.router_match' shared service.
  3500.      *
  3501.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3502.      */
  3503.     protected function getConsole_Command_RouterMatchService()
  3504.     {
  3505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3507.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3508.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3509.         }, 1));
  3510.         $instance->setName('router:match');
  3511.         $instance->setDescription('Help debug routes by simulating a path info match');
  3512.         return $instance;
  3513.     }
  3514.     /**
  3515.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3516.      *
  3517.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3518.      */
  3519.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3520.     {
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3525.         $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')))));
  3526.         $instance->setName('secrets:decrypt-to-local');
  3527.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3528.         return $instance;
  3529.     }
  3530.     /**
  3531.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3532.      *
  3533.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3534.      */
  3535.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3536.     {
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3541.         $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')))));
  3542.         $instance->setName('secrets:encrypt-from-local');
  3543.         $instance->setDescription('Encrypt all local secrets to the vault');
  3544.         return $instance;
  3545.     }
  3546.     /**
  3547.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3548.      *
  3549.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3550.      */
  3551.     protected function getConsole_Command_SecretsGenerateKeyService()
  3552.     {
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3557.         $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')))));
  3558.         $instance->setName('secrets:generate-keys');
  3559.         $instance->setDescription('Generate new encryption keys');
  3560.         return $instance;
  3561.     }
  3562.     /**
  3563.      * Gets the private 'console.command.secrets_list' shared service.
  3564.      *
  3565.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3566.      */
  3567.     protected function getConsole_Command_SecretsListService()
  3568.     {
  3569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3573.         $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')))));
  3574.         $instance->setName('secrets:list');
  3575.         $instance->setDescription('List all secrets');
  3576.         return $instance;
  3577.     }
  3578.     /**
  3579.      * Gets the private 'console.command.secrets_remove' shared service.
  3580.      *
  3581.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3582.      */
  3583.     protected function getConsole_Command_SecretsRemoveService()
  3584.     {
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3589.         $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')))));
  3590.         $instance->setName('secrets:remove');
  3591.         $instance->setDescription('Remove a secret from the vault');
  3592.         return $instance;
  3593.     }
  3594.     /**
  3595.      * Gets the private 'console.command.secrets_set' shared service.
  3596.      *
  3597.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3598.      */
  3599.     protected function getConsole_Command_SecretsSetService()
  3600.     {
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3605.         $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')))));
  3606.         $instance->setName('secrets:set');
  3607.         $instance->setDescription('Set a secret in the vault');
  3608.         return $instance;
  3609.     }
  3610.     /**
  3611.      * Gets the private 'console.command.translation_debug' shared service.
  3612.      *
  3613.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3614.      */
  3615.     protected function getConsole_Command_TranslationDebugService()
  3616.     {
  3617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3619.         $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')], []);
  3620.         $instance->setName('debug:translation');
  3621.         $instance->setDescription('Display translation messages information');
  3622.         return $instance;
  3623.     }
  3624.     /**
  3625.      * Gets the private 'console.command.translation_extract' shared service.
  3626.      *
  3627.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3628.      */
  3629.     protected function getConsole_Command_TranslationExtractService()
  3630.     {
  3631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3633.         $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')], []);
  3634.         $instance->setName('translation:extract');
  3635.         $instance->setAliases([=> 'translation:update']);
  3636.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3637.         return $instance;
  3638.     }
  3639.     /**
  3640.      * Gets the private 'console.command.translation_pull' shared service.
  3641.      *
  3642.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3643.      */
  3644.     protected function getConsole_Command_TranslationPullService()
  3645.     {
  3646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3649.         $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', [], []);
  3650.         $instance->setName('translation:pull');
  3651.         $instance->setDescription('Pull translations from a given provider.');
  3652.         return $instance;
  3653.     }
  3654.     /**
  3655.      * Gets the private 'console.command.translation_push' shared service.
  3656.      *
  3657.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3658.      */
  3659.     protected function getConsole_Command_TranslationPushService()
  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/TranslationPushCommand.php';
  3664.         $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()), [], []);
  3665.         $instance->setName('translation:push');
  3666.         $instance->setDescription('Push translations to a given provider.');
  3667.         return $instance;
  3668.     }
  3669.     /**
  3670.      * Gets the private 'console.command.validator_debug' shared service.
  3671.      *
  3672.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3673.      */
  3674.     protected function getConsole_Command_ValidatorDebugService()
  3675.     {
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3678.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3679.         $instance->setName('debug:validator');
  3680.         $instance->setDescription('Display validation constraints for classes');
  3681.         return $instance;
  3682.     }
  3683.     /**
  3684.      * Gets the private 'console.command.xliff_lint' shared service.
  3685.      *
  3686.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3687.      */
  3688.     protected function getConsole_Command_XliffLintService()
  3689.     {
  3690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3692.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3693.         $instance->setName('lint:xliff');
  3694.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3695.         return $instance;
  3696.     }
  3697.     /**
  3698.      * Gets the private 'console.command.yaml_lint' shared service.
  3699.      *
  3700.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3701.      */
  3702.     protected function getConsole_Command_YamlLintService()
  3703.     {
  3704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3707.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3708.         $instance->setName('lint:yaml');
  3709.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3710.         return $instance;
  3711.     }
  3712.     /**
  3713.      * Gets the private 'console.error_listener' shared service.
  3714.      *
  3715.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3716.      */
  3717.     protected function getConsole_ErrorListenerService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3720.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3721.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3722.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3723.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3724.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3725.     }
  3726.     /**
  3727.      * Gets the private 'container.env_var_processor' shared service.
  3728.      *
  3729.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3730.      */
  3731.     protected function getContainer_EnvVarProcessorService()
  3732.     {
  3733.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3735.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3736.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3737.         }, 1));
  3738.     }
  3739.     /**
  3740.      * Gets the private 'container.getenv' shared service.
  3741.      *
  3742.      * @return \Closure
  3743.      */
  3744.     protected function getContainer_GetenvService()
  3745.     {
  3746.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3747.     }
  3748.     /**
  3749.      * Gets the private 'data_collector.form' shared service.
  3750.      *
  3751.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3752.      */
  3753.     protected function getDataCollector_FormService()
  3754.     {
  3755.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3756.     }
  3757.     /**
  3758.      * Gets the private 'data_collector.request' shared service.
  3759.      *
  3760.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3761.      */
  3762.     protected function getDataCollector_RequestService()
  3763.     {
  3764.         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())));
  3765.     }
  3766.     /**
  3767.      * Gets the private 'data_collector.request.session_collector' shared service.
  3768.      *
  3769.      * @return \Closure
  3770.      */
  3771.     protected function getDataCollector_Request_SessionCollectorService()
  3772.     {
  3773.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3774.     }
  3775.     /**
  3776.      * Gets the private 'debug.argument_resolver.default' shared service.
  3777.      *
  3778.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3779.      */
  3780.     protected function getDebug_ArgumentResolver_DefaultService()
  3781.     {
  3782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3785.         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))));
  3786.     }
  3787.     /**
  3788.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3789.      *
  3790.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3791.      */
  3792.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3793.     {
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3797.         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))));
  3798.     }
  3799.     /**
  3800.      * Gets the private 'debug.argument_resolver.request' shared service.
  3801.      *
  3802.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3803.      */
  3804.     protected function getDebug_ArgumentResolver_RequestService()
  3805.     {
  3806.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3807.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3809.         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))));
  3810.     }
  3811.     /**
  3812.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3813.      *
  3814.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3815.      */
  3816.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3817.     {
  3818.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3820.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3821.         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))));
  3822.     }
  3823.     /**
  3824.      * Gets the private 'debug.argument_resolver.service' shared service.
  3825.      *
  3826.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3827.      */
  3828.     protected function getDebug_ArgumentResolver_ServiceService()
  3829.     {
  3830.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3833.         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))));
  3834.     }
  3835.     /**
  3836.      * Gets the private 'debug.argument_resolver.session' shared service.
  3837.      *
  3838.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3839.      */
  3840.     protected function getDebug_ArgumentResolver_SessionService()
  3841.     {
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3845.         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))));
  3846.     }
  3847.     /**
  3848.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3849.      *
  3850.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3851.      */
  3852.     protected function getDebug_ArgumentResolver_VariadicService()
  3853.     {
  3854.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3855.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3856.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3857.         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))));
  3858.     }
  3859.     /**
  3860.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3861.      *
  3862.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3863.      */
  3864.     protected function getDebug_DebugHandlersListenerService()
  3865.     {
  3866.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3867.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3868.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3869.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3870.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3871.         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()));
  3872.     }
  3873.     /**
  3874.      * Gets the private 'debug.dump_listener' shared service.
  3875.      *
  3876.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3877.      */
  3878.     protected function getDebug_DumpListenerService()
  3879.     {
  3880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3882.         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()));
  3883.     }
  3884.     /**
  3885.      * Gets the private 'debug.file_link_formatter' shared service.
  3886.      *
  3887.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3888.      */
  3889.     protected function getDebug_FileLinkFormatterService()
  3890.     {
  3891.         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 () {
  3892.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3893.         });
  3894.     }
  3895.     /**
  3896.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3897.      *
  3898.      * @return \string
  3899.      */
  3900.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3901.     {
  3902.         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');
  3903.     }
  3904.     /**
  3905.      * Gets the private 'debug.log_processor' shared service.
  3906.      *
  3907.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3908.      */
  3909.     protected function getDebug_LogProcessorService()
  3910.     {
  3911.         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())));
  3912.     }
  3913.     /**
  3914.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3915.      *
  3916.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3917.      */
  3918.     protected function getDebug_Security_Access_DecisionManagerService()
  3919.     {
  3920.         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 () {
  3921.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3922.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3923.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3924.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3925.     }
  3926.     /**
  3927.      * Gets the private 'debug.security.firewall' shared service.
  3928.      *
  3929.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3930.      */
  3931.     protected function getDebug_Security_FirewallService()
  3932.     {
  3933.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3934.         if (isset($this->privates['debug.security.firewall'])) {
  3935.             return $this->privates['debug.security.firewall'];
  3936.         }
  3937.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3938.         if (isset($this->privates['debug.security.firewall'])) {
  3939.             return $this->privates['debug.security.firewall'];
  3940.         }
  3941.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3942.     }
  3943.     /**
  3944.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3945.      *
  3946.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3947.      */
  3948.     protected function getDebug_Security_UserValueResolverService()
  3949.     {
  3950.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3953.         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))));
  3954.     }
  3955.     /**
  3956.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3957.      *
  3958.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3959.      */
  3960.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  3968.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3969.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  3970.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  3971.         }
  3972.         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);
  3973.     }
  3974.     /**
  3975.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3976.      *
  3977.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3978.      */
  3979.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3980.     {
  3981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3985.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  3989.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3990.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  3991.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  3992.         }
  3993.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3994.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  3995.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  3996.         }
  3997.         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);
  3998.     }
  3999.     /**
  4000.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4001.      *
  4002.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4003.      */
  4004.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4005.     {
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4010.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4011.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4012.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4013.         }
  4014.         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);
  4015.     }
  4016.     /**
  4017.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4018.      *
  4019.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4020.      */
  4021.     protected function getDebug_Security_Voter_VoteListenerService()
  4022.     {
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4024.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4025.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4026.             return $this->privates['debug.security.voter.vote_listener'];
  4027.         }
  4028.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4029.     }
  4030.     /**
  4031.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4032.      *
  4033.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  4034.      */
  4035.     protected function getDoctrine_CacheClearMetadataCommandService()
  4036.     {
  4037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4041.         $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()));
  4042.         $instance->setName('doctrine:cache:clear-metadata');
  4043.         return $instance;
  4044.     }
  4045.     /**
  4046.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4047.      *
  4048.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  4049.      */
  4050.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4051.     {
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  4056.         $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()));
  4057.         $instance->setName('doctrine:cache:clear-query');
  4058.         return $instance;
  4059.     }
  4060.     /**
  4061.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4062.      *
  4063.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  4064.      */
  4065.     protected function getDoctrine_CacheClearResultCommandService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  4071.         $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()));
  4072.         $instance->setName('doctrine:cache:clear-result');
  4073.         return $instance;
  4074.     }
  4075.     /**
  4076.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4077.      *
  4078.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  4079.      */
  4080.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4081.     {
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4086.         $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()));
  4087.         $instance->setName('doctrine:cache:clear-collection-region');
  4088.         return $instance;
  4089.     }
  4090.     /**
  4091.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4092.      *
  4093.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  4094.      */
  4095.     protected function getDoctrine_ClearEntityRegionCommandService()
  4096.     {
  4097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4098.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4101.         $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()));
  4102.         $instance->setName('doctrine:cache:clear-entity-region');
  4103.         return $instance;
  4104.     }
  4105.     /**
  4106.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4107.      *
  4108.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  4109.      */
  4110.     protected function getDoctrine_ClearQueryRegionCommandService()
  4111.     {
  4112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4113.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4114.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4115.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4116.         $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()));
  4117.         $instance->setName('doctrine:cache:clear-query-region');
  4118.         return $instance;
  4119.     }
  4120.     /**
  4121.      * Gets the private 'doctrine.database_create_command' shared service.
  4122.      *
  4123.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4124.      */
  4125.     protected function getDoctrine_DatabaseCreateCommandService()
  4126.     {
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  4130.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4131.         $instance->setName('doctrine:database:create');
  4132.         return $instance;
  4133.     }
  4134.     /**
  4135.      * Gets the private 'doctrine.database_drop_command' shared service.
  4136.      *
  4137.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4138.      */
  4139.     protected function getDoctrine_DatabaseDropCommandService()
  4140.     {
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4143.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  4144.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4145.         $instance->setName('doctrine:database:drop');
  4146.         return $instance;
  4147.     }
  4148.     /**
  4149.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4150.      *
  4151.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4152.      */
  4153.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4154.     {
  4155.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4156.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  4157.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  4158.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  4159.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  4160.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  4161.         ], [
  4162.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4163.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4164.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4165.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4166.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4167.         ]), [=> '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']]);
  4168.     }
  4169.     /**
  4170.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4171.      *
  4172.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  4173.      */
  4174.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4175.     {
  4176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4180.         $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()));
  4181.         $instance->setName('doctrine:ensure-production-settings');
  4182.         return $instance;
  4183.     }
  4184.     /**
  4185.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4186.      *
  4187.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  4188.      */
  4189.     protected function getDoctrine_MappingConvertCommandService()
  4190.     {
  4191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4195.         $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()));
  4196.         $instance->setName('doctrine:mapping:convert');
  4197.         return $instance;
  4198.     }
  4199.     /**
  4200.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4201.      *
  4202.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4203.      */
  4204.     protected function getDoctrine_MappingImportCommandService()
  4205.     {
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  4209.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4210.         $instance->setName('doctrine:mapping:import');
  4211.         return $instance;
  4212.     }
  4213.     /**
  4214.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4215.      *
  4216.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  4217.      */
  4218.     protected function getDoctrine_MappingInfoCommandService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4224.         $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()));
  4225.         $instance->setName('doctrine:mapping:info');
  4226.         return $instance;
  4227.     }
  4228.     /**
  4229.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4230.      *
  4231.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4232.      */
  4233.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4234.     {
  4235.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4237.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  4238.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  4239.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  4240.         }
  4241.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  4242.     }
  4243.     /**
  4244.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4245.      *
  4246.      * @return \Doctrine\Migrations\DependencyFactory
  4247.      */
  4248.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4249.     {
  4250.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  4258.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  4259.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  4260.         $a->setAllOrNothing(false);
  4261.         $a->setCheckDatabasePlatform(true);
  4262.         $a->setTransactional(true);
  4263.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4264.         $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()));
  4265.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4266.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4267.         });
  4268.         return $instance;
  4269.     }
  4270.     /**
  4271.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4272.      *
  4273.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4274.      */
  4275.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4276.     {
  4277.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4279.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4280.     }
  4281.     /**
  4282.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4283.      *
  4284.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4285.      */
  4286.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4287.     {
  4288.         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')], false);
  4289.     }
  4290.     /**
  4291.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4292.      *
  4293.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4294.      */
  4295.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4296.     {
  4297.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4298.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4299.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  4300.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  4301.         }
  4302.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  4303.     }
  4304.     /**
  4305.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4306.      *
  4307.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4308.      */
  4309.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4310.     {
  4311.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4312.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4313.     }
  4314.     /**
  4315.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4316.      *
  4317.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4318.      */
  4319.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4320.     {
  4321.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4323.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4324.     }
  4325.     /**
  4326.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4327.      *
  4328.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4329.      */
  4330.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4331.     {
  4332.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4334.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4335.             return new \EmptyIterator();
  4336.         }, 0));
  4337.     }
  4338.     /**
  4339.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4340.      *
  4341.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4342.      */
  4343.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4344.     {
  4345.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4347.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4348.     }
  4349.     /**
  4350.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  4351.      *
  4352.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  4353.      */
  4354.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  4358.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4359.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  4360.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  4361.         }, 2));
  4362.     }
  4363.     /**
  4364.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  4365.      *
  4366.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  4367.      */
  4368.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  4369.     {
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  4371.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4372.     }
  4373.     /**
  4374.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4375.      *
  4376.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4377.      */
  4378.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4379.     {
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4382.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4383.     }
  4384.     /**
  4385.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4386.      *
  4387.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4388.      */
  4389.     protected function getDoctrine_Orm_Validator_UniqueService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4394.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4395.     }
  4396.     /**
  4397.      * Gets the private 'doctrine.query_dql_command' shared service.
  4398.      *
  4399.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  4400.      */
  4401.     protected function getDoctrine_QueryDqlCommandService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4407.         $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()));
  4408.         $instance->setName('doctrine:query:dql');
  4409.         return $instance;
  4410.     }
  4411.     /**
  4412.      * Gets the private 'doctrine.query_sql_command' shared service.
  4413.      *
  4414.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4415.      */
  4416.     protected function getDoctrine_QuerySqlCommandService()
  4417.     {
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  4422.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4423.         $instance->setName('doctrine:query:sql');
  4424.         return $instance;
  4425.     }
  4426.     /**
  4427.      * Gets the private 'doctrine.schema_create_command' shared service.
  4428.      *
  4429.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  4430.      */
  4431.     protected function getDoctrine_SchemaCreateCommandService()
  4432.     {
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4437.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4438.         $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()));
  4439.         $instance->setName('doctrine:schema:create');
  4440.         return $instance;
  4441.     }
  4442.     /**
  4443.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4444.      *
  4445.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  4446.      */
  4447.     protected function getDoctrine_SchemaDropCommandService()
  4448.     {
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4454.         $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()));
  4455.         $instance->setName('doctrine:schema:drop');
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the private 'doctrine.schema_update_command' shared service.
  4460.      *
  4461.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  4462.      */
  4463.     protected function getDoctrine_SchemaUpdateCommandService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4470.         $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()));
  4471.         $instance->setName('doctrine:schema:update');
  4472.         return $instance;
  4473.     }
  4474.     /**
  4475.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4476.      *
  4477.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  4478.      */
  4479.     protected function getDoctrine_SchemaValidateCommandService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4485.         $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()));
  4486.         $instance->setName('doctrine:schema:validate');
  4487.         return $instance;
  4488.     }
  4489.     /**
  4490.      * Gets the private 'doctrine.ulid_generator' shared service.
  4491.      *
  4492.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4493.      */
  4494.     protected function getDoctrine_UlidGeneratorService()
  4495.     {
  4496.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4498.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4499.     }
  4500.     /**
  4501.      * Gets the private 'doctrine.uuid_generator' shared service.
  4502.      *
  4503.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4504.      */
  4505.     protected function getDoctrine_UuidGeneratorService()
  4506.     {
  4507.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4509.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4510.     }
  4511.     /**
  4512.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4513.      *
  4514.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4515.      */
  4516.     protected function getDoctrineMigrations_CurrentCommandService()
  4517.     {
  4518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4520.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4521.         $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');
  4522.         $instance->setName('doctrine:migrations:current');
  4523.         return $instance;
  4524.     }
  4525.     /**
  4526.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4527.      *
  4528.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4529.      */
  4530.     protected function getDoctrineMigrations_DiffCommandService()
  4531.     {
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4535.         $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');
  4536.         $instance->setName('doctrine:migrations:diff');
  4537.         return $instance;
  4538.     }
  4539.     /**
  4540.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4541.      *
  4542.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4543.      */
  4544.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4545.     {
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4549.         $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');
  4550.         $instance->setName('doctrine:migrations:dump-schema');
  4551.         return $instance;
  4552.     }
  4553.     /**
  4554.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4555.      *
  4556.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4557.      */
  4558.     protected function getDoctrineMigrations_ExecuteCommandService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4563.         $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');
  4564.         $instance->setName('doctrine:migrations:execute');
  4565.         return $instance;
  4566.     }
  4567.     /**
  4568.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4569.      *
  4570.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4571.      */
  4572.     protected function getDoctrineMigrations_GenerateCommandService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4577.         $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');
  4578.         $instance->setName('doctrine:migrations:generate');
  4579.         return $instance;
  4580.     }
  4581.     /**
  4582.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4583.      *
  4584.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4585.      */
  4586.     protected function getDoctrineMigrations_LatestCommandService()
  4587.     {
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4591.         $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');
  4592.         $instance->setName('doctrine:migrations:latest');
  4593.         return $instance;
  4594.     }
  4595.     /**
  4596.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4597.      *
  4598.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4599.      */
  4600.     protected function getDoctrineMigrations_MigrateCommandService()
  4601.     {
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4605.         $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');
  4606.         $instance->setName('doctrine:migrations:migrate');
  4607.         return $instance;
  4608.     }
  4609.     /**
  4610.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4611.      *
  4612.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4613.      */
  4614.     protected function getDoctrineMigrations_RollupCommandService()
  4615.     {
  4616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4619.         $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');
  4620.         $instance->setName('doctrine:migrations:rollup');
  4621.         return $instance;
  4622.     }
  4623.     /**
  4624.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4625.      *
  4626.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4627.      */
  4628.     protected function getDoctrineMigrations_StatusCommandService()
  4629.     {
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4632.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4633.         $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');
  4634.         $instance->setName('doctrine:migrations:status');
  4635.         return $instance;
  4636.     }
  4637.     /**
  4638.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4639.      *
  4640.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4641.      */
  4642.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4647.         $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');
  4648.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4649.         return $instance;
  4650.     }
  4651.     /**
  4652.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4653.      *
  4654.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4655.      */
  4656.     protected function getDoctrineMigrations_UpToDateCommandService()
  4657.     {
  4658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4659.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4661.         $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');
  4662.         $instance->setName('doctrine:migrations:up-to-date');
  4663.         return $instance;
  4664.     }
  4665.     /**
  4666.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4667.      *
  4668.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4669.      */
  4670.     protected function getDoctrineMigrations_VersionCommandService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4675.         $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');
  4676.         $instance->setName('doctrine:migrations:version');
  4677.         return $instance;
  4678.     }
  4679.     /**
  4680.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4681.      *
  4682.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4683.      */
  4684.     protected function getDoctrineMigrations_VersionsCommandService()
  4685.     {
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4689.         $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');
  4690.         $instance->setName('doctrine:migrations:list');
  4691.         return $instance;
  4692.     }
  4693.     /**
  4694.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4695.      *
  4696.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4697.      */
  4698.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4699.     {
  4700.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4702.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4703.         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()));
  4704.     }
  4705.     /**
  4706.      * Gets the private 'exception_listener' shared service.
  4707.      *
  4708.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4709.      */
  4710.     protected function getExceptionListenerService()
  4711.     {
  4712.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4713.     }
  4714.     /**
  4715.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4716.      *
  4717.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4718.      */
  4719.     protected function getForm_ChoiceListFactory_CachedService()
  4720.     {
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4725.         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())));
  4726.     }
  4727.     /**
  4728.      * Gets the private 'form.registry' shared service.
  4729.      *
  4730.      * @return \Symfony\Component\Form\FormRegistry
  4731.      */
  4732.     protected function getForm_RegistryService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4741.         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, [
  4742.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4743.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4744.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4745.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4746.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4747.         ], [
  4748.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4749.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4750.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4751.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4752.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4753.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4754.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4755.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4756.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4757.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4758.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4759.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4760.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4761.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4762.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4763.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4764.         }, 1)], new RewindableGenerator(function () {
  4765.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4766.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4767.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4768.     }
  4769.     /**
  4770.      * Gets the private 'form.server_params' shared service.
  4771.      *
  4772.      * @return \Symfony\Component\Form\Util\ServerParams
  4773.      */
  4774.     protected function getForm_ServerParamsService()
  4775.     {
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4777.         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())));
  4778.     }
  4779.     /**
  4780.      * Gets the private 'form.type.choice' shared service.
  4781.      *
  4782.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4783.      */
  4784.     protected function getForm_Type_ChoiceService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4789.         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()));
  4790.     }
  4791.     /**
  4792.      * Gets the private 'form.type.color' shared service.
  4793.      *
  4794.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4795.      */
  4796.     protected function getForm_Type_ColorService()
  4797.     {
  4798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4801.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4802.     }
  4803.     /**
  4804.      * Gets the private 'form.type.entity' shared service.
  4805.      *
  4806.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4807.      */
  4808.     protected function getForm_Type_EntityService()
  4809.     {
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4814.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4815.     }
  4816.     /**
  4817.      * Gets the private 'form.type.form' shared service.
  4818.      *
  4819.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4820.      */
  4821.     protected function getForm_Type_FormService()
  4822.     {
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4827.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4828.     }
  4829.     /**
  4830.      * Gets the private 'form.type_extension.csrf' shared service.
  4831.      *
  4832.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4833.      */
  4834.     protected function getForm_TypeExtension_CsrfService()
  4835.     {
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4839.         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()));
  4840.     }
  4841.     /**
  4842.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4843.      *
  4844.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4845.      */
  4846.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4847.     {
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4851.         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()));
  4852.     }
  4853.     /**
  4854.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4855.      *
  4856.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4857.      */
  4858.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4865.         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())));
  4866.     }
  4867.     /**
  4868.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4869.      *
  4870.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4871.      */
  4872.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4873.     {
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4877.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4878.     }
  4879.     /**
  4880.      * Gets the private 'form.type_extension.form.validator' shared service.
  4881.      *
  4882.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4883.      */
  4884.     protected function getForm_TypeExtension_Form_ValidatorService()
  4885.     {
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4890.         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()));
  4891.     }
  4892.     /**
  4893.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4894.      *
  4895.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4896.      */
  4897.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4898.     {
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4902.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4903.     }
  4904.     /**
  4905.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4906.      *
  4907.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4908.      */
  4909.     protected function getForm_TypeGuesser_DoctrineService()
  4910.     {
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4913.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4914.     }
  4915.     /**
  4916.      * Gets the private 'form.type_guesser.validator' shared service.
  4917.      *
  4918.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4919.      */
  4920.     protected function getForm_TypeGuesser_ValidatorService()
  4921.     {
  4922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4924.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4925.     }
  4926.     /**
  4927.      * Gets the private 'fos_js_routing.dump_command' shared service.
  4928.      *
  4929.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  4930.      */
  4931.     protected function getFosJsRouting_DumpCommandService()
  4932.     {
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  4935.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  4936.         $instance->setName('fos:js-routing:dump');
  4937.         return $instance;
  4938.     }
  4939.     /**
  4940.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  4941.      *
  4942.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  4943.      */
  4944.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  4948.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  4949.         $instance->setName('fos:js-routing:debug');
  4950.         return $instance;
  4951.     }
  4952.     /**
  4953.      * Gets the private 'fragment.renderer.inline' shared service.
  4954.      *
  4955.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4956.      */
  4957.     protected function getFragment_Renderer_InlineService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4962.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  4963.         if (isset($this->privates['fragment.renderer.inline'])) {
  4964.             return $this->privates['fragment.renderer.inline'];
  4965.         }
  4966.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4967.         if (isset($this->privates['fragment.renderer.inline'])) {
  4968.             return $this->privates['fragment.renderer.inline'];
  4969.         }
  4970.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  4971.         $instance->setFragmentPath('/_fragment');
  4972.         return $instance;
  4973.     }
  4974.     /**
  4975.      * Gets the private 'locale_aware_listener' shared service.
  4976.      *
  4977.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4978.      */
  4979.     protected function getLocaleAwareListenerService()
  4980.     {
  4981.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4982.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4983.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4984.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4985.     }
  4986.     /**
  4987.      * Gets the private 'locale_listener' shared service.
  4988.      *
  4989.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4990.      */
  4991.     protected function getLocaleListenerService()
  4992.     {
  4993.         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, []);
  4994.     }
  4995.     /**
  4996.      * Gets the private 'mailer.transport_factory.native' shared service.
  4997.      *
  4998.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  4999.      */
  5000.     protected function getMailer_TransportFactory_NativeService()
  5001.     {
  5002.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5005.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5006.         if (isset($this->privates['mailer.transport_factory.native'])) {
  5007.             return $this->privates['mailer.transport_factory.native'];
  5008.         }
  5009.         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()));
  5010.     }
  5011.     /**
  5012.      * Gets the private 'mailer.transport_factory.null' shared service.
  5013.      *
  5014.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5015.      */
  5016.     protected function getMailer_TransportFactory_NullService()
  5017.     {
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5021.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5022.         if (isset($this->privates['mailer.transport_factory.null'])) {
  5023.             return $this->privates['mailer.transport_factory.null'];
  5024.         }
  5025.         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()));
  5026.     }
  5027.     /**
  5028.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5029.      *
  5030.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5031.      */
  5032.     protected function getMailer_TransportFactory_SendmailService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5037.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5038.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5039.             return $this->privates['mailer.transport_factory.sendmail'];
  5040.         }
  5041.         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()));
  5042.     }
  5043.     /**
  5044.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  5045.      *
  5046.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5047.      */
  5048.     protected function getMailer_TransportFactory_SmtpService()
  5049.     {
  5050.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5053.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5054.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5055.             return $this->privates['mailer.transport_factory.smtp'];
  5056.         }
  5057.         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()));
  5058.     }
  5059.     /**
  5060.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5061.      *
  5062.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5063.      */
  5064.     protected function getMaker_AutoCommand_MakeAuthService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5073.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5074.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5075.         $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);
  5076.         $instance->setName('make:auth');
  5077.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5078.         return $instance;
  5079.     }
  5080.     /**
  5081.      * Gets the private 'maker.auto_command.make_command' shared service.
  5082.      *
  5083.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5084.      */
  5085.     protected function getMaker_AutoCommand_MakeCommandService()
  5086.     {
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5092.         $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()));
  5093.         $instance->setName('make:command');
  5094.         $instance->setDescription('Creates a new console command class');
  5095.         return $instance;
  5096.     }
  5097.     /**
  5098.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5099.      *
  5100.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5101.      */
  5102.     protected function getMaker_AutoCommand_MakeControllerService()
  5103.     {
  5104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5109.         $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()));
  5110.         $instance->setName('make:controller');
  5111.         $instance->setDescription('Creates a new controller class');
  5112.         return $instance;
  5113.     }
  5114.     /**
  5115.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5116.      *
  5117.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5118.      */
  5119.     protected function getMaker_AutoCommand_MakeCrudService()
  5120.     {
  5121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5126.         $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()));
  5127.         $instance->setName('make:crud');
  5128.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5129.         return $instance;
  5130.     }
  5131.     /**
  5132.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5133.      *
  5134.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5135.      */
  5136.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5143.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5144.         $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()));
  5145.         $instance->setName('make:docker:database');
  5146.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5147.         return $instance;
  5148.     }
  5149.     /**
  5150.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5151.      *
  5152.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5153.      */
  5154.     protected function getMaker_AutoCommand_MakeEntityService()
  5155.     {
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5162.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5163.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5164.         $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);
  5165.         $instance->setName('make:entity');
  5166.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5167.         return $instance;
  5168.     }
  5169.     /**
  5170.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5171.      *
  5172.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5173.      */
  5174.     protected function getMaker_AutoCommand_MakeFixturesService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5181.         $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()));
  5182.         $instance->setName('make:fixtures');
  5183.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5184.         return $instance;
  5185.     }
  5186.     /**
  5187.      * Gets the private 'maker.auto_command.make_form' shared service.
  5188.      *
  5189.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5190.      */
  5191.     protected function getMaker_AutoCommand_MakeFormService()
  5192.     {
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5198.         $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()));
  5199.         $instance->setName('make:form');
  5200.         $instance->setDescription('Creates a new form class');
  5201.         return $instance;
  5202.     }
  5203.     /**
  5204.      * Gets the private 'maker.auto_command.make_message' shared service.
  5205.      *
  5206.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5207.      */
  5208.     protected function getMaker_AutoCommand_MakeMessageService()
  5209.     {
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5215.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5216.         $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()));
  5217.         $instance->setName('make:message');
  5218.         $instance->setDescription('Creates a new message and handler');
  5219.         return $instance;
  5220.     }
  5221.     /**
  5222.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5223.      *
  5224.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5225.      */
  5226.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5233.         $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()));
  5234.         $instance->setName('make:messenger-middleware');
  5235.         $instance->setDescription('Creates a new messenger middleware');
  5236.         return $instance;
  5237.     }
  5238.     /**
  5239.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5240.      *
  5241.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5242.      */
  5243.     protected function getMaker_AutoCommand_MakeMigrationService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5251.         $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()));
  5252.         $instance->setName('make:migration');
  5253.         $instance->setDescription('Creates a new migration based on database changes');
  5254.         return $instance;
  5255.     }
  5256.     /**
  5257.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5258.      *
  5259.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5260.      */
  5261.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5262.     {
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5268.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5269.         $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()));
  5270.         $instance->setName('make:registration-form');
  5271.         $instance->setDescription('Creates a new registration form system');
  5272.         return $instance;
  5273.     }
  5274.     /**
  5275.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5276.      *
  5277.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5278.      */
  5279.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5280.     {
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5286.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5287.         $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()));
  5288.         $instance->setName('make:reset-password');
  5289.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5290.         return $instance;
  5291.     }
  5292.     /**
  5293.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5294.      *
  5295.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5296.      */
  5297.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5298.     {
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5304.         $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()));
  5305.         $instance->setName('make:serializer:encoder');
  5306.         $instance->setDescription('Creates a new serializer encoder class');
  5307.         return $instance;
  5308.     }
  5309.     /**
  5310.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5311.      *
  5312.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5313.      */
  5314.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5315.     {
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5321.         $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()));
  5322.         $instance->setName('make:serializer:normalizer');
  5323.         $instance->setDescription('Creates a new serializer normalizer class');
  5324.         return $instance;
  5325.     }
  5326.     /**
  5327.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5328.      *
  5329.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5330.      */
  5331.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5332.     {
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5338.         $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()));
  5339.         $instance->setName('make:stimulus-controller');
  5340.         $instance->setDescription('Creates a new Stimulus controller');
  5341.         return $instance;
  5342.     }
  5343.     /**
  5344.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5345.      *
  5346.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5347.      */
  5348.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5349.     {
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5356.         $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()));
  5357.         $instance->setName('make:subscriber');
  5358.         $instance->setDescription('Creates a new event subscriber class');
  5359.         return $instance;
  5360.     }
  5361.     /**
  5362.      * Gets the private 'maker.auto_command.make_test' shared service.
  5363.      *
  5364.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5365.      */
  5366.     protected function getMaker_AutoCommand_MakeTestService()
  5367.     {
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5374.         $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()));
  5375.         $instance->setName('make:test');
  5376.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5377.         $instance->setDescription('Creates a new test class');
  5378.         return $instance;
  5379.     }
  5380.     /**
  5381.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5382.      *
  5383.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5384.      */
  5385.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5386.     {
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5392.         $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()));
  5393.         $instance->setName('make:twig-extension');
  5394.         $instance->setDescription('Creates a new Twig extension class');
  5395.         return $instance;
  5396.     }
  5397.     /**
  5398.      * Gets the private 'maker.auto_command.make_user' shared service.
  5399.      *
  5400.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5401.      */
  5402.     protected function getMaker_AutoCommand_MakeUserService()
  5403.     {
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5411.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5412.         $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()));
  5413.         $instance->setName('make:user');
  5414.         $instance->setDescription('Creates a new security user class');
  5415.         return $instance;
  5416.     }
  5417.     /**
  5418.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5419.      *
  5420.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5421.      */
  5422.     protected function getMaker_AutoCommand_MakeValidatorService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5429.         $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()));
  5430.         $instance->setName('make:validator');
  5431.         $instance->setDescription('Creates a new validator and constraint class');
  5432.         return $instance;
  5433.     }
  5434.     /**
  5435.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5436.      *
  5437.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5438.      */
  5439.     protected function getMaker_AutoCommand_MakeVoterService()
  5440.     {
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5446.         $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()));
  5447.         $instance->setName('make:voter');
  5448.         $instance->setDescription('Creates a new security voter class');
  5449.         return $instance;
  5450.     }
  5451.     /**
  5452.      * Gets the private 'maker.doctrine_helper' shared service.
  5453.      *
  5454.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5455.      */
  5456.     protected function getMaker_DoctrineHelperService()
  5457.     {
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5459.         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())]]]);
  5460.     }
  5461.     /**
  5462.      * Gets the private 'maker.entity_class_generator' shared service.
  5463.      *
  5464.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5465.      */
  5466.     protected function getMaker_EntityClassGeneratorService()
  5467.     {
  5468.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5469.         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()));
  5470.     }
  5471.     /**
  5472.      * Gets the private 'maker.file_manager' shared service.
  5473.      *
  5474.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5475.      */
  5476.     protected function getMaker_FileManagerService()
  5477.     {
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5483.         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'));
  5484.     }
  5485.     /**
  5486.      * Gets the private 'maker.generator' shared service.
  5487.      *
  5488.      * @return \Symfony\Bundle\MakerBundle\Generator
  5489.      */
  5490.     protected function getMaker_GeneratorService()
  5491.     {
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5494.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5495.         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));
  5496.     }
  5497.     /**
  5498.      * Gets the private 'maker.php_compat_util' shared service.
  5499.      *
  5500.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5501.      */
  5502.     protected function getMaker_PhpCompatUtilService()
  5503.     {
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5505.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5506.     }
  5507.     /**
  5508.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5509.      *
  5510.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5511.      */
  5512.     protected function getMaker_Renderer_FormTypeRendererService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5515.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5516.     }
  5517.     /**
  5518.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  5519.      *
  5520.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  5521.      */
  5522.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  5523.     {
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  5528.         $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 () {
  5529.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  5530.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  5531.             yield => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
  5532.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  5533.             yield => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
  5534.         }, 1), 'Symfony\\Component\\Notifier\\Message\\PushMessage' => new RewindableGenerator(function () {
  5535.             yield => ($this->privates['.messenger.handler_descriptor.Lml2ICs'] ?? $this->get_Messenger_HandlerDescriptor_Lml2ICsService());
  5536.         }, 1)]));
  5537.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  5538.         return $instance;
  5539.     }
  5540.     /**
  5541.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  5542.      *
  5543.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  5544.      */
  5545.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  5549.         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');
  5550.     }
  5551.     /**
  5552.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  5553.      *
  5554.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  5555.      */
  5556.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  5557.     {
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  5559.         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, [
  5560.             'async' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5561.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5562.         ], [
  5563.             'async' => '?',
  5564.             'failed' => '?',
  5565.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  5566.     }
  5567.     /**
  5568.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  5569.      *
  5570.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  5571.      */
  5572.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  5573.     {
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  5575.         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()));
  5576.     }
  5577.     /**
  5578.      * Gets the private 'messenger.middleware.send_message' shared service.
  5579.      *
  5580.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  5581.      */
  5582.     protected function getMessenger_Middleware_SendMessageService()
  5583.     {
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  5588.         $a = ($this->privates['.service_locator.c7f47p7'] ?? $this->get_ServiceLocator_C7f47p7Service());
  5589.         if (isset($this->privates['messenger.middleware.send_message'])) {
  5590.             return $this->privates['messenger.middleware.send_message'];
  5591.         }
  5592.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5593.         if (isset($this->privates['messenger.middleware.send_message'])) {
  5594.             return $this->privates['messenger.middleware.send_message'];
  5595.         }
  5596.         $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);
  5597.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  5598.         return $instance;
  5599.     }
  5600.     /**
  5601.      * Gets the private 'messenger.receiver_locator' shared service.
  5602.      *
  5603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5604.      */
  5605.     protected function getMessenger_ReceiverLocatorService()
  5606.     {
  5607.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5608.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  5609.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5610.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  5611.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5612.         ], [
  5613.             'async' => '?',
  5614.             'failed' => '?',
  5615.             'messenger.transport.async' => '?',
  5616.             'messenger.transport.failed' => '?',
  5617.         ]);
  5618.     }
  5619.     /**
  5620.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  5621.      *
  5622.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  5623.      */
  5624.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  5625.     {
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  5628.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  5629.     }
  5630.     /**
  5631.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  5632.      *
  5633.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  5634.      */
  5635.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  5636.     {
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  5639.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  5640.     }
  5641.     /**
  5642.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  5643.      *
  5644.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  5645.      */
  5646.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  5649.         $a = ($this->privates['.service_locator.c7f47p7'] ?? $this->get_ServiceLocator_C7f47p7Service());
  5650.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  5651.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  5652.         }
  5653.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5654.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  5655.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  5656.         }
  5657.         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, [
  5658.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  5659.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  5660.         ], [
  5661.             'async' => '?',
  5662.             'failed' => '?',
  5663.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  5664.     }
  5665.     /**
  5666.      * Gets the private 'messenger.routable_message_bus' shared service.
  5667.      *
  5668.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  5669.      */
  5670.     protected function getMessenger_RoutableMessageBusService()
  5671.     {
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  5673.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  5674.         if (isset($this->privates['messenger.routable_message_bus'])) {
  5675.             return $this->privates['messenger.routable_message_bus'];
  5676.         }
  5677.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5678.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5679.         ], [
  5680.             'messenger.bus.default' => '?',
  5681.         ]), $a);
  5682.     }
  5683.     /**
  5684.      * Gets the private 'messenger.transport.async' shared service.
  5685.      *
  5686.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  5687.      */
  5688.     protected function getMessenger_Transport_AsyncService()
  5689.     {
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  5691.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  5695.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  5696.         if (isset($this->privates['messenger.transport.async'])) {
  5697.             return $this->privates['messenger.transport.async'];
  5698.         }
  5699.         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())));
  5700.     }
  5701.     /**
  5702.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  5703.      *
  5704.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  5705.      */
  5706.     protected function getMessenger_Transport_Doctrine_FactoryService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  5710.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5711.     }
  5712.     /**
  5713.      * Gets the private 'messenger.transport.failed' shared service.
  5714.      *
  5715.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  5716.      */
  5717.     protected function getMessenger_Transport_FailedService()
  5718.     {
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  5722.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  5724.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  5725.         if (isset($this->privates['messenger.transport.failed'])) {
  5726.             return $this->privates['messenger.transport.failed'];
  5727.         }
  5728.         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())));
  5729.     }
  5730.     /**
  5731.      * Gets the private 'messenger.transport.sync.factory' shared service.
  5732.      *
  5733.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  5734.      */
  5735.     protected function getMessenger_Transport_Sync_FactoryService()
  5736.     {
  5737.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5738.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  5739.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  5740.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  5741.             return $this->privates['messenger.transport.sync.factory'];
  5742.         }
  5743.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  5744.     }
  5745.     /**
  5746.      * Gets the private 'messenger.transport_factory' shared service.
  5747.      *
  5748.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  5749.      */
  5750.     protected function getMessenger_TransportFactoryService()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  5754.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  5755.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  5756.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  5757.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  5758.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  5759.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  5760.         }, 5));
  5761.     }
  5762.     /**
  5763.      * Gets the private 'mime_types' shared service.
  5764.      *
  5765.      * @return \Symfony\Component\Mime\MimeTypes
  5766.      */
  5767.     protected function getMimeTypesService()
  5768.     {
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5772.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5773.         $instance->setDefault($instance);
  5774.         return $instance;
  5775.     }
  5776.     /**
  5777.      * Gets the private 'monolog.command.server_log' shared service.
  5778.      *
  5779.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5780.      */
  5781.     protected function getMonolog_Command_ServerLogService()
  5782.     {
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5785.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5786.         $instance->setName('server:log');
  5787.         $instance->setDescription('Start a log server that displays logs in real time');
  5788.         return $instance;
  5789.     }
  5790.     /**
  5791.      * Gets the private 'monolog.handler.console' shared service.
  5792.      *
  5793.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5794.      */
  5795.     protected function getMonolog_Handler_ConsoleService()
  5796.     {
  5797.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5798.     }
  5799.     /**
  5800.      * Gets the private 'monolog.handler.main' shared service.
  5801.      *
  5802.      * @return \Monolog\Handler\StreamHandler
  5803.      */
  5804.     protected function getMonolog_Handler_MainService()
  5805.     {
  5806.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  5807.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5808.         return $instance;
  5809.     }
  5810.     /**
  5811.      * Gets the private 'monolog.logger' shared service.
  5812.      *
  5813.      * @return \Symfony\Bridge\Monolog\Logger
  5814.      */
  5815.     protected function getMonolog_LoggerService()
  5816.     {
  5817.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5818.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5819.         $instance->useMicrosecondTimestamps(true);
  5820.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5821.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5822.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5823.         return $instance;
  5824.     }
  5825.     /**
  5826.      * Gets the private 'monolog.logger.cache' shared service.
  5827.      *
  5828.      * @return \Symfony\Bridge\Monolog\Logger
  5829.      */
  5830.     protected function getMonolog_Logger_CacheService()
  5831.     {
  5832.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5833.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5834.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5835.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5836.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5837.         return $instance;
  5838.     }
  5839.     /**
  5840.      * Gets the private 'monolog.logger.mailer' shared service.
  5841.      *
  5842.      * @return \Symfony\Bridge\Monolog\Logger
  5843.      */
  5844.     protected function getMonolog_Logger_MailerService()
  5845.     {
  5846.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  5847.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5848.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5849.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5850.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5851.         return $instance;
  5852.     }
  5853.     /**
  5854.      * Gets the private 'monolog.logger.messenger' shared service.
  5855.      *
  5856.      * @return \Symfony\Bridge\Monolog\Logger
  5857.      */
  5858.     protected function getMonolog_Logger_MessengerService()
  5859.     {
  5860.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  5861.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5862.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5863.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5864.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5865.         return $instance;
  5866.     }
  5867.     /**
  5868.      * Gets the private 'monolog.logger.request' shared service.
  5869.      *
  5870.      * @return \Symfony\Bridge\Monolog\Logger
  5871.      */
  5872.     protected function getMonolog_Logger_RequestService()
  5873.     {
  5874.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5875.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5876.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5877.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5878.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5879.         return $instance;
  5880.     }
  5881.     /**
  5882.      * Gets the private 'monolog.logger.security' shared service.
  5883.      *
  5884.      * @return \Symfony\Bridge\Monolog\Logger
  5885.      */
  5886.     protected function getMonolog_Logger_SecurityService()
  5887.     {
  5888.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5889.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5890.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5891.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5892.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5893.         return $instance;
  5894.     }
  5895.     /**
  5896.      * Gets the private 'notifier.transport_factory.null' shared service.
  5897.      *
  5898.      * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  5899.      */
  5900.     protected function getNotifier_TransportFactory_NullService()
  5901.     {
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  5905.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5906.         if (isset($this->privates['notifier.transport_factory.null'])) {
  5907.             return $this->privates['notifier.transport_factory.null'];
  5908.         }
  5909.         return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  5910.     }
  5911.     /**
  5912.      * Gets the private 'parameter_bag' shared service.
  5913.      *
  5914.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5915.      */
  5916.     protected function getParameterBagService()
  5917.     {
  5918.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5919.     }
  5920.     /**
  5921.      * Gets the private 'profiler_listener' shared service.
  5922.      *
  5923.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5924.      */
  5925.     protected function getProfilerListenerService()
  5926.     {
  5927.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5928.         if (isset($this->privates['profiler_listener'])) {
  5929.             return $this->privates['profiler_listener'];
  5930.         }
  5931.         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);
  5932.     }
  5933.     /**
  5934.      * Gets the private 'property_accessor' shared service.
  5935.      *
  5936.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5937.      */
  5938.     protected function getPropertyAccessorService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5946.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5947.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5948.     }
  5949.     /**
  5950.      * Gets the private 'property_info' shared service.
  5951.      *
  5952.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5953.      */
  5954.     protected function getPropertyInfoService()
  5955.     {
  5956.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5957.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5958.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5959.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5960.         }, 3), new RewindableGenerator(function () {
  5961.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5962.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5963.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5964.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5965.         }, 4), new RewindableGenerator(function () {
  5966.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5967.         }, 1), new RewindableGenerator(function () {
  5968.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5969.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5970.         }, 2), new RewindableGenerator(function () {
  5971.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5972.         }, 1));
  5973.     }
  5974.     /**
  5975.      * Gets the private 'property_info.serializer_extractor' shared service.
  5976.      *
  5977.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5978.      */
  5979.     protected function getPropertyInfo_SerializerExtractorService()
  5980.     {
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5982.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5983.     }
  5984.     /**
  5985.      * Gets the private 'router.cache_warmer' shared service.
  5986.      *
  5987.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5988.      */
  5989.     protected function getRouter_CacheWarmerService()
  5990.     {
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5993.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5994.             'router' => ['services''router''getRouterService'false],
  5995.         ], [
  5996.             'router' => '?',
  5997.         ]))->withContext('router.cache_warmer'$this));
  5998.     }
  5999.     /**
  6000.      * Gets the private 'router.expression_language_provider' shared service.
  6001.      *
  6002.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6003.      */
  6004.     protected function getRouter_ExpressionLanguageProviderService()
  6005.     {
  6006.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6007.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  6008.         ], [
  6009.             'env' => 'Closure',
  6010.         ]));
  6011.     }
  6012.     /**
  6013.      * Gets the private 'router.request_context' shared service.
  6014.      *
  6015.      * @return \Symfony\Component\Routing\RequestContext
  6016.      */
  6017.     protected function getRouter_RequestContextService()
  6018.     {
  6019.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6020.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6021.         return $instance;
  6022.     }
  6023.     /**
  6024.      * Gets the private 'router_listener' shared service.
  6025.      *
  6026.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6027.      */
  6028.     protected function getRouterListenerService()
  6029.     {
  6030.         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);
  6031.     }
  6032.     /**
  6033.      * Gets the private 'secrets.vault' shared service.
  6034.      *
  6035.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6036.      */
  6037.     protected function getSecrets_VaultService()
  6038.     {
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6043.         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'));
  6044.     }
  6045.     /**
  6046.      * Gets the private 'security.access_listener' shared service.
  6047.      *
  6048.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6049.      */
  6050.     protected function getSecurity_AccessListenerService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6057.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6058.         if (isset($this->privates['security.access_listener'])) {
  6059.             return $this->privates['security.access_listener'];
  6060.         }
  6061.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6062.         if (isset($this->privates['security.access_listener'])) {
  6063.             return $this->privates['security.access_listener'];
  6064.         }
  6065.         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->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), $b);
  6066.     }
  6067.     /**
  6068.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6069.      *
  6070.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6071.      *
  6072.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6073.      */
  6074.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6075.     {
  6076.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6077.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6078.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6079.             return $this->privates['security.authentication.listener.anonymous.main'];
  6080.         }
  6081.         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);
  6082.     }
  6083.     /**
  6084.      * Gets the private 'security.authentication.listener.form.main' shared service.
  6085.      *
  6086.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6087.      *
  6088.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  6089.      */
  6090.     protected function getSecurity_Authentication_Listener_Form_MainService()
  6091.     {
  6092.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6100.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6101.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  6102.             return $this->privates['security.authentication.listener.form.main'];
  6103.         }
  6104.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6105.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  6106.             return $this->privates['security.authentication.listener.form.main'];
  6107.         }
  6108.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6109.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  6110.             return $this->privates['security.authentication.listener.form.main'];
  6111.         }
  6112.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6113.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6114.         $e->setOptions(['login_path' => 'sign_in''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  6115.         $e->setFirewallName('main');
  6116.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6117.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  6118.         $g->setOptions(['login_path' => 'sign_in''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6119.         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' => 'sign_in''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);
  6120.     }
  6121.     /**
  6122.      * Gets the private 'security.authentication.manager' shared service.
  6123.      *
  6124.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6125.      *
  6126.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6127.      */
  6128.     protected function getSecurity_Authentication_ManagerService()
  6129.     {
  6130.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6131.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6132.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  6133.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6134.         }, 2), true);
  6135.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6136.         return $instance;
  6137.     }
  6138.     /**
  6139.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6140.      *
  6141.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6142.      *
  6143.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6144.      */
  6145.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6146.     {
  6147.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6148.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6149.     }
  6150.     /**
  6151.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  6152.      *
  6153.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6154.      *
  6155.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  6156.      */
  6157.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  6158.     {
  6159.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  6160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6166.         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);
  6167.     }
  6168.     /**
  6169.      * Gets the private 'security.channel_listener' shared service.
  6170.      *
  6171.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6172.      */
  6173.     protected function getSecurity_ChannelListenerService()
  6174.     {
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6180.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6181.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  6182.     }
  6183.     /**
  6184.      * Gets the private 'security.command.debug_firewall' shared service.
  6185.      *
  6186.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6187.      */
  6188.     protected function getSecurity_Command_DebugFirewallService()
  6189.     {
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6192.         $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);
  6193.         $instance->setName('debug:firewall');
  6194.         $instance->setDescription('Display information about your security firewall(s)');
  6195.         return $instance;
  6196.     }
  6197.     /**
  6198.      * Gets the private 'security.command.user_password_encoder' shared service.
  6199.      *
  6200.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6201.      *
  6202.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6203.      */
  6204.     protected function getSecurity_Command_UserPasswordEncoderService()
  6205.     {
  6206.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6207.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  6208.         $instance->setName('security:encode-password');
  6209.         $instance->setDescription('Encode a password');
  6210.         return $instance;
  6211.     }
  6212.     /**
  6213.      * Gets the private 'security.command.user_password_hash' shared service.
  6214.      *
  6215.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6216.      */
  6217.     protected function getSecurity_Command_UserPasswordHashService()
  6218.     {
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6223.         $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([]))), []);
  6224.         $instance->setName('security:hash-password');
  6225.         $instance->setDescription('Hash a user password');
  6226.         return $instance;
  6227.     }
  6228.     /**
  6229.      * Gets the private 'security.context_listener.0' shared service.
  6230.      *
  6231.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6232.      */
  6233.     protected function getSecurity_ContextListener_0Service()
  6234.     {
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  6240.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6241.         if (isset($this->privates['security.context_listener.0'])) {
  6242.             return $this->privates['security.context_listener.0'];
  6243.         }
  6244.         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 () {
  6245.             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([])));
  6246.         }, 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']);
  6247.     }
  6248.     /**
  6249.      * Gets the private 'security.csrf.token_storage' shared service.
  6250.      *
  6251.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6252.      */
  6253.     protected function getSecurity_Csrf_TokenStorageService()
  6254.     {
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6258.         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())));
  6259.     }
  6260.     /**
  6261.      * Gets the private 'security.encoder_factory.generic' shared service.
  6262.      *
  6263.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6264.      *
  6265.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6266.      */
  6267.     protected function getSecurity_EncoderFactory_GenericService()
  6268.     {
  6269.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6270.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  6271.     }
  6272.     /**
  6273.      * Gets the private 'security.event_dispatcher.main' shared service.
  6274.      *
  6275.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6276.      */
  6277.     protected function getSecurity_EventDispatcher_MainService()
  6278.     {
  6279.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6281.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6282.         }, => 'onLogout'], 64);
  6283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6284.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6285.         }, => 'onLogout'], 0);
  6286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6287.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6288.         }, => 'onLogout'], 0);
  6289.         return $instance;
  6290.     }
  6291.     /**
  6292.      * Gets the private 'security.firewall.map' shared service.
  6293.      *
  6294.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6295.      */
  6296.     protected function getSecurity_Firewall_MapService()
  6297.     {
  6298.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6299.         if (isset($this->privates['security.firewall.map'])) {
  6300.             return $this->privates['security.firewall.map'];
  6301.         }
  6302.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6303.             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)/')));
  6304.             yield 'security.firewall.map.context.main' => NULL;
  6305.         }, 2));
  6306.     }
  6307.     /**
  6308.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6309.      *
  6310.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6311.      */
  6312.     protected function getSecurity_Firewall_Map_Context_DevService()
  6313.     {
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6316.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6317.             return new \EmptyIterator();
  6318.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6319.     }
  6320.     /**
  6321.      * Gets the private 'security.firewall.map.context.main' shared service.
  6322.      *
  6323.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6324.      */
  6325.     protected function getSecurity_Firewall_Map_Context_MainService()
  6326.     {
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  6339.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6340.         if (isset($this->privates['security.firewall.map.context.main'])) {
  6341.             return $this->privates['security.firewall.map.context.main'];
  6342.         }
  6343.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6344.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6345.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6346.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6347.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6348.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  6349.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6350.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6351.         }, 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'sign_in'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())));
  6352.     }
  6353.     /**
  6354.      * Gets the private 'security.http_utils' shared service.
  6355.      *
  6356.      * @return \Symfony\Component\Security\Http\HttpUtils
  6357.      */
  6358.     protected function getSecurity_HttpUtilsService()
  6359.     {
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6361.         $a = ($this->services['router'] ?? $this->getRouterService());
  6362.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6363.     }
  6364.     /**
  6365.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6366.      *
  6367.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6368.      */
  6369.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6370.     {
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6372.         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()));
  6373.     }
  6374.     /**
  6375.      * Gets the private 'security.logout.listener.default.main' shared service.
  6376.      *
  6377.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6378.      */
  6379.     protected function getSecurity_Logout_Listener_Default_MainService()
  6380.     {
  6381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6382.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6383.     }
  6384.     /**
  6385.      * Gets the private 'security.logout_url_generator' shared service.
  6386.      *
  6387.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6388.      */
  6389.     protected function getSecurity_LogoutUrlGeneratorService()
  6390.     {
  6391.         $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()));
  6392.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  6393.         return $instance;
  6394.     }
  6395.     /**
  6396.      * Gets the private 'security.validator.user_password' shared service.
  6397.      *
  6398.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6399.      */
  6400.     protected function getSecurity_Validator_UserPasswordService()
  6401.     {
  6402.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6407.         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([]))));
  6408.     }
  6409.     /**
  6410.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6411.      *
  6412.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6413.      */
  6414.     protected function getSerializer_Mapping_CacheWarmerService()
  6415.     {
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6418.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6421.         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'));
  6422.     }
  6423.     /**
  6424.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6425.      *
  6426.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6427.      */
  6428.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6429.     {
  6430.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6431.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6432.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6433.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6435.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6436.         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()))]));
  6437.     }
  6438.     /**
  6439.      * Gets the private 'session.factory' shared service.
  6440.      *
  6441.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6442.      */
  6443.     protected function getSession_FactoryService()
  6444.     {
  6445.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6446.         if (isset($this->privates['session.factory'])) {
  6447.             return $this->privates['session.factory'];
  6448.         }
  6449.         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']);
  6450.     }
  6451.     /**
  6452.      * Gets the private 'session_listener' shared service.
  6453.      *
  6454.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6455.      */
  6456.     protected function getSessionListenerService()
  6457.     {
  6458.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6459.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  6460.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6461.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6462.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6463.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  6464.         ], [
  6465.             'initialized_session' => '?',
  6466.             'logger' => '?',
  6467.             'session' => '?',
  6468.             'session_collector' => '?',
  6469.             'session_factory' => '?',
  6470.         ]), true$this->parameters['session.storage.options']);
  6471.     }
  6472.     /**
  6473.      * Gets the private 'texter.transports' shared service.
  6474.      *
  6475.      * @return \Symfony\Component\Notifier\Transport\Transports
  6476.      */
  6477.     protected function getTexter_TransportsService()
  6478.     {
  6479.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  6482.         return $this->privates['texter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  6483.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  6484.         }, 1)))->fromStrings([]);
  6485.     }
  6486.     /**
  6487.      * Gets the private 'translation.extractor' shared service.
  6488.      *
  6489.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6490.      */
  6491.     protected function getTranslation_ExtractorService()
  6492.     {
  6493.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6498.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6499.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6500.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6501.         return $instance;
  6502.     }
  6503.     /**
  6504.      * Gets the private 'translation.loader.csv' shared service.
  6505.      *
  6506.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6507.      */
  6508.     protected function getTranslation_Loader_CsvService()
  6509.     {
  6510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6514.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6515.     }
  6516.     /**
  6517.      * Gets the private 'translation.loader.dat' shared service.
  6518.      *
  6519.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6520.      */
  6521.     protected function getTranslation_Loader_DatService()
  6522.     {
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6526.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6527.     }
  6528.     /**
  6529.      * Gets the private 'translation.loader.ini' shared service.
  6530.      *
  6531.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6532.      */
  6533.     protected function getTranslation_Loader_IniService()
  6534.     {
  6535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6539.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6540.     }
  6541.     /**
  6542.      * Gets the private 'translation.loader.json' shared service.
  6543.      *
  6544.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6545.      */
  6546.     protected function getTranslation_Loader_JsonService()
  6547.     {
  6548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6552.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6553.     }
  6554.     /**
  6555.      * Gets the private 'translation.loader.mo' shared service.
  6556.      *
  6557.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6558.      */
  6559.     protected function getTranslation_Loader_MoService()
  6560.     {
  6561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6565.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6566.     }
  6567.     /**
  6568.      * Gets the private 'translation.loader.php' shared service.
  6569.      *
  6570.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6571.      */
  6572.     protected function getTranslation_Loader_PhpService()
  6573.     {
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6577.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6578.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6579.     }
  6580.     /**
  6581.      * Gets the private 'translation.loader.po' shared service.
  6582.      *
  6583.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6584.      */
  6585.     protected function getTranslation_Loader_PoService()
  6586.     {
  6587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6590.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6591.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6592.     }
  6593.     /**
  6594.      * Gets the private 'translation.loader.qt' shared service.
  6595.      *
  6596.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6597.      */
  6598.     protected function getTranslation_Loader_QtService()
  6599.     {
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6602.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6603.     }
  6604.     /**
  6605.      * Gets the private 'translation.loader.res' shared service.
  6606.      *
  6607.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6608.      */
  6609.     protected function getTranslation_Loader_ResService()
  6610.     {
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6613.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6614.     }
  6615.     /**
  6616.      * Gets the private 'translation.loader.xliff' shared service.
  6617.      *
  6618.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6619.      */
  6620.     protected function getTranslation_Loader_XliffService()
  6621.     {
  6622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6624.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6625.     }
  6626.     /**
  6627.      * Gets the private 'translation.loader.yml' shared service.
  6628.      *
  6629.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6630.      */
  6631.     protected function getTranslation_Loader_YmlService()
  6632.     {
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6637.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6638.     }
  6639.     /**
  6640.      * Gets the private 'translation.provider_collection' shared service.
  6641.      *
  6642.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6643.      */
  6644.     protected function getTranslation_ProviderCollectionService()
  6645.     {
  6646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6648.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6649.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6650.         }, 1), []))->fromConfig([]);
  6651.     }
  6652.     /**
  6653.      * Gets the private 'translation.reader' shared service.
  6654.      *
  6655.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6656.      */
  6657.     protected function getTranslation_ReaderService()
  6658.     {
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6670.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6671.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6672.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6675.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6676.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6677.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6678.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6679.         $instance->addLoader('yaml'$a);
  6680.         $instance->addLoader('yml'$a);
  6681.         $instance->addLoader('xlf'$b);
  6682.         $instance->addLoader('xliff'$b);
  6683.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6684.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6685.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6686.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6687.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6688.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6689.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6690.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6691.         return $instance;
  6692.     }
  6693.     /**
  6694.      * Gets the private 'translation.warmer' shared service.
  6695.      *
  6696.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6697.      */
  6698.     protected function getTranslation_WarmerService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6702.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6703.             'translator' => ['services''translator''getTranslatorService'false],
  6704.         ], [
  6705.             'translator' => '?',
  6706.         ]))->withContext('translation.warmer'$this));
  6707.     }
  6708.     /**
  6709.      * Gets the private 'translation.writer' shared service.
  6710.      *
  6711.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6712.      */
  6713.     protected function getTranslation_WriterService()
  6714.     {
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6729.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6730.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6731.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6732.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6733.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6734.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6735.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6736.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6737.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6738.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6739.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6740.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6741.         return $instance;
  6742.     }
  6743.     /**
  6744.      * Gets the private 'translator.default' shared service.
  6745.      *
  6746.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6747.      */
  6748.     protected function getTranslator_DefaultService()
  6749.     {
  6750.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6751.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6752.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6753.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6754.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6755.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6756.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6757.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6758.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6759.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6760.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6761.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6762.         ], [
  6763.             'translation.loader.csv' => '?',
  6764.             'translation.loader.dat' => '?',
  6765.             'translation.loader.ini' => '?',
  6766.             'translation.loader.json' => '?',
  6767.             'translation.loader.mo' => '?',
  6768.             'translation.loader.php' => '?',
  6769.             'translation.loader.po' => '?',
  6770.             'translation.loader.qt' => '?',
  6771.             'translation.loader.res' => '?',
  6772.             'translation.loader.xliff' => '?',
  6773.             'translation.loader.yml' => '?',
  6774.         ]), 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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/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'), 15 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/ux-react/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'15 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'16 => 'vendor/symfony/ux-react/translations']]], []);
  6775.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6776.         $instance->setFallbackLocales([=> 'en']);
  6777.         return $instance;
  6778.     }
  6779.     /**
  6780.      * Gets the private 'twig.command.debug' shared service.
  6781.      *
  6782.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6783.      */
  6784.     protected function getTwig_Command_DebugService()
  6785.     {
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6788.         $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()));
  6789.         $instance->setName('debug:twig');
  6790.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6791.         return $instance;
  6792.     }
  6793.     /**
  6794.      * Gets the private 'twig.command.lint' shared service.
  6795.      *
  6796.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6797.      */
  6798.     protected function getTwig_Command_LintService()
  6799.     {
  6800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6801.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6802.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6803.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6804.         $instance->setName('lint:twig');
  6805.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6806.         return $instance;
  6807.     }
  6808.     /**
  6809.      * Gets the private 'twig.form.engine' shared service.
  6810.      *
  6811.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6812.      */
  6813.     protected function getTwig_Form_EngineService()
  6814.     {
  6815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6818.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6819.         if (isset($this->privates['twig.form.engine'])) {
  6820.             return $this->privates['twig.form.engine'];
  6821.         }
  6822.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  6823.     }
  6824.     /**
  6825.      * Gets the private 'twig.form.renderer' shared service.
  6826.      *
  6827.      * @return \Symfony\Component\Form\FormRenderer
  6828.      */
  6829.     protected function getTwig_Form_RendererService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6833.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  6834.         if (isset($this->privates['twig.form.renderer'])) {
  6835.             return $this->privates['twig.form.renderer'];
  6836.         }
  6837.         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()));
  6838.     }
  6839.     /**
  6840.      * Gets the private 'twig.mailer.message_listener' shared service.
  6841.      *
  6842.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6843.      */
  6844.     protected function getTwig_Mailer_MessageListenerService()
  6845.     {
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6849.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6850.         if (isset($this->privates['twig.mailer.message_listener'])) {
  6851.             return $this->privates['twig.mailer.message_listener'];
  6852.         }
  6853.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  6854.     }
  6855.     /**
  6856.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6857.      *
  6858.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6859.      */
  6860.     protected function getTwig_Runtime_HttpkernelService()
  6861.     {
  6862.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6863.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6868.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6869.         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, [
  6870.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6871.         ], [
  6872.             'inline' => '?',
  6873.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6874.     }
  6875.     /**
  6876.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6877.      *
  6878.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6879.      */
  6880.     protected function getTwig_Runtime_SecurityCsrfService()
  6881.     {
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6883.         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()));
  6884.     }
  6885.     /**
  6886.      * Gets the private 'twig.runtime.serializer' shared service.
  6887.      *
  6888.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6889.      */
  6890.     protected function getTwig_Runtime_SerializerService()
  6891.     {
  6892.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6893.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6894.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6895.         if (isset($this->privates['twig.runtime.serializer'])) {
  6896.             return $this->privates['twig.runtime.serializer'];
  6897.         }
  6898.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  6899.     }
  6900.     /**
  6901.      * Gets the private 'twig.template_cache_warmer' shared service.
  6902.      *
  6903.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6904.      */
  6905.     protected function getTwig_TemplateCacheWarmerService()
  6906.     {
  6907.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6910.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6911.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6912.         ], [
  6913.             'twig' => '?',
  6914.         ]))->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')));
  6915.     }
  6916.     /**
  6917.      * Gets the private 'validator.builder' shared service.
  6918.      *
  6919.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6920.      */
  6921.     protected function getValidator_BuilderService()
  6922.     {
  6923.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6924.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6925.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6926.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6927.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6928.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6929.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6930.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6931.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6932.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6933.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6934.         ], [
  6935.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6936.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6937.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6938.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6939.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6940.             'doctrine.orm.validator.unique' => '?',
  6941.             'security.validator.user_password' => '?',
  6942.             'validator.expression' => '?',
  6943.         ])));
  6944.         if ($this->has('translator')) {
  6945.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6946.         }
  6947.         $instance->setTranslationDomain('validators');
  6948.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6949.         $instance->enableAnnotationMapping(true);
  6950.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6951.         $instance->addMethodMapping('loadValidatorMetadata');
  6952.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6953.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6954.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6955.         return $instance;
  6956.     }
  6957.     /**
  6958.      * Gets the private 'validator.email' shared service.
  6959.      *
  6960.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6961.      */
  6962.     protected function getValidator_EmailService()
  6963.     {
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6966.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6967.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6968.     }
  6969.     /**
  6970.      * Gets the private 'validator.expression' shared service.
  6971.      *
  6972.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6973.      */
  6974.     protected function getValidator_ExpressionService()
  6975.     {
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  6980.         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())));
  6981.     }
  6982.     /**
  6983.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6984.      *
  6985.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6986.      */
  6987.     protected function getValidator_Mapping_CacheWarmerService()
  6988.     {
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6992.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6993.     }
  6994.     /**
  6995.      * Gets the private 'validator.not_compromised_password' shared service.
  6996.      *
  6997.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6998.      */
  6999.     protected function getValidator_NotCompromisedPasswordService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7004.         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);
  7005.     }
  7006.     /**
  7007.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7008.      *
  7009.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7010.      */
  7011.     protected function getVarDumper_Command_ServerDumpService()
  7012.     {
  7013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7019.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7020.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7021.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7022.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7023.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7024.         $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()))]);
  7025.         $instance->setName('server:dump');
  7026.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7027.         return $instance;
  7028.     }
  7029.     /**
  7030.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7031.      *
  7032.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7033.      */
  7034.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7035.     {
  7036.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7037.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7038.         return $instance;
  7039.     }
  7040.     /**
  7041.      * Gets the private 'var_dumper.html_dumper' shared service.
  7042.      *
  7043.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7044.      */
  7045.     protected function getVarDumper_HtmlDumperService()
  7046.     {
  7047.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7048.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7049.         return $instance;
  7050.     }
  7051.     /**
  7052.      * Gets the private 'var_dumper.server_connection' shared service.
  7053.      *
  7054.      * @return \Symfony\Component\VarDumper\Server\Connection
  7055.      */
  7056.     protected function getVarDumper_ServerConnectionService()
  7057.     {
  7058.         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()]);
  7059.     }
  7060.     /**
  7061.      * Gets the private 'web_profiler.csp.handler' shared service.
  7062.      *
  7063.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7064.      */
  7065.     protected function getWebProfiler_Csp_HandlerService()
  7066.     {
  7067.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7068.     }
  7069.     /**
  7070.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7071.      *
  7072.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7073.      */
  7074.     protected function getWebProfiler_DebugToolbarService()
  7075.     {
  7076.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7077.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7078.             return $this->privates['web_profiler.debug_toolbar'];
  7079.         }
  7080.         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()));
  7081.     }
  7082.     /**
  7083.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  7084.      *
  7085.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  7086.      */
  7087.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  7088.     {
  7089.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  7092.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  7093.     }
  7094.     /**
  7095.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  7096.      *
  7097.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  7098.      */
  7099.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  7100.     {
  7101.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7102.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  7103.         ], [
  7104.             '_default' => '?',
  7105.         ]), '_default');
  7106.     }
  7107.     /**
  7108.      * Gets the private 'webpack_encore.exception_listener' shared service.
  7109.      *
  7110.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  7111.      */
  7112.     protected function getWebpackEncore_ExceptionListenerService()
  7113.     {
  7114.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  7115.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7116.     }
  7117.     /**
  7118.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  7119.      *
  7120.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  7121.      */
  7122.     protected function getWebpackEncore_TagRendererService()
  7123.     {
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  7125.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7126.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  7127.             return $this->privates['webpack_encore.tag_renderer'];
  7128.         }
  7129.         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);
  7130.     }
  7131.     /**
  7132.      * Gets the public 'cache_clearer' alias.
  7133.      *
  7134.      * @return object The ".container.private.cache_clearer" service.
  7135.      */
  7136.     protected function getCacheClearerService()
  7137.     {
  7138.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7139.         return $this->get('.container.private.cache_clearer');
  7140.     }
  7141.     /**
  7142.      * Gets the public 'filesystem' alias.
  7143.      *
  7144.      * @return object The ".container.private.filesystem" service.
  7145.      */
  7146.     protected function getFilesystemService()
  7147.     {
  7148.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7149.         return $this->get('.container.private.filesystem');
  7150.     }
  7151.     /**
  7152.      * Gets the public 'serializer' alias.
  7153.      *
  7154.      * @return object The ".container.private.serializer" service.
  7155.      */
  7156.     protected function getSerializerService()
  7157.     {
  7158.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7159.         return $this->get('.container.private.serializer');
  7160.     }
  7161.     /**
  7162.      * Gets the public 'security.csrf.token_manager' alias.
  7163.      *
  7164.      * @return object The ".container.private.security.csrf.token_manager" service.
  7165.      */
  7166.     protected function getSecurity_Csrf_TokenManagerService()
  7167.     {
  7168.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7169.         return $this->get('.container.private.security.csrf.token_manager');
  7170.     }
  7171.     /**
  7172.      * Gets the public 'form.factory' alias.
  7173.      *
  7174.      * @return object The ".container.private.form.factory" service.
  7175.      */
  7176.     protected function getForm_FactoryService()
  7177.     {
  7178.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7179.         return $this->get('.container.private.form.factory');
  7180.     }
  7181.     /**
  7182.      * Gets the public 'form.type.file' alias.
  7183.      *
  7184.      * @return object The ".container.private.form.type.file" service.
  7185.      */
  7186.     protected function getForm_Type_FileService()
  7187.     {
  7188.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7189.         return $this->get('.container.private.form.type.file');
  7190.     }
  7191.     /**
  7192.      * Gets the public 'profiler' alias.
  7193.      *
  7194.      * @return object The ".container.private.profiler" service.
  7195.      */
  7196.     protected function getProfilerService()
  7197.     {
  7198.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7199.         return $this->get('.container.private.profiler');
  7200.     }
  7201.     /**
  7202.      * Gets the public 'twig' alias.
  7203.      *
  7204.      * @return object The ".container.private.twig" service.
  7205.      */
  7206.     protected function getTwigService()
  7207.     {
  7208.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7209.         return $this->get('.container.private.twig');
  7210.     }
  7211.     /**
  7212.      * Gets the public 'security.authorization_checker' alias.
  7213.      *
  7214.      * @return object The ".container.private.security.authorization_checker" service.
  7215.      */
  7216.     protected function getSecurity_AuthorizationCheckerService()
  7217.     {
  7218.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7219.         return $this->get('.container.private.security.authorization_checker');
  7220.     }
  7221.     /**
  7222.      * Gets the public 'security.token_storage' alias.
  7223.      *
  7224.      * @return object The ".container.private.security.token_storage" service.
  7225.      */
  7226.     protected function getSecurity_TokenStorageService()
  7227.     {
  7228.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7229.         return $this->get('.container.private.security.token_storage');
  7230.     }
  7231.     /**
  7232.      * Gets the public 'security.password_encoder' alias.
  7233.      *
  7234.      * @return object The ".container.private.security.password_encoder" service.
  7235.      */
  7236.     protected function getSecurity_PasswordEncoderService()
  7237.     {
  7238.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7239.         return $this->get('.container.private.security.password_encoder');
  7240.     }
  7241.     /**
  7242.      * Gets the public 'session' alias.
  7243.      *
  7244.      * @return object The ".container.private.session" service.
  7245.      */
  7246.     protected function getSessionService()
  7247.     {
  7248.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7249.         return $this->get('.container.private.session');
  7250.     }
  7251.     /**
  7252.      * Gets the public 'validator' alias.
  7253.      *
  7254.      * @return object The ".container.private.validator" service.
  7255.      */
  7256.     protected function getValidatorService()
  7257.     {
  7258.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7259.         return $this->get('.container.private.validator');
  7260.     }
  7261.     /**
  7262.      * @return array|bool|float|int|string|\UnitEnum|null
  7263.      */
  7264.     public function getParameter(string $name)
  7265.     {
  7266.         if (isset($this->buildParameters[$name])) {
  7267.             return $this->buildParameters[$name];
  7268.         }
  7269.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7270.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7271.         }
  7272.         if (isset($this->loadedDynamicParameters[$name])) {
  7273.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7274.         }
  7275.         return $this->parameters[$name];
  7276.     }
  7277.     public function hasParameter(string $name): bool
  7278.     {
  7279.         if (isset($this->buildParameters[$name])) {
  7280.             return true;
  7281.         }
  7282.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7283.     }
  7284.     public function setParameter(string $name$value): void
  7285.     {
  7286.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7287.     }
  7288.     public function getParameterBag(): ParameterBagInterface
  7289.     {
  7290.         if (null === $this->parameterBag) {
  7291.             $parameters $this->parameters;
  7292.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7293.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7294.             }
  7295.             foreach ($this->buildParameters as $name => $value) {
  7296.                 $parameters[$name] = $value;
  7297.             }
  7298.             $this->parameterBag = new FrozenParameterBag($parameters);
  7299.         }
  7300.         return $this->parameterBag;
  7301.     }
  7302.     private $loadedDynamicParameters = [
  7303.         'kernel.runtime_environment' => false,
  7304.         'kernel.build_dir' => false,
  7305.         'kernel.cache_dir' => false,
  7306.         'kernel.secret' => false,
  7307.         'debug.container.dump' => false,
  7308.         'serializer.mapping.cache.file' => false,
  7309.         'validator.mapping.cache.file' => false,
  7310.         'profiler.storage.dsn' => false,
  7311.         'doctrine.orm.proxy_dir' => false,
  7312.     ];
  7313.     private $dynamicParameters = [];
  7314.     private function getDynamicParameter(string $name)
  7315.     {
  7316.         switch ($name) {
  7317.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7318.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7319.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7320.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7321.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7322.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7323.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7324.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7325.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7326.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7327.         }
  7328.         $this->loadedDynamicParameters[$name] = true;
  7329.         return $this->dynamicParameters[$name] = $value;
  7330.     }
  7331.     protected function getDefaultParameters(): array
  7332.     {
  7333.         return [
  7334.             'kernel.project_dir' => \dirname(__DIR__4),
  7335.             'kernel.environment' => 'dev',
  7336.             'kernel.debug' => true,
  7337.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7338.             'kernel.bundles' => [
  7339.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7340.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7341.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7342.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7343.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7344.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7345.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7346.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7347.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7348.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7349.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7350.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  7351.                 'ReactBundle' => 'Symfony\\UX\\React\\ReactBundle',
  7352.             ],
  7353.             'kernel.bundles_metadata' => [
  7354.                 'FrameworkBundle' => [
  7355.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7356.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7357.                 ],
  7358.                 'DoctrineBundle' => [
  7359.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7360.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7361.                 ],
  7362.                 'DoctrineMigrationsBundle' => [
  7363.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7364.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7365.                 ],
  7366.                 'DebugBundle' => [
  7367.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7368.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7369.                 ],
  7370.                 'TwigBundle' => [
  7371.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7372.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7373.                 ],
  7374.                 'WebProfilerBundle' => [
  7375.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7376.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7377.                 ],
  7378.                 'TwigExtraBundle' => [
  7379.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7380.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7381.                 ],
  7382.                 'SecurityBundle' => [
  7383.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7384.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7385.                 ],
  7386.                 'MonologBundle' => [
  7387.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7388.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7389.                 ],
  7390.                 'MakerBundle' => [
  7391.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7392.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7393.                 ],
  7394.                 'WebpackEncoreBundle' => [
  7395.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  7396.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7397.                 ],
  7398.                 'FOSJsRoutingBundle' => [
  7399.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  7400.                     'namespace' => 'FOS\\JsRoutingBundle',
  7401.                 ],
  7402.                 'ReactBundle' => [
  7403.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-react'),
  7404.                     'namespace' => 'Symfony\\UX\\React',
  7405.                 ],
  7406.             ],
  7407.             'kernel.charset' => 'UTF-8',
  7408.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7409.             'container.dumper.inline_class_loader' => true,
  7410.             'container.dumper.inline_factories' => true,
  7411.             'event_dispatcher.event_aliases' => [
  7412.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7413.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7414.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7415.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7416.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7417.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7418.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7419.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7420.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7421.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7422.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7423.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7424.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7425.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7426.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7427.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7428.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7429.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7430.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7431.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7432.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7433.             ],
  7434.             'fragment.renderer.hinclude.global_template' => NULL,
  7435.             'fragment.path' => '/_fragment',
  7436.             'kernel.http_method_override' => false,
  7437.             'kernel.trusted_hosts' => [
  7438.             ],
  7439.             'kernel.default_locale' => 'en',
  7440.             'kernel.enabled_locales' => [
  7441.             ],
  7442.             'kernel.error_controller' => 'error_controller',
  7443.             'debug.file_link_format' => NULL,
  7444.             'asset.request_context.base_path' => NULL,
  7445.             'asset.request_context.secure' => NULL,
  7446.             'translator.logging' => false,
  7447.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7448.             'debug.error_handler.throw_at' => -1,
  7449.             'router.request_context.host' => 'localhost',
  7450.             'router.request_context.scheme' => 'http',
  7451.             'router.request_context.base_url' => '',
  7452.             'router.resource' => 'kernel::loadRoutes',
  7453.             'request_listener.http_port' => 80,
  7454.             'request_listener.https_port' => 443,
  7455.             'session.metadata.storage_key' => '_sf2_meta',
  7456.             'session.storage.options' => [
  7457.                 'cache_limiter' => '0',
  7458.                 'cookie_secure' => 'auto',
  7459.                 'cookie_httponly' => true,
  7460.                 'cookie_samesite' => 'lax',
  7461.                 'gc_probability' => 1,
  7462.             ],
  7463.             'session.save_path' => NULL,
  7464.             'session.metadata.update_threshold' => 0,
  7465.             'form.type_extension.csrf.enabled' => true,
  7466.             'form.type_extension.csrf.field_name' => '_token',
  7467.             'validator.translation_domain' => 'validators',
  7468.             'profiler_listener.only_exceptions' => false,
  7469.             'profiler_listener.only_main_requests' => false,
  7470.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7471.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7472.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7473.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7474.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7475.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7476.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7477.             'doctrine.entity_managers' => [
  7478.                 'default' => 'doctrine.orm.default_entity_manager',
  7479.             ],
  7480.             'doctrine.default_entity_manager' => 'default',
  7481.             'doctrine.dbal.connection_factory.types' => [
  7482.             ],
  7483.             'doctrine.connections' => [
  7484.                 'default' => 'doctrine.dbal.default_connection',
  7485.             ],
  7486.             'doctrine.default_connection' => 'default',
  7487.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7488.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7489.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7490.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7491.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7492.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7493.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7494.             'doctrine.orm.cache.memcache_port' => 11211,
  7495.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7496.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7497.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7498.             'doctrine.orm.cache.memcached_port' => 11211,
  7499.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7500.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7501.             'doctrine.orm.cache.redis_host' => 'localhost',
  7502.             'doctrine.orm.cache.redis_port' => 6379,
  7503.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7504.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7505.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7506.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7507.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7508.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7509.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7510.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7511.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7512.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7513.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7514.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7515.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7516.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7517.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7518.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7519.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7520.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7521.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7522.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7523.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7524.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7525.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7526.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7527.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7528.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7529.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7530.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7531.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7532.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7533.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7534.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7535.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7536.             'doctrine.migrations.preferred_em' => NULL,
  7537.             'doctrine.migrations.preferred_connection' => NULL,
  7538.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7539.             'twig.form.resources' => [
  7540.                 => 'form_div_layout.html.twig',
  7541.             ],
  7542.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7543.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7544.             'web_profiler.debug_toolbar.mode' => 2,
  7545.             'security.role_hierarchy.roles' => [
  7546.             ],
  7547.             'security.access.denied_url' => NULL,
  7548.             'security.authentication.manager.erase_credentials' => true,
  7549.             'security.authentication.session_strategy.strategy' => 'migrate',
  7550.             'security.access.always_authenticate_before_granting' => false,
  7551.             'security.authentication.hide_user_not_found' => true,
  7552.             'security.firewalls' => [
  7553.                 => 'dev',
  7554.                 => 'main',
  7555.             ],
  7556.             'security.main._indexed_authenticators' => [
  7557.             ],
  7558.             'monolog.use_microseconds' => true,
  7559.             'monolog.swift_mailer.handlers' => [
  7560.             ],
  7561.             'monolog.handlers_to_channels' => [
  7562.                 'monolog.handler.console' => [
  7563.                     'type' => 'exclusive',
  7564.                     'elements' => [
  7565.                         => 'event',
  7566.                         => 'doctrine',
  7567.                         => 'console',
  7568.                     ],
  7569.                 ],
  7570.                 'monolog.handler.main' => [
  7571.                     'type' => 'exclusive',
  7572.                     'elements' => [
  7573.                         => 'event',
  7574.                     ],
  7575.                 ],
  7576.             ],
  7577.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7578.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7579.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7580.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7581.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7582.             'fos_js_routing.request_context_base_url' => NULL,
  7583.             'fos_js_routing.cache_control' => [
  7584.                 'enabled' => false,
  7585.             ],
  7586.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7587.             'data_collector.templates' => [
  7588.                 'data_collector.request' => [
  7589.                     => 'request',
  7590.                     => '@WebProfiler/Collector/request.html.twig',
  7591.                 ],
  7592.                 'data_collector.time' => [
  7593.                     => 'time',
  7594.                     => '@WebProfiler/Collector/time.html.twig',
  7595.                 ],
  7596.                 'data_collector.memory' => [
  7597.                     => 'memory',
  7598.                     => '@WebProfiler/Collector/memory.html.twig',
  7599.                 ],
  7600.                 'data_collector.validator' => [
  7601.                     => 'validator',
  7602.                     => '@WebProfiler/Collector/validator.html.twig',
  7603.                 ],
  7604.                 'data_collector.ajax' => [
  7605.                     => 'ajax',
  7606.                     => '@WebProfiler/Collector/ajax.html.twig',
  7607.                 ],
  7608.                 'data_collector.form' => [
  7609.                     => 'form',
  7610.                     => '@WebProfiler/Collector/form.html.twig',
  7611.                 ],
  7612.                 'data_collector.exception' => [
  7613.                     => 'exception',
  7614.                     => '@WebProfiler/Collector/exception.html.twig',
  7615.                 ],
  7616.                 'data_collector.logger' => [
  7617.                     => 'logger',
  7618.                     => '@WebProfiler/Collector/logger.html.twig',
  7619.                 ],
  7620.                 'data_collector.events' => [
  7621.                     => 'events',
  7622.                     => '@WebProfiler/Collector/events.html.twig',
  7623.                 ],
  7624.                 'data_collector.router' => [
  7625.                     => 'router',
  7626.                     => '@WebProfiler/Collector/router.html.twig',
  7627.                 ],
  7628.                 'data_collector.cache' => [
  7629.                     => 'cache',
  7630.                     => '@WebProfiler/Collector/cache.html.twig',
  7631.                 ],
  7632.                 'data_collector.translation' => [
  7633.                     => 'translation',
  7634.                     => '@WebProfiler/Collector/translation.html.twig',
  7635.                 ],
  7636.                 'data_collector.security' => [
  7637.                     => 'security',
  7638.                     => '@Security/Collector/security.html.twig',
  7639.                 ],
  7640.                 'data_collector.twig' => [
  7641.                     => 'twig',
  7642.                     => '@WebProfiler/Collector/twig.html.twig',
  7643.                 ],
  7644.                 'data_collector.http_client' => [
  7645.                     => 'http_client',
  7646.                     => '@WebProfiler/Collector/http_client.html.twig',
  7647.                 ],
  7648.                 'data_collector.doctrine' => [
  7649.                     => 'db',
  7650.                     => '@Doctrine/Collector/db.html.twig',
  7651.                 ],
  7652.                 'data_collector.dump' => [
  7653.                     => 'dump',
  7654.                     => '@Debug/Profiler/dump.html.twig',
  7655.                 ],
  7656.                 'data_collector.messenger' => [
  7657.                     => 'messenger',
  7658.                     => '@WebProfiler/Collector/messenger.html.twig',
  7659.                 ],
  7660.                 'mailer.data_collector' => [
  7661.                     => 'mailer',
  7662.                     => '@WebProfiler/Collector/mailer.html.twig',
  7663.                 ],
  7664.                 'notifier.data_collector' => [
  7665.                     => 'notifier',
  7666.                     => '@WebProfiler/Collector/notifier.html.twig',
  7667.                 ],
  7668.                 'data_collector.config' => [
  7669.                     => 'config',
  7670.                     => '@WebProfiler/Collector/config.html.twig',
  7671.                 ],
  7672.             ],
  7673.             'console.command.ids' => [
  7674.             ],
  7675.         ];
  7676.     }
  7677.     protected function throw($message)
  7678.     {
  7679.         throw new RuntimeException($message);
  7680.     }
  7681. }