var/cache/dev/ContainerJISeqcB/App_KernelDevDebugContainer.php line 4378

Open in your IDE?
  1. <?php
  2. namespace ContainerJISeqcB;
  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\\DashboardController' => 'getDashboardControllerService',
  47.             'App\\Controller\\EbayApiController' => 'getEbayApiControllerService',
  48.             'App\\Controller\\MonkeyOfficeController' => 'getMonkeyOfficeControllerService',
  49.             'App\\Controller\\SaxoprintController' => 'getSaxoprintControllerService',
  50.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  51.             'App\\Controller\\SevdeskApiController' => 'getSevdeskApiControllerService',
  52.             'App\\Controller\\ShopwareApiController' => 'getShopwareApiControllerService',
  53.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  54.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  55.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  56.             'cache.app' => 'getCache_AppService',
  57.             'cache.app_clearer' => 'getCache_AppClearerService',
  58.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  59.             'cache.system' => 'getCache_SystemService',
  60.             'cache.system_clearer' => 'getCache_SystemClearerService',
  61.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  62.             'cache_warmer' => 'getCacheWarmerService',
  63.             'console.command_loader' => 'getConsole_CommandLoaderService',
  64.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  65.             'data_collector.dump' => 'getDataCollector_DumpService',
  66.             'doctrine' => 'getDoctrineService',
  67.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  68.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  69.             'error_controller' => 'getErrorControllerService',
  70.             'event_dispatcher' => 'getEventDispatcherService',
  71.             'http_kernel' => 'getHttpKernelService',
  72.             'knp_paginator' => 'getKnpPaginatorService',
  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.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  90.             'security.token_storage' => 'getSecurity_TokenStorageService',
  91.             'twig' => 'getTwigService',
  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/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  120.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  143.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  178.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  191.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  192.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  227.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  230.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  236.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  237.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  240.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  241.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  311.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  312.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  350.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.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/LogoutUrlExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  430.         };
  431.     }
  432.     public function compile(): void
  433.     {
  434.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  435.     }
  436.     public function isCompiled(): bool
  437.     {
  438.         return true;
  439.     }
  440.     public function getRemovedIds(): array
  441.     {
  442.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  443.     }
  444.     /**
  445.      * Gets the public '.container.private.cache_clearer' shared service.
  446.      *
  447.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  448.      */
  449.     protected function get_Container_Private_CacheClearerService()
  450.     {
  451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  453.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  454.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  455.         }, 1));
  456.     }
  457.     /**
  458.      * Gets the public '.container.private.filesystem' shared service.
  459.      *
  460.      * @return \Symfony\Component\Filesystem\Filesystem
  461.      */
  462.     protected function get_Container_Private_FilesystemService()
  463.     {
  464.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  465.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  466.     }
  467.     /**
  468.      * Gets the public '.container.private.form.factory' shared service.
  469.      *
  470.      * @return \Symfony\Component\Form\FormFactory
  471.      */
  472.     protected function get_Container_Private_Form_FactoryService()
  473.     {
  474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  476.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  477.     }
  478.     /**
  479.      * Gets the public '.container.private.form.type.file' shared service.
  480.      *
  481.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  482.      */
  483.     protected function get_Container_Private_Form_Type_FileService()
  484.     {
  485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  488.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  489.     }
  490.     /**
  491.      * Gets the public '.container.private.profiler' shared service.
  492.      *
  493.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  494.      */
  495.     protected function get_Container_Private_ProfilerService()
  496.     {
  497.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  498.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  499.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  500.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  501.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  502.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  503.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  504.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  505.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  506.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  507.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  508.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  509.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  510.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  511.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  512.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  513.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  514.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  515.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  516.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  517.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  518.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  519.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  520.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  521.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  522.         if ($this->has('kernel')) {
  523.             $g->setKernel($b);
  524.         }
  525.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  526.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  527.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  528.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  529.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  530.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  531.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  532.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  533.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  534.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  535.         $instance->add($d);
  536.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  537.         $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));
  538.         $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())));
  539.         $instance->add($e);
  540.         $instance->add($f);
  541.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  542.         $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()))));
  543.         $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()))));
  544.         $instance->add($g);
  545.         return $instance;
  546.     }
  547.     /**
  548.      * Gets the public '.container.private.security.authorization_checker' shared service.
  549.      *
  550.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  551.      */
  552.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  553.     {
  554.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  555.     }
  556.     /**
  557.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  558.      *
  559.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  560.      */
  561.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  562.     {
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  567.         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())));
  568.     }
  569.     /**
  570.      * Gets the public '.container.private.security.password_encoder' shared service.
  571.      *
  572.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  573.      *
  574.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  575.      */
  576.     protected function get_Container_Private_Security_PasswordEncoderService()
  577.     {
  578.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  579.         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()));
  580.     }
  581.     /**
  582.      * Gets the public '.container.private.security.token_storage' shared service.
  583.      *
  584.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  585.      */
  586.     protected function get_Container_Private_Security_TokenStorageService()
  587.     {
  588.         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, [
  589.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  590.         ], [
  591.             'request_stack' => '?',
  592.         ]));
  593.     }
  594.     /**
  595.      * Gets the public '.container.private.serializer' shared service.
  596.      *
  597.      * @return \Symfony\Component\Serializer\Serializer
  598.      */
  599.     protected function get_Container_Private_SerializerService()
  600.     {
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  643.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  644.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  645.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  646.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  647.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  648.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$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\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  649.     }
  650.     /**
  651.      * Gets the public '.container.private.session' shared service.
  652.      *
  653.      * @return \Symfony\Component\HttpFoundation\Session\Session
  654.      */
  655.     protected function get_Container_Private_SessionService()
  656.     {
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  659.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  660.     }
  661.     /**
  662.      * Gets the public '.container.private.twig' shared service.
  663.      *
  664.      * @return \Twig\Environment
  665.      */
  666.     protected function get_Container_Private_TwigService()
  667.     {
  668.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  669.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  672.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  673.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  674.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  681.         $a->addPath((\dirname(__DIR__4).'/templates'));
  682.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  683.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  685.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  686.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  687.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  688.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  689.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  690.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  691.         $g = ($this->services['router'] ?? $this->getRouterService());
  692.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  693.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  694.         $i = new \Symfony\Bridge\Twig\AppVariable();
  695.         $i->setEnvironment('dev');
  696.         $i->setDebug(true);
  697.         if ($this->has('.container.private.security.token_storage')) {
  698.             $i->setTokenStorage($c);
  699.         }
  700.         if ($this->has('request_stack')) {
  701.             $i->setRequestStack($b);
  702.         }
  703.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  706.         $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  717.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  720.         $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())));
  721.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  722.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  723.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  724.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  725.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  726.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  727.         ], [
  728.             'webpack_encore.entrypoint_lookup_collection' => '?',
  729.             'webpack_encore.tag_renderer' => '?',
  730.         ])));
  731.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  732.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  733.         $instance->addGlobal('app'$i);
  734.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  735.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  736.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  737.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  738.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  739.         ], [
  740.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  741.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  742.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  743.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  744.         ])));
  745.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  746.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  747.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  748.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  749.         return $instance;
  750.     }
  751.     /**
  752.      * Gets the public '.container.private.validator' shared service.
  753.      *
  754.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  755.      */
  756.     protected function get_Container_Private_ValidatorService()
  757.     {
  758.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  759.     }
  760.     /**
  761.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  762.      *
  763.      * @return \App\Controller\DashboardController
  764.      */
  765.     protected function getDashboardControllerService()
  766.     {
  767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  768.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  769.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController();
  770.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DashboardController'$this));
  771.         return $instance;
  772.     }
  773.     /**
  774.      * Gets the public 'App\Controller\EbayApiController' shared autowired service.
  775.      *
  776.      * @return \App\Controller\EbayApiController
  777.      */
  778.     protected function getEbayApiControllerService()
  779.     {
  780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  781.         include_once \dirname(__DIR__4).'/src/Controller/EbayApiController.php';
  782.         $this->services['App\\Controller\\EbayApiController'] = $instance = new \App\Controller\EbayApiController(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['App\\Service\\SettingsService'] ?? $this->getSettingsServiceService()));
  783.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\EbayApiController'$this));
  784.         return $instance;
  785.     }
  786.     /**
  787.      * Gets the public 'App\Controller\MonkeyOfficeController' shared autowired service.
  788.      *
  789.      * @return \App\Controller\MonkeyOfficeController
  790.      */
  791.     protected function getMonkeyOfficeControllerService()
  792.     {
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  794.         include_once \dirname(__DIR__4).'/src/Controller/MonkeyOfficeController.php';
  795.         $this->services['App\\Controller\\MonkeyOfficeController'] = $instance = new \App\Controller\MonkeyOfficeController(($this->privates['App\\Service\\MonkeyOfficeService'] ?? $this->getMonkeyOfficeServiceService()));
  796.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MonkeyOfficeController'$this));
  797.         return $instance;
  798.     }
  799.     /**
  800.      * Gets the public 'App\Controller\SaxoprintController' shared autowired service.
  801.      *
  802.      * @return \App\Controller\SaxoprintController
  803.      */
  804.     protected function getSaxoprintControllerService()
  805.     {
  806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  807.         include_once \dirname(__DIR__4).'/src/Controller/SaxoprintController.php';
  808.         $this->services['App\\Controller\\SaxoprintController'] = $instance = new \App\Controller\SaxoprintController();
  809.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SaxoprintController'$this));
  810.         return $instance;
  811.     }
  812.     /**
  813.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  814.      *
  815.      * @return \App\Controller\SecurityController
  816.      */
  817.     protected function getSecurityControllerService()
  818.     {
  819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  820.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  821.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  822.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  823.         return $instance;
  824.     }
  825.     /**
  826.      * Gets the public 'App\Controller\SevdeskApiController' shared autowired service.
  827.      *
  828.      * @return \App\Controller\SevdeskApiController
  829.      */
  830.     protected function getSevdeskApiControllerService()
  831.     {
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  833.         include_once \dirname(__DIR__4).'/src/Controller/SevdeskApiController.php';
  834.         include_once \dirname(__DIR__4).'/src/Service/SevdeskApiService.php';
  835.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  836.         $this->services['App\\Controller\\SevdeskApiController'] = $instance = new \App\Controller\SevdeskApiController(new \App\Service\SevdeskApiService($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), $a);
  837.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SevdeskApiController'$this));
  838.         return $instance;
  839.     }
  840.     /**
  841.      * Gets the public 'App\Controller\ShopwareApiController' shared autowired service.
  842.      *
  843.      * @return \App\Controller\ShopwareApiController
  844.      */
  845.     protected function getShopwareApiControllerService()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  848.         include_once \dirname(__DIR__4).'/src/Controller/ShopwareApiController.php';
  849.         include_once \dirname(__DIR__4).'/src/Service/ShopwareApiService.php';
  850.         $this->services['App\\Controller\\ShopwareApiController'] = $instance = new \App\Controller\ShopwareApiController(new \App\Service\ShopwareApiService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())));
  851.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ShopwareApiController'$this));
  852.         return $instance;
  853.     }
  854.     /**
  855.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  856.      *
  857.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  858.      */
  859.     protected function getProfilerControllerService()
  860.     {
  861.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  862.         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()));
  863.     }
  864.     /**
  865.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  866.      *
  867.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  868.      */
  869.     protected function getRedirectControllerService()
  870.     {
  871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  872.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  873.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  874.     }
  875.     /**
  876.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  877.      *
  878.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  879.      */
  880.     protected function getTemplateControllerService()
  881.     {
  882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  883.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  884.     }
  885.     /**
  886.      * Gets the public 'cache.app' shared service.
  887.      *
  888.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  889.      */
  890.     protected function getCache_AppService()
  891.     {
  892.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mRcv9E0-kf'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  893.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  894.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  895.     }
  896.     /**
  897.      * Gets the public 'cache.app_clearer' shared service.
  898.      *
  899.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  900.      */
  901.     protected function getCache_AppClearerService()
  902.     {
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  905.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  906.     }
  907.     /**
  908.      * Gets the public 'cache.global_clearer' shared service.
  909.      *
  910.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  911.      */
  912.     protected function getCache_GlobalClearerService()
  913.     {
  914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  915.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  916.         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.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())]);
  917.     }
  918.     /**
  919.      * Gets the public 'cache.system' shared service.
  920.      *
  921.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  922.      */
  923.     protected function getCache_SystemService()
  924.     {
  925.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YlBTYMwQaz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  926.     }
  927.     /**
  928.      * Gets the public 'cache.system_clearer' shared service.
  929.      *
  930.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  931.      */
  932.     protected function getCache_SystemClearerService()
  933.     {
  934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  936.         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())]);
  937.     }
  938.     /**
  939.      * Gets the public 'cache.validator_expression_language' shared service.
  940.      *
  941.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  942.      */
  943.     protected function getCache_ValidatorExpressionLanguageService()
  944.     {
  945.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TagoJAeOVx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  946.     }
  947.     /**
  948.      * Gets the public 'cache_warmer' shared service.
  949.      *
  950.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  951.      */
  952.     protected function getCacheWarmerService()
  953.     {
  954.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  955.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  956.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  957.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  958.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  959.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  960.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  961.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  962.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  963.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  964.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  965.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  966.             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'))));
  967.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  968.     }
  969.     /**
  970.      * Gets the public 'console.command_loader' shared service.
  971.      *
  972.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  973.      */
  974.     protected function getConsole_CommandLoaderService()
  975.     {
  976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  978.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  979.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  980.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  981.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  982.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  983.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  984.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  985.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  986.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  987.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  988.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  989.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  990.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  991.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  992.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  993.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  994.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  995.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  996.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  997.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  998.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  999.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1000.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1001.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1002.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1003.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1004.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1005.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1006.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1007.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1008.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1009.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1010.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1011.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1012.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1013.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1014.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1015.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1016.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1017.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1018.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1019.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1020.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1021.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1022.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1023.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1024.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1025.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1026.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1027.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1028.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1029.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1030.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1031.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1032.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1033.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1034.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1035.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1036.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1037.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1038.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1039.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1040.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1041.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1042.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1043.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1044.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1045.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1046.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1047.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1048.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1049.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1050.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1051.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1052.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1053.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1054.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1055.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1056.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1057.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1058.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1059.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1060.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1061.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1062.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1063.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1064.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1065.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1066.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1067.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1068.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1069.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1070.         ], [
  1071.             'console.command.about' => '?',
  1072.             'console.command.assets_install' => '?',
  1073.             'console.command.cache_clear' => '?',
  1074.             'console.command.cache_pool_clear' => '?',
  1075.             'console.command.cache_pool_prune' => '?',
  1076.             'console.command.cache_pool_delete' => '?',
  1077.             'console.command.cache_pool_list' => '?',
  1078.             'console.command.cache_warmup' => '?',
  1079.             'console.command.config_debug' => '?',
  1080.             'console.command.config_dump_reference' => '?',
  1081.             'console.command.container_debug' => '?',
  1082.             'console.command.container_lint' => '?',
  1083.             'console.command.debug_autowiring' => '?',
  1084.             'console.command.dotenv_debug' => '?',
  1085.             'console.command.event_dispatcher_debug' => '?',
  1086.             'console.command.router_debug' => '?',
  1087.             'console.command.router_match' => '?',
  1088.             'console.command.translation_debug' => '?',
  1089.             'console.command.translation_extract' => '?',
  1090.             'console.command.validator_debug' => '?',
  1091.             'console.command.translation_pull' => '?',
  1092.             'console.command.translation_push' => '?',
  1093.             'console.command.xliff_lint' => '?',
  1094.             'console.command.yaml_lint' => '?',
  1095.             'console.command.form_debug' => '?',
  1096.             'console.command.secrets_set' => '?',
  1097.             'console.command.secrets_remove' => '?',
  1098.             'console.command.secrets_generate_key' => '?',
  1099.             'console.command.secrets_list' => '?',
  1100.             'console.command.secrets_decrypt_to_local' => '?',
  1101.             'console.command.secrets_encrypt_from_local' => '?',
  1102.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1103.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1104.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1105.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1106.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1107.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1108.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1109.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1110.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1111.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1112.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1113.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1114.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1115.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1116.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1117.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1118.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1119.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1120.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1121.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1122.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1123.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1124.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1125.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1126.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1127.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1128.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1129.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1130.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1131.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1132.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1133.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1134.             'security.command.debug_firewall' => '?',
  1135.             'security.command.user_password_encoder' => '?',
  1136.             'security.command.user_password_hash' => '?',
  1137.             'twig.command.debug' => '?',
  1138.             'twig.command.lint' => '?',
  1139.             'var_dumper.command.server_dump' => '?',
  1140.             'monolog.command.server_log' => '?',
  1141.             'maker.auto_command.make_auth' => '?',
  1142.             'maker.auto_command.make_command' => '?',
  1143.             'maker.auto_command.make_controller' => '?',
  1144.             'maker.auto_command.make_crud' => '?',
  1145.             'maker.auto_command.make_docker_database' => '?',
  1146.             'maker.auto_command.make_entity' => '?',
  1147.             'maker.auto_command.make_fixtures' => '?',
  1148.             'maker.auto_command.make_form' => '?',
  1149.             'maker.auto_command.make_message' => '?',
  1150.             'maker.auto_command.make_messenger_middleware' => '?',
  1151.             'maker.auto_command.make_registration_form' => '?',
  1152.             'maker.auto_command.make_reset_password' => '?',
  1153.             'maker.auto_command.make_serializer_encoder' => '?',
  1154.             'maker.auto_command.make_serializer_normalizer' => '?',
  1155.             'maker.auto_command.make_subscriber' => '?',
  1156.             'maker.auto_command.make_twig_extension' => '?',
  1157.             'maker.auto_command.make_test' => '?',
  1158.             'maker.auto_command.make_validator' => '?',
  1159.             'maker.auto_command.make_voter' => '?',
  1160.             'maker.auto_command.make_user' => '?',
  1161.             'maker.auto_command.make_migration' => '?',
  1162.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''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']);
  1163.     }
  1164.     /**
  1165.      * Gets the public 'container.env_var_processors_locator' shared service.
  1166.      *
  1167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1168.      */
  1169.     protected function getContainer_EnvVarProcessorsLocatorService()
  1170.     {
  1171.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1172.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1173.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1174.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1175.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1176.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1177.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1178.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1179.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1180.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1181.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1182.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1183.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1184.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1185.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1186.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1187.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1188.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1189.         ], [
  1190.             'base64' => '?',
  1191.             'bool' => '?',
  1192.             'const' => '?',
  1193.             'csv' => '?',
  1194.             'default' => '?',
  1195.             'file' => '?',
  1196.             'float' => '?',
  1197.             'int' => '?',
  1198.             'json' => '?',
  1199.             'key' => '?',
  1200.             'not' => '?',
  1201.             'query_string' => '?',
  1202.             'require' => '?',
  1203.             'resolve' => '?',
  1204.             'string' => '?',
  1205.             'trim' => '?',
  1206.             'url' => '?',
  1207.         ]);
  1208.     }
  1209.     /**
  1210.      * Gets the public 'data_collector.dump' shared service.
  1211.      *
  1212.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1213.      */
  1214.     protected function getDataCollector_DumpService()
  1215.     {
  1216.         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'NULL, ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1217.     }
  1218.     /**
  1219.      * Gets the public 'doctrine' shared service.
  1220.      *
  1221.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1222.      */
  1223.     protected function getDoctrineService()
  1224.     {
  1225.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1226.     }
  1227.     /**
  1228.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1229.      *
  1230.      * @return \Doctrine\DBAL\Connection
  1231.      */
  1232.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1233.     {
  1234.         $a = new \Doctrine\DBAL\Configuration();
  1235.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1236.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1237.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1238.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1239.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1240.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1241.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1242.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1243.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1244.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1245.         ], [
  1246.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1247.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1248.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1249.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1250.         ]), [=> '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']]), []);
  1251.     }
  1252.     /**
  1253.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1254.      *
  1255.      * @return \Doctrine\ORM\EntityManager
  1256.      */
  1257.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1258.     {
  1259.         $a = new \Doctrine\ORM\Configuration();
  1260.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1261.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1262.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1263.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1264.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1265.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1266.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1267.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1268.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1269.         ], [
  1270.             'doctrine.ulid_generator' => '?',
  1271.             'doctrine.uuid_generator' => '?',
  1272.         ])));
  1273.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1274.         $a->setProxyNamespace('Proxies');
  1275.         $a->setAutoGenerateProxyClasses(true);
  1276.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1277.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1278.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1279.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1280.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1281.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1282.             'App\\Repository\\EbayArtikelIdRepository' => ['privates''App\\Repository\\EbayArtikelIdRepository''getEbayArtikelIdRepositoryService'false],
  1283.             'App\\Repository\\EbayOrderRepository' => ['privates''App\\Repository\\EbayOrderRepository''getEbayOrderRepositoryService'false],
  1284.             'App\\Repository\\LineItemRepository' => ['privates''App\\Repository\\LineItemRepository''getLineItemRepositoryService'false],
  1285.             'App\\Repository\\MonkeyOfficeArtikelRepository' => ['privates''App\\Repository\\MonkeyOfficeArtikelRepository''getMonkeyOfficeArtikelRepositoryService'false],
  1286.             'App\\Repository\\PaymentReferenceIdRepository' => ['privates''App\\Repository\\PaymentReferenceIdRepository''getPaymentReferenceIdRepositoryService'false],
  1287.             'App\\Repository\\SettingsRepository' => ['privates''App\\Repository\\SettingsRepository''getSettingsRepositoryService'false],
  1288.             'App\\Repository\\SevdeskBuchungRepository' => ['privates''App\\Repository\\SevdeskBuchungRepository''getSevdeskBuchungRepositoryService'false],
  1289.             'App\\Repository\\SevdeskInvoiceRepository' => ['privates''App\\Repository\\SevdeskInvoiceRepository''getSevdeskInvoiceRepositoryService'false],
  1290.             'App\\Repository\\SevdeskVoucherRepository' => ['privates''App\\Repository\\SevdeskVoucherRepository''getSevdeskVoucherRepositoryService'false],
  1291.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1292.         ], [
  1293.             'App\\Repository\\EbayArtikelIdRepository' => '?',
  1294.             'App\\Repository\\EbayOrderRepository' => '?',
  1295.             'App\\Repository\\LineItemRepository' => '?',
  1296.             'App\\Repository\\MonkeyOfficeArtikelRepository' => '?',
  1297.             'App\\Repository\\PaymentReferenceIdRepository' => '?',
  1298.             'App\\Repository\\SettingsRepository' => '?',
  1299.             'App\\Repository\\SevdeskBuchungRepository' => '?',
  1300.             'App\\Repository\\SevdeskInvoiceRepository' => '?',
  1301.             'App\\Repository\\SevdeskVoucherRepository' => '?',
  1302.             'App\\Repository\\UserRepository' => '?',
  1303.         ])));
  1304.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1305.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1306.         return $instance;
  1307.     }
  1308.     /**
  1309.      * Gets the public 'error_controller' shared service.
  1310.      *
  1311.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1312.      */
  1313.     protected function getErrorControllerService()
  1314.     {
  1315.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1316.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1317.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1318.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1320.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1321.         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)));
  1322.     }
  1323.     /**
  1324.      * Gets the public 'event_dispatcher' shared service.
  1325.      *
  1326.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1327.      */
  1328.     protected function getEventDispatcherService()
  1329.     {
  1330.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1331.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1332.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1333.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1334.         $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())));
  1335.         $instance->addListener('kernel.controller', [=> function () {
  1336.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1337.         }, => 'onKernelController'], 0);
  1338.         $instance->addListener('kernel.exception', [=> function () {
  1339.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1340.         }, => 'onKernelException'], 0);
  1341.         $instance->addListener('kernel.request', [=> function () {
  1342.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1343.         }, => 'onKernelRequest'], 0);
  1344.         $instance->addListener('kernel.response', [=> function () {
  1345.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1346.         }, => 'onKernelResponse'], 0);
  1347.         $instance->addListener('kernel.response', [=> function () {
  1348.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1349.         }, => 'onKernelResponse'], -1024);
  1350.         $instance->addListener('kernel.request', [=> function () {
  1351.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1352.         }, => 'setDefaultLocale'], 100);
  1353.         $instance->addListener('kernel.request', [=> function () {
  1354.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1355.         }, => 'onKernelRequest'], 16);
  1356.         $instance->addListener('kernel.finish_request', [=> function () {
  1357.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1358.         }, => 'onKernelFinishRequest'], 0);
  1359.         $instance->addListener('kernel.request', [=> function () {
  1360.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1361.         }, => 'onKernelRequest'], 256);
  1362.         $instance->addListener('kernel.response', [=> function () {
  1363.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1364.         }, => 'onResponse'], -255);
  1365.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1366.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1367.         }, => 'onControllerArguments'], 0);
  1368.         $instance->addListener('kernel.exception', [=> function () {
  1369.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1370.         }, => 'logKernelException'], 0);
  1371.         $instance->addListener('kernel.exception', [=> function () {
  1372.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1373.         }, => 'onKernelException'], -128);
  1374.         $instance->addListener('kernel.response', [=> function () {
  1375.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1376.         }, => 'removeCspHeader'], -128);
  1377.         $instance->addListener('kernel.request', [=> function () {
  1378.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1379.         }, => 'onKernelRequest'], 15);
  1380.         $instance->addListener('kernel.finish_request', [=> function () {
  1381.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1382.         }, => 'onKernelFinishRequest'], -15);
  1383.         $instance->addListener('console.error', [=> function () {
  1384.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1385.         }, => 'onConsoleError'], -128);
  1386.         $instance->addListener('console.terminate', [=> function () {
  1387.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1388.         }, => 'onConsoleTerminate'], -128);
  1389.         $instance->addListener('console.error', [=> function () {
  1390.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1391.         }, => 'onConsoleError'], 0);
  1392.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1393.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1394.         }, => 'onMessage'], -255);
  1395.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1396.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1397.         }, => 'onMessage'], -255);
  1398.         $instance->addListener('kernel.request', [=> function () {
  1399.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1400.         }, => 'configure'], 2048);
  1401.         $instance->addListener('console.command', [=> function () {
  1402.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1403.         }, => 'configure'], 2048);
  1404.         $instance->addListener('kernel.request', [=> function () {
  1405.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1406.         }, => 'onKernelRequest'], 32);
  1407.         $instance->addListener('kernel.finish_request', [=> function () {
  1408.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1409.         }, => 'onKernelFinishRequest'], 0);
  1410.         $instance->addListener('kernel.exception', [=> function () {
  1411.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1412.         }, => 'onKernelException'], -64);
  1413.         $instance->addListener('kernel.response', [=> function () {
  1414.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1415.         }, => 'onKernelResponse'], 0);
  1416.         $instance->addListener('kernel.request', [=> function () {
  1417.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1418.         }, => 'onKernelRequest'], 128);
  1419.         $instance->addListener('kernel.response', [=> function () {
  1420.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1421.         }, => 'onKernelResponse'], -1000);
  1422.         $instance->addListener('kernel.finish_request', [=> function () {
  1423.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1424.         }, => 'onFinishRequest'], 0);
  1425.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1426.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1427.         }, => 'onNotification'], -255);
  1428.         $instance->addListener('kernel.response', [=> function () {
  1429.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1430.         }, => 'onKernelResponse'], -100);
  1431.         $instance->addListener('kernel.exception', [=> function () {
  1432.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1433.         }, => 'onKernelException'], 0);
  1434.         $instance->addListener('kernel.terminate', [=> function () {
  1435.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1436.         }, => 'onKernelTerminate'], -1024);
  1437.         $instance->addListener('kernel.controller', [=> function () {
  1438.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1439.         }, => 'onKernelController'], 0);
  1440.         $instance->addListener('kernel.response', [=> function () {
  1441.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1442.         }, => 'onKernelResponse'], 0);
  1443.         $instance->addListener('kernel.controller', [=> function () {
  1444.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1445.         }, => 'onKernelController'], 0);
  1446.         $instance->addListener('kernel.controller', [=> function () {
  1447.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1448.         }, => 'onKernelController'], 0);
  1449.         $instance->addListener('kernel.controller', [=> function () {
  1450.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1451.         }, => 'onKernelController'], -128);
  1452.         $instance->addListener('kernel.view', [=> function () {
  1453.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1454.         }, => 'onKernelView'], 0);
  1455.         $instance->addListener('kernel.controller', [=> function () {
  1456.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1457.         }, => 'onKernelController'], 0);
  1458.         $instance->addListener('kernel.response', [=> function () {
  1459.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1460.         }, => 'onKernelResponse'], 0);
  1461.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1462.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1463.         }, => 'onKernelControllerArguments'], 0);
  1464.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1465.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1466.         }, => 'onKernelControllerArguments'], 0);
  1467.         $instance->addListener('kernel.response', [=> function () {
  1468.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1469.         }, => 'onKernelResponse'], 0);
  1470.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1471.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1472.         }, => 'onVoterVote'], 0);
  1473.         $instance->addListener('kernel.request', [=> function () {
  1474.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1475.         }, => 'configureLogoutUrlGenerator'], 8);
  1476.         $instance->addListener('kernel.request', [=> function () {
  1477.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1478.         }, => 'onKernelRequest'], 8);
  1479.         $instance->addListener('kernel.finish_request', [=> function () {
  1480.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1481.         }, => 'onKernelFinishRequest'], 0);
  1482.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1483.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1484.         }, => 'onMessage'], 0);
  1485.         $instance->addListener('console.command', [=> function () {
  1486.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1487.         }, => 'onCommand'], 255);
  1488.         $instance->addListener('console.terminate', [=> function () {
  1489.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1490.         }, => 'onTerminate'], -255);
  1491.         $instance->addListener('console.command', [=> function () {
  1492.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1493.         }, => 'configure'], 1024);
  1494.         $instance->addListener('console.error', [=> function () {
  1495.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1496.         }, => 'onConsoleError'], 0);
  1497.         $instance->addListener('console.terminate', [=> function () {
  1498.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1499.         }, => 'onConsoleTerminate'], 0);
  1500.         $instance->addListener('kernel.finish_request', [=> function () {
  1501.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1502.         }, => 'resetAssets'], 0);
  1503.         $instance->addListener('knp_pager.before', [=> function () {
  1504.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1505.         }, => 'before'], 0);
  1506.         $instance->addListener('knp_pager.pagination', [=> function () {
  1507.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1508.         }, => 'pagination'], 0);
  1509.         $instance->addListener('knp_pager.before', [=> function () {
  1510.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1511.         }, => 'before'], 1);
  1512.         $instance->addListener('knp_pager.before', [=> function () {
  1513.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1514.         }, => 'before'], 1);
  1515.         $instance->addListener('knp_pager.pagination', [=> function () {
  1516.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1517.         }, => 'pagination'], 1);
  1518.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1519.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1520.         }, => 'onLogout'], 0);
  1521.         return $instance;
  1522.     }
  1523.     /**
  1524.      * Gets the public 'http_kernel' shared service.
  1525.      *
  1526.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1527.      */
  1528.     protected function getHttpKernelService()
  1529.     {
  1530.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1531.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1532.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1533.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1534.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1535.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1536.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1537.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1538.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1539.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1540.         }, 8)), $a));
  1541.     }
  1542.     /**
  1543.      * Gets the public 'knp_paginator' shared service.
  1544.      *
  1545.      * @return \Knp\Component\Pager\Paginator
  1546.      */
  1547.     protected function getKnpPaginatorService($lazyLoad true)
  1548.     {
  1549.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  1551.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1552.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1553.         return $instance;
  1554.     }
  1555.     /**
  1556.      * Gets the public 'request_stack' shared service.
  1557.      *
  1558.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1559.      */
  1560.     protected function getRequestStackService()
  1561.     {
  1562.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1563.     }
  1564.     /**
  1565.      * Gets the public 'router' shared service.
  1566.      *
  1567.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1568.      */
  1569.     protected function getRouterService()
  1570.     {
  1571.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1572.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1573.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1574.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1575.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1576.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1577.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1578.         ], [
  1579.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1580.         ]))->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');
  1581.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1582.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1583.         return $instance;
  1584.     }
  1585.     /**
  1586.      * Gets the public 'routing.loader' shared service.
  1587.      *
  1588.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1589.      */
  1590.     protected function getRouting_LoaderService()
  1591.     {
  1592.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1593.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1594.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1597.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1599.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1600.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1603.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1604.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1605.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1612.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1616.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1617.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1618.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1619.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1620.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1621.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1622.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1623.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1624.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1625.             'kernel' => ['services''kernel''getKernelService'false],
  1626.         ], [
  1627.             'kernel' => 'App\\Kernel',
  1628.         ]), 'dev'));
  1629.         $a->addLoader($c);
  1630.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1631.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1632.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1633.     }
  1634.     /**
  1635.      * Gets the public 'services_resetter' shared service.
  1636.      *
  1637.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1638.      */
  1639.     protected function getServicesResetterService()
  1640.     {
  1641.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1642.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1643.             if (isset($this->services['cache.app'])) {
  1644.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1645.             }
  1646.             if (isset($this->services['cache.system'])) {
  1647.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1648.             }
  1649.             if (isset($this->privates['cache.validator'])) {
  1650.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1651.             }
  1652.             if (isset($this->privates['cache.serializer'])) {
  1653.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1654.             }
  1655.             if (isset($this->privates['cache.annotations'])) {
  1656.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1657.             }
  1658.             if (isset($this->privates['cache.property_info'])) {
  1659.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1660.             }
  1661.             if (isset($this->privates['.debug.http_client'])) {
  1662.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1663.             }
  1664.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1665.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1666.             }
  1667.             if (isset($this->privates['debug.stopwatch'])) {
  1668.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1669.             }
  1670.             if (isset($this->services['event_dispatcher'])) {
  1671.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1672.             }
  1673.             if (isset($this->privates['session_listener'])) {
  1674.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1675.             }
  1676.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1677.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1678.             }
  1679.             if (isset($this->services['cache.validator_expression_language'])) {
  1680.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1681.             }
  1682.             if (isset($this->services['.container.private.profiler'])) {
  1683.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1684.             }
  1685.             if (isset($this->services['.container.private.validator'])) {
  1686.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1687.             }
  1688.             if (isset($this->services['doctrine'])) {
  1689.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1690.             }
  1691.             if (isset($this->privates['form.type.entity'])) {
  1692.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1693.             }
  1694.             if (isset($this->services['.container.private.security.token_storage'])) {
  1695.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1696.             }
  1697.             if (isset($this->privates['cache.security_expression_language'])) {
  1698.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1699.             }
  1700.             if (isset($this->privates['monolog.handler.main'])) {
  1701.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1702.             }
  1703.             if (isset($this->privates['monolog.handler.console'])) {
  1704.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1705.             }
  1706.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1707.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1708.             }
  1709.             if (isset($this->privates['cache.webpack_encore'])) {
  1710.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1711.             }
  1712.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1713.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1714.             }
  1715.             if (isset($this->privates['.debug.http_client'])) {
  1716.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1717.             }
  1718.         }, function () {
  1719.             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['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client']));
  1720.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1721.     }
  1722.     /**
  1723.      * Gets the public 'translator' shared service.
  1724.      *
  1725.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1726.      */
  1727.     protected function getTranslatorService()
  1728.     {
  1729.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1730.     }
  1731.     /**
  1732.      * Gets the public 'var_dumper.cloner' shared service.
  1733.      *
  1734.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1735.      */
  1736.     protected function getVarDumper_ClonerService()
  1737.     {
  1738.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1739.         $instance->setMaxItems(2500);
  1740.         $instance->setMinDepth(1);
  1741.         $instance->setMaxString(-1);
  1742.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1743.         return $instance;
  1744.     }
  1745.     /**
  1746.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1747.      *
  1748.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1749.      */
  1750.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1751.     {
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1753.         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()));
  1754.     }
  1755.     /**
  1756.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1757.      *
  1758.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1759.      */
  1760.     protected function getWebProfiler_Controller_ProfilerService()
  1761.     {
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1765.         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'], new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator()), \dirname(__DIR__4));
  1766.     }
  1767.     /**
  1768.      * Gets the public 'web_profiler.controller.router' shared service.
  1769.      *
  1770.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1771.      */
  1772.     protected function getWebProfiler_Controller_RouterService()
  1773.     {
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1775.         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 () {
  1776.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1777.         }, 1));
  1778.     }
  1779.     /**
  1780.      * Gets the private '.console.command.about.lazy' shared service.
  1781.      *
  1782.      * @return \Symfony\Component\Console\Command\LazyCommand
  1783.      */
  1784.     protected function get_Console_Command_About_LazyService()
  1785.     {
  1786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1788.         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 {
  1789.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1790.         });
  1791.     }
  1792.     /**
  1793.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1794.      *
  1795.      * @return \Symfony\Component\Console\Command\LazyCommand
  1796.      */
  1797.     protected function get_Console_Command_AssetsInstall_LazyService()
  1798.     {
  1799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1801.         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 {
  1802.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1803.         });
  1804.     }
  1805.     /**
  1806.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1807.      *
  1808.      * @return \Symfony\Component\Console\Command\LazyCommand
  1809.      */
  1810.     protected function get_Console_Command_CacheClear_LazyService()
  1811.     {
  1812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1814.         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 {
  1815.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1816.         });
  1817.     }
  1818.     /**
  1819.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1820.      *
  1821.      * @return \Symfony\Component\Console\Command\LazyCommand
  1822.      */
  1823.     protected function get_Console_Command_CachePoolClear_LazyService()
  1824.     {
  1825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1827.         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 {
  1828.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1829.         });
  1830.     }
  1831.     /**
  1832.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1833.      *
  1834.      * @return \Symfony\Component\Console\Command\LazyCommand
  1835.      */
  1836.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1837.     {
  1838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1840.         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 {
  1841.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1842.         });
  1843.     }
  1844.     /**
  1845.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1846.      *
  1847.      * @return \Symfony\Component\Console\Command\LazyCommand
  1848.      */
  1849.     protected function get_Console_Command_CachePoolList_LazyService()
  1850.     {
  1851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1853.         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 {
  1854.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1855.         });
  1856.     }
  1857.     /**
  1858.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1859.      *
  1860.      * @return \Symfony\Component\Console\Command\LazyCommand
  1861.      */
  1862.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1863.     {
  1864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1866.         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 {
  1867.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1868.         });
  1869.     }
  1870.     /**
  1871.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1872.      *
  1873.      * @return \Symfony\Component\Console\Command\LazyCommand
  1874.      */
  1875.     protected function get_Console_Command_CacheWarmup_LazyService()
  1876.     {
  1877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1879.         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 {
  1880.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1881.         });
  1882.     }
  1883.     /**
  1884.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1885.      *
  1886.      * @return \Symfony\Component\Console\Command\LazyCommand
  1887.      */
  1888.     protected function get_Console_Command_ConfigDebug_LazyService()
  1889.     {
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1892.         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 {
  1893.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1894.         });
  1895.     }
  1896.     /**
  1897.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1898.      *
  1899.      * @return \Symfony\Component\Console\Command\LazyCommand
  1900.      */
  1901.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1902.     {
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1905.         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 {
  1906.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1907.         });
  1908.     }
  1909.     /**
  1910.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1911.      *
  1912.      * @return \Symfony\Component\Console\Command\LazyCommand
  1913.      */
  1914.     protected function get_Console_Command_ContainerDebug_LazyService()
  1915.     {
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1918.         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 {
  1919.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1920.         });
  1921.     }
  1922.     /**
  1923.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1924.      *
  1925.      * @return \Symfony\Component\Console\Command\LazyCommand
  1926.      */
  1927.     protected function get_Console_Command_ContainerLint_LazyService()
  1928.     {
  1929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1931.         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 {
  1932.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1933.         });
  1934.     }
  1935.     /**
  1936.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1937.      *
  1938.      * @return \Symfony\Component\Console\Command\LazyCommand
  1939.      */
  1940.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1941.     {
  1942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1944.         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 {
  1945.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1946.         });
  1947.     }
  1948.     /**
  1949.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1950.      *
  1951.      * @return \Symfony\Component\Console\Command\LazyCommand
  1952.      */
  1953.     protected function get_Console_Command_DotenvDebug_LazyService()
  1954.     {
  1955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1957.         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 {
  1958.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1959.         });
  1960.     }
  1961.     /**
  1962.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1963.      *
  1964.      * @return \Symfony\Component\Console\Command\LazyCommand
  1965.      */
  1966.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1967.     {
  1968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1970.         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 {
  1971.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1972.         });
  1973.     }
  1974.     /**
  1975.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1976.      *
  1977.      * @return \Symfony\Component\Console\Command\LazyCommand
  1978.      */
  1979.     protected function get_Console_Command_FormDebug_LazyService()
  1980.     {
  1981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1983.         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 {
  1984.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1985.         });
  1986.     }
  1987.     /**
  1988.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\Console\Command\LazyCommand
  1991.      */
  1992.     protected function get_Console_Command_RouterDebug_LazyService()
  1993.     {
  1994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1996.         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 {
  1997.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1998.         });
  1999.     }
  2000.     /**
  2001.      * Gets the private '.console.command.router_match.lazy' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\Console\Command\LazyCommand
  2004.      */
  2005.     protected function get_Console_Command_RouterMatch_LazyService()
  2006.     {
  2007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2009.         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 {
  2010.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2011.         });
  2012.     }
  2013.     /**
  2014.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2015.      *
  2016.      * @return \Symfony\Component\Console\Command\LazyCommand
  2017.      */
  2018.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2019.     {
  2020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2022.         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 {
  2023.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2024.         });
  2025.     }
  2026.     /**
  2027.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2028.      *
  2029.      * @return \Symfony\Component\Console\Command\LazyCommand
  2030.      */
  2031.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2032.     {
  2033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2035.         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 {
  2036.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2037.         });
  2038.     }
  2039.     /**
  2040.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2041.      *
  2042.      * @return \Symfony\Component\Console\Command\LazyCommand
  2043.      */
  2044.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2045.     {
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2048.         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 {
  2049.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2050.         });
  2051.     }
  2052.     /**
  2053.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2054.      *
  2055.      * @return \Symfony\Component\Console\Command\LazyCommand
  2056.      */
  2057.     protected function get_Console_Command_SecretsList_LazyService()
  2058.     {
  2059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2061.         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 {
  2062.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2063.         });
  2064.     }
  2065.     /**
  2066.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2067.      *
  2068.      * @return \Symfony\Component\Console\Command\LazyCommand
  2069.      */
  2070.     protected function get_Console_Command_SecretsRemove_LazyService()
  2071.     {
  2072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2074.         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 {
  2075.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2076.         });
  2077.     }
  2078.     /**
  2079.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\Console\Command\LazyCommand
  2082.      */
  2083.     protected function get_Console_Command_SecretsSet_LazyService()
  2084.     {
  2085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2087.         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 {
  2088.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2089.         });
  2090.     }
  2091.     /**
  2092.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\Console\Command\LazyCommand
  2095.      */
  2096.     protected function get_Console_Command_TranslationDebug_LazyService()
  2097.     {
  2098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2100.         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 {
  2101.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2102.         });
  2103.     }
  2104.     /**
  2105.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2106.      *
  2107.      * @return \Symfony\Component\Console\Command\LazyCommand
  2108.      */
  2109.     protected function get_Console_Command_TranslationExtract_LazyService()
  2110.     {
  2111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2113.         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 {
  2114.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2115.         });
  2116.     }
  2117.     /**
  2118.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\Console\Command\LazyCommand
  2121.      */
  2122.     protected function get_Console_Command_TranslationPull_LazyService()
  2123.     {
  2124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2126.         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 {
  2127.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2128.         });
  2129.     }
  2130.     /**
  2131.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2132.      *
  2133.      * @return \Symfony\Component\Console\Command\LazyCommand
  2134.      */
  2135.     protected function get_Console_Command_TranslationPush_LazyService()
  2136.     {
  2137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2139.         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 {
  2140.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2141.         });
  2142.     }
  2143.     /**
  2144.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2145.      *
  2146.      * @return \Symfony\Component\Console\Command\LazyCommand
  2147.      */
  2148.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2149.     {
  2150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2152.         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 {
  2153.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2154.         });
  2155.     }
  2156.     /**
  2157.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\Console\Command\LazyCommand
  2160.      */
  2161.     protected function get_Console_Command_XliffLint_LazyService()
  2162.     {
  2163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2165.         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 {
  2166.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2167.         });
  2168.     }
  2169.     /**
  2170.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2171.      *
  2172.      * @return \Symfony\Component\Console\Command\LazyCommand
  2173.      */
  2174.     protected function get_Console_Command_YamlLint_LazyService()
  2175.     {
  2176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2178.         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 {
  2179.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2180.         });
  2181.     }
  2182.     /**
  2183.      * Gets the private '.debug.http_client' shared service.
  2184.      *
  2185.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2186.      */
  2187.     protected function get_Debug_HttpClientService()
  2188.     {
  2189.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2190.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2191.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2192.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2193.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2194.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2195.         $a->setLogger($b);
  2196.         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))));
  2197.     }
  2198.     /**
  2199.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2202.      */
  2203.     protected function getLoaderInterfaceService()
  2204.     {
  2205.         $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".');
  2206.     }
  2207.     /**
  2208.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  2209.      *
  2210.      * @return \Symfony\Component\HttpFoundation\Response
  2211.      */
  2212.     protected function getResponseService()
  2213.     {
  2214.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  2215.     }
  2216.     /**
  2217.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2218.      *
  2219.      * @return \Symfony\Component\Console\Command\LazyCommand
  2220.      */
  2221.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2222.     {
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2225.         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 {
  2226.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2227.         });
  2228.     }
  2229.     /**
  2230.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\Console\Command\LazyCommand
  2233.      */
  2234.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2235.     {
  2236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2238.         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 {
  2239.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2240.         });
  2241.     }
  2242.     /**
  2243.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2244.      *
  2245.      * @return \Symfony\Component\Console\Command\LazyCommand
  2246.      */
  2247.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2248.     {
  2249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2251.         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 {
  2252.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2253.         });
  2254.     }
  2255.     /**
  2256.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2257.      *
  2258.      * @return \Symfony\Component\Console\Command\LazyCommand
  2259.      */
  2260.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2261.     {
  2262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2264.         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 {
  2265.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2266.         });
  2267.     }
  2268.     /**
  2269.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2270.      *
  2271.      * @return \Symfony\Component\Console\Command\LazyCommand
  2272.      */
  2273.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2277.         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 {
  2278.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2279.         });
  2280.     }
  2281.     /**
  2282.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\Console\Command\LazyCommand
  2285.      */
  2286.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2287.     {
  2288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2290.         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 {
  2291.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2292.         });
  2293.     }
  2294.     /**
  2295.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2296.      *
  2297.      * @return \Symfony\Component\Console\Command\LazyCommand
  2298.      */
  2299.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2300.     {
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2303.         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 {
  2304.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2305.         });
  2306.     }
  2307.     /**
  2308.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2309.      *
  2310.      * @return \Symfony\Component\Console\Command\LazyCommand
  2311.      */
  2312.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2313.     {
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2316.         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 {
  2317.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2318.         });
  2319.     }
  2320.     /**
  2321.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2322.      *
  2323.      * @return \Symfony\Component\Console\Command\LazyCommand
  2324.      */
  2325.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2326.     {
  2327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2329.         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 {
  2330.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2331.         });
  2332.     }
  2333.     /**
  2334.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2335.      *
  2336.      * @return \Symfony\Component\Console\Command\LazyCommand
  2337.      */
  2338.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2339.     {
  2340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2342.         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 {
  2343.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2344.         });
  2345.     }
  2346.     /**
  2347.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2348.      *
  2349.      * @return \Symfony\Component\Console\Command\LazyCommand
  2350.      */
  2351.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2352.     {
  2353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2355.         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 {
  2356.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2357.         });
  2358.     }
  2359.     /**
  2360.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2361.      *
  2362.      * @return \Symfony\Component\Console\Command\LazyCommand
  2363.      */
  2364.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2365.     {
  2366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2368.         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 {
  2369.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2370.         });
  2371.     }
  2372.     /**
  2373.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2374.      *
  2375.      * @return \Symfony\Component\Console\Command\LazyCommand
  2376.      */
  2377.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2378.     {
  2379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2381.         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 {
  2382.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2383.         });
  2384.     }
  2385.     /**
  2386.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2387.      *
  2388.      * @return \Symfony\Component\Console\Command\LazyCommand
  2389.      */
  2390.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2391.     {
  2392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2394.         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 {
  2395.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2396.         });
  2397.     }
  2398.     /**
  2399.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2400.      *
  2401.      * @return \Symfony\Component\Console\Command\LazyCommand
  2402.      */
  2403.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2404.     {
  2405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2407.         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 {
  2408.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2409.         });
  2410.     }
  2411.     /**
  2412.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2413.      *
  2414.      * @return \Symfony\Component\Console\Command\LazyCommand
  2415.      */
  2416.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2417.     {
  2418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2420.         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 {
  2421.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2422.         });
  2423.     }
  2424.     /**
  2425.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2426.      *
  2427.      * @return \Symfony\Component\Console\Command\LazyCommand
  2428.      */
  2429.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2430.     {
  2431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2433.         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 {
  2434.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2435.         });
  2436.     }
  2437.     /**
  2438.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2439.      *
  2440.      * @return \Symfony\Component\Console\Command\LazyCommand
  2441.      */
  2442.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2443.     {
  2444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2446.         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 {
  2447.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2448.         });
  2449.     }
  2450.     /**
  2451.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\Console\Command\LazyCommand
  2454.      */
  2455.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2456.     {
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2459.         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 {
  2460.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2461.         });
  2462.     }
  2463.     /**
  2464.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2465.      *
  2466.      * @return \Symfony\Component\Console\Command\LazyCommand
  2467.      */
  2468.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2469.     {
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2472.         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 {
  2473.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2474.         });
  2475.     }
  2476.     /**
  2477.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2478.      *
  2479.      * @return \Symfony\Component\Console\Command\LazyCommand
  2480.      */
  2481.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2482.     {
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2485.         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 {
  2486.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2487.         });
  2488.     }
  2489.     /**
  2490.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2491.      *
  2492.      * @return \Symfony\Component\Console\Command\LazyCommand
  2493.      */
  2494.     protected function get_Monolog_Command_ServerLog_LazyService()
  2495.     {
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2498.         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 {
  2499.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2500.         });
  2501.     }
  2502.     /**
  2503.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\Console\Command\LazyCommand
  2506.      */
  2507.     protected function get_Security_Command_DebugFirewall_LazyService()
  2508.     {
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2511.         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 {
  2512.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2513.         });
  2514.     }
  2515.     /**
  2516.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2517.      *
  2518.      * @return \Symfony\Component\Console\Command\LazyCommand
  2519.      */
  2520.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2521.     {
  2522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2524.         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 {
  2525.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2526.         });
  2527.     }
  2528.     /**
  2529.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\Console\Command\LazyCommand
  2532.      */
  2533.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2534.     {
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2537.         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 {
  2538.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2539.         });
  2540.     }
  2541.     /**
  2542.      * Gets the private '.service_locator.4n37NTZ' shared service.
  2543.      *
  2544.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2545.      */
  2546.     protected function get_ServiceLocator_4n37NTZService()
  2547.     {
  2548.         return $this->privates['.service_locator.4n37NTZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2549.             'moService' => ['privates''App\\Service\\MonkeyOfficeService''getMonkeyOfficeServiceService'false],
  2550.         ], [
  2551.             'moService' => 'App\\Service\\MonkeyOfficeService',
  2552.         ]);
  2553.     }
  2554.     /**
  2555.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2558.      */
  2559.     protected function get_ServiceLocator_GNc8e5BService()
  2560.     {
  2561.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2562.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2563.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2564.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2565.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2566.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2567.             'router' => ['services''router''getRouterService'false],
  2568.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2569.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2570.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2571.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2572.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2573.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2574.         ], [
  2575.             'doctrine' => '?',
  2576.             'form.factory' => '?',
  2577.             'http_kernel' => '?',
  2578.             'parameter_bag' => '?',
  2579.             'request_stack' => '?',
  2580.             'router' => '?',
  2581.             'security.authorization_checker' => '?',
  2582.             'security.csrf.token_manager' => '?',
  2583.             'security.token_storage' => '?',
  2584.             'serializer' => '?',
  2585.             'session' => '.session.deprecated',
  2586.             'twig' => '?',
  2587.         ]);
  2588.     }
  2589.     /**
  2590.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2591.      *
  2592.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2593.      */
  2594.     protected function get_ServiceLocator_KfbR3DYService()
  2595.     {
  2596.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2597.             '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".'],
  2598.         ], [
  2599.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2600.         ]);
  2601.     }
  2602.     /**
  2603.      * Gets the private '.service_locator.KfwZsne' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2606.      */
  2607.     protected function get_ServiceLocator_KfwZsneService()
  2608.     {
  2609.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2610.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  2611.         ], [
  2612.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  2613.         ]);
  2614.     }
  2615.     /**
  2616.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  2617.      *
  2618.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2619.      */
  2620.     protected function get_ServiceLocator_UDgw6OlService()
  2621.     {
  2622.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2623.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2624.         ], [
  2625.             'authenticationUtils' => '?',
  2626.         ]);
  2627.     }
  2628.     /**
  2629.      * Gets the private '.service_locator.WfOTJN1' shared service.
  2630.      *
  2631.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2632.      */
  2633.     protected function get_ServiceLocator_WfOTJN1Service()
  2634.     {
  2635.         return $this->privates['.service_locator.WfOTJN1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2636.             'settingSevice' => ['privates''App\\Service\\SettingsService''getSettingsServiceService'false],
  2637.         ], [
  2638.             'settingSevice' => 'App\\Service\\SettingsService',
  2639.         ]);
  2640.     }
  2641.     /**
  2642.      * Gets the private '.service_locator.ZAresCp' shared service.
  2643.      *
  2644.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2645.      */
  2646.     protected function get_ServiceLocator_ZAresCpService()
  2647.     {
  2648.         return $this->privates['.service_locator.ZAresCp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2649.             'App\\Controller\\DashboardController::copyAddressToMonkeyOffice' => ['privates''.service_locator.4n37NTZ''get_ServiceLocator_4n37NTZService'false],
  2650.             'App\\Controller\\DashboardController::index' => ['privates''.service_locator.u8.EHbo''get_ServiceLocator_U8_EHboService'false],
  2651.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2652.             'App\\Controller\\SevdeskApiController::sevdeskTest' => ['privates''.service_locator.WfOTJN1''get_ServiceLocator_WfOTJN1Service'false],
  2653.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2654.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2655.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  2656.             'App\\Controller\\DashboardController:copyAddressToMonkeyOffice' => ['privates''.service_locator.4n37NTZ''get_ServiceLocator_4n37NTZService'false],
  2657.             'App\\Controller\\DashboardController:index' => ['privates''.service_locator.u8.EHbo''get_ServiceLocator_U8_EHboService'false],
  2658.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2659.             'App\\Controller\\SevdeskApiController:sevdeskTest' => ['privates''.service_locator.WfOTJN1''get_ServiceLocator_WfOTJN1Service'false],
  2660.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2661.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2662.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  2663.         ], [
  2664.             'App\\Controller\\DashboardController::copyAddressToMonkeyOffice' => '?',
  2665.             'App\\Controller\\DashboardController::index' => '?',
  2666.             'App\\Controller\\SecurityController::login' => '?',
  2667.             'App\\Controller\\SevdeskApiController::sevdeskTest' => '?',
  2668.             'kernel::loadRoutes' => '?',
  2669.             'kernel::registerContainerConfiguration' => '?',
  2670.             'kernel::terminate' => '?',
  2671.             'App\\Controller\\DashboardController:copyAddressToMonkeyOffice' => '?',
  2672.             'App\\Controller\\DashboardController:index' => '?',
  2673.             'App\\Controller\\SecurityController:login' => '?',
  2674.             'App\\Controller\\SevdeskApiController:sevdeskTest' => '?',
  2675.             'kernel:loadRoutes' => '?',
  2676.             'kernel:registerContainerConfiguration' => '?',
  2677.             'kernel:terminate' => '?',
  2678.         ]);
  2679.     }
  2680.     /**
  2681.      * Gets the private '.service_locator.jlyTfzM' shared service.
  2682.      *
  2683.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2684.      */
  2685.     protected function get_ServiceLocator_JlyTfzMService()
  2686.     {
  2687.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2688.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2689.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2690.         ], [
  2691.             'event_dispatcher' => '?',
  2692.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2693.         ]);
  2694.     }
  2695.     /**
  2696.      * Gets the private '.service_locator.u8.EHbo' shared service.
  2697.      *
  2698.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2699.      */
  2700.     protected function get_ServiceLocator_U8_EHboService()
  2701.     {
  2702.         return $this->privates['.service_locator.u8.EHbo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2703.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2704.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  2705.             'settingSevice' => ['privates''App\\Service\\SettingsService''getSettingsServiceService'false],
  2706.         ], [
  2707.             'entityManager' => '?',
  2708.             'paginator' => '?',
  2709.             'settingSevice' => 'App\\Service\\SettingsService',
  2710.         ]);
  2711.     }
  2712.     /**
  2713.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2714.      *
  2715.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2716.      */
  2717.     protected function get_ServiceLocator_ZJyh7qSService()
  2718.     {
  2719.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2720.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2721.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2722.         ], [
  2723.             'security.firewall.map.context.dev' => '?',
  2724.             'security.firewall.map.context.main' => '?',
  2725.         ]);
  2726.     }
  2727.     /**
  2728.      * Gets the private '.session.deprecated' shared service.
  2729.      *
  2730.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2731.      */
  2732.     protected function get_Session_DeprecatedService()
  2733.     {
  2734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2736.         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();
  2737.     }
  2738.     /**
  2739.      * Gets the private '.twig.command.debug.lazy' shared service.
  2740.      *
  2741.      * @return \Symfony\Component\Console\Command\LazyCommand
  2742.      */
  2743.     protected function get_Twig_Command_Debug_LazyService()
  2744.     {
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2747.         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 {
  2748.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2749.         });
  2750.     }
  2751.     /**
  2752.      * Gets the private '.twig.command.lint.lazy' shared service.
  2753.      *
  2754.      * @return \Symfony\Component\Console\Command\LazyCommand
  2755.      */
  2756.     protected function get_Twig_Command_Lint_LazyService()
  2757.     {
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2760.         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 {
  2761.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2762.         });
  2763.     }
  2764.     /**
  2765.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2766.      *
  2767.      * @return \Symfony\Component\Console\Command\LazyCommand
  2768.      */
  2769.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2773.         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 {
  2774.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2775.         });
  2776.     }
  2777.     /**
  2778.      * Gets the private 'App\Repository\EbayArtikelIdRepository' shared autowired service.
  2779.      *
  2780.      * @return \App\Repository\EbayArtikelIdRepository
  2781.      */
  2782.     protected function getEbayArtikelIdRepositoryService()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2786.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2789.         include_once \dirname(__DIR__4).'/src/Repository/EbayArtikelIdRepository.php';
  2790.         return $this->privates['App\\Repository\\EbayArtikelIdRepository'] = new \App\Repository\EbayArtikelIdRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2791.     }
  2792.     /**
  2793.      * Gets the private 'App\Repository\EbayOrderRepository' shared autowired service.
  2794.      *
  2795.      * @return \App\Repository\EbayOrderRepository
  2796.      */
  2797.     protected function getEbayOrderRepositoryService()
  2798.     {
  2799.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2804.         include_once \dirname(__DIR__4).'/src/Repository/EbayOrderRepository.php';
  2805.         return $this->privates['App\\Repository\\EbayOrderRepository'] = new \App\Repository\EbayOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2806.     }
  2807.     /**
  2808.      * Gets the private 'App\Repository\LineItemRepository' shared autowired service.
  2809.      *
  2810.      * @return \App\Repository\LineItemRepository
  2811.      */
  2812.     protected function getLineItemRepositoryService()
  2813.     {
  2814.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2819.         include_once \dirname(__DIR__4).'/src/Repository/LineItemRepository.php';
  2820.         return $this->privates['App\\Repository\\LineItemRepository'] = new \App\Repository\LineItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2821.     }
  2822.     /**
  2823.      * Gets the private 'App\Repository\MonkeyOfficeArtikelRepository' shared autowired service.
  2824.      *
  2825.      * @return \App\Repository\MonkeyOfficeArtikelRepository
  2826.      */
  2827.     protected function getMonkeyOfficeArtikelRepositoryService()
  2828.     {
  2829.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2834.         include_once \dirname(__DIR__4).'/src/Repository/MonkeyOfficeArtikelRepository.php';
  2835.         return $this->privates['App\\Repository\\MonkeyOfficeArtikelRepository'] = new \App\Repository\MonkeyOfficeArtikelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2836.     }
  2837.     /**
  2838.      * Gets the private 'App\Repository\PaymentReferenceIdRepository' shared autowired service.
  2839.      *
  2840.      * @return \App\Repository\PaymentReferenceIdRepository
  2841.      */
  2842.     protected function getPaymentReferenceIdRepositoryService()
  2843.     {
  2844.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2845.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2846.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2847.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2849.         include_once \dirname(__DIR__4).'/src/Repository/PaymentReferenceIdRepository.php';
  2850.         return $this->privates['App\\Repository\\PaymentReferenceIdRepository'] = new \App\Repository\PaymentReferenceIdRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2851.     }
  2852.     /**
  2853.      * Gets the private 'App\Repository\SettingsRepository' shared autowired service.
  2854.      *
  2855.      * @return \App\Repository\SettingsRepository
  2856.      */
  2857.     protected function getSettingsRepositoryService()
  2858.     {
  2859.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2860.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2864.         include_once \dirname(__DIR__4).'/src/Repository/SettingsRepository.php';
  2865.         return $this->privates['App\\Repository\\SettingsRepository'] = new \App\Repository\SettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2866.     }
  2867.     /**
  2868.      * Gets the private 'App\Repository\SevdeskBuchungRepository' shared autowired service.
  2869.      *
  2870.      * @return \App\Repository\SevdeskBuchungRepository
  2871.      */
  2872.     protected function getSevdeskBuchungRepositoryService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2877.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2879.         include_once \dirname(__DIR__4).'/src/Repository/SevdeskBuchungRepository.php';
  2880.         return $this->privates['App\\Repository\\SevdeskBuchungRepository'] = new \App\Repository\SevdeskBuchungRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2881.     }
  2882.     /**
  2883.      * Gets the private 'App\Repository\SevdeskInvoiceRepository' shared autowired service.
  2884.      *
  2885.      * @return \App\Repository\SevdeskInvoiceRepository
  2886.      */
  2887.     protected function getSevdeskInvoiceRepositoryService()
  2888.     {
  2889.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2890.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2891.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2892.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2894.         include_once \dirname(__DIR__4).'/src/Repository/SevdeskInvoiceRepository.php';
  2895.         return $this->privates['App\\Repository\\SevdeskInvoiceRepository'] = new \App\Repository\SevdeskInvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2896.     }
  2897.     /**
  2898.      * Gets the private 'App\Repository\SevdeskVoucherRepository' shared autowired service.
  2899.      *
  2900.      * @return \App\Repository\SevdeskVoucherRepository
  2901.      */
  2902.     protected function getSevdeskVoucherRepositoryService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2905.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2909.         include_once \dirname(__DIR__4).'/src/Repository/SevdeskVoucherRepository.php';
  2910.         return $this->privates['App\\Repository\\SevdeskVoucherRepository'] = new \App\Repository\SevdeskVoucherRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2911.     }
  2912.     /**
  2913.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2914.      *
  2915.      * @return \App\Repository\UserRepository
  2916.      */
  2917.     protected function getUserRepositoryService()
  2918.     {
  2919.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2920.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2925.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2926.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2927.     }
  2928.     /**
  2929.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2930.      *
  2931.      * @return \App\Security\LoginFormAuthenticator
  2932.      */
  2933.     protected function getLoginFormAuthenticatorService()
  2934.     {
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2941.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2942.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  2943.     }
  2944.     /**
  2945.      * Gets the private 'App\Service\MonkeyOfficeService' shared autowired service.
  2946.      *
  2947.      * @return \App\Service\MonkeyOfficeService
  2948.      */
  2949.     protected function getMonkeyOfficeServiceService()
  2950.     {
  2951.         include_once \dirname(__DIR__4).'/src/Service/MonkeyOfficeService.php';
  2952.         return $this->privates['App\\Service\\MonkeyOfficeService'] = new \App\Service\MonkeyOfficeService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2953.     }
  2954.     /**
  2955.      * Gets the private 'App\Service\SettingsService' shared autowired service.
  2956.      *
  2957.      * @return \App\Service\SettingsService
  2958.      */
  2959.     protected function getSettingsServiceService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/src/Service/SettingsService.php';
  2962.         return $this->privates['App\\Service\\SettingsService'] = new \App\Service\SettingsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2963.     }
  2964.     /**
  2965.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2966.      *
  2967.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2968.      */
  2969.     protected function getManagerRegistryAwareConnectionProviderService()
  2970.     {
  2971.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2972.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2973.         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'));
  2974.     }
  2975.     /**
  2976.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2977.      *
  2978.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2979.      */
  2980.     protected function getRunSqlCommandService()
  2981.     {
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2984.         $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()));
  2985.         $instance->setName('dbal:run-sql');
  2986.         return $instance;
  2987.     }
  2988.     /**
  2989.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2990.      *
  2991.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2992.      */
  2993.     protected function getResetAssetsEventListenerService()
  2994.     {
  2995.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2996.     }
  2997.     /**
  2998.      * Gets the private 'annotations.cache_adapter' shared service.
  2999.      *
  3000.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3001.      */
  3002.     protected function getAnnotations_CacheAdapterService()
  3003.     {
  3004.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3005.     }
  3006.     /**
  3007.      * Gets the private 'annotations.cache_warmer' shared service.
  3008.      *
  3009.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3010.      */
  3011.     protected function getAnnotations_CacheWarmerService()
  3012.     {
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3016.         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);
  3017.     }
  3018.     /**
  3019.      * Gets the private 'annotations.cached_reader' shared service.
  3020.      *
  3021.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3022.      */
  3023.     protected function getAnnotations_CachedReaderService()
  3024.     {
  3025.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3026.     }
  3027.     /**
  3028.      * Gets the private 'annotations.reader' shared service.
  3029.      *
  3030.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3031.      */
  3032.     protected function getAnnotations_ReaderService()
  3033.     {
  3034.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3035.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3036.         $a->registerUniqueLoader('class_exists');
  3037.         $instance->addGlobalIgnoredName('required'$a);
  3038.         return $instance;
  3039.     }
  3040.     /**
  3041.      * Gets the private 'assets.packages' shared service.
  3042.      *
  3043.      * @return \Symfony\Component\Asset\Packages
  3044.      */
  3045.     protected function getAssets_PackagesService()
  3046.     {
  3047.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3048.         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 () {
  3049.             return new \EmptyIterator();
  3050.         }, 0));
  3051.     }
  3052.     /**
  3053.      * Gets the private 'cache.annotations' shared service.
  3054.      *
  3055.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3056.      */
  3057.     protected function getCache_AnnotationsService()
  3058.     {
  3059.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s2W0w794uW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3060.     }
  3061.     /**
  3062.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3063.      *
  3064.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3065.      */
  3066.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3067.     {
  3068.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3069.     }
  3070.     /**
  3071.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3072.      *
  3073.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3074.      */
  3075.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3076.     {
  3077.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3078.     }
  3079.     /**
  3080.      * Gets the private 'cache.property_info' shared service.
  3081.      *
  3082.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3083.      */
  3084.     protected function getCache_PropertyInfoService()
  3085.     {
  3086.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wjwNoy4qfG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3087.     }
  3088.     /**
  3089.      * Gets the private 'cache.security_expression_language' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3092.      */
  3093.     protected function getCache_SecurityExpressionLanguageService()
  3094.     {
  3095.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OTTrXt8L1u'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3096.     }
  3097.     /**
  3098.      * Gets the private 'cache.serializer' shared service.
  3099.      *
  3100.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3101.      */
  3102.     protected function getCache_SerializerService()
  3103.     {
  3104.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4MrCkdk60q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3105.     }
  3106.     /**
  3107.      * Gets the private 'cache.validator' shared service.
  3108.      *
  3109.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3110.      */
  3111.     protected function getCache_ValidatorService()
  3112.     {
  3113.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y7I-BpMe4t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'cache.webpack_encore' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3119.      */
  3120.     protected function getCache_WebpackEncoreService()
  3121.     {
  3122.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zlOf6pjB5i'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3123.     }
  3124.     /**
  3125.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3126.      *
  3127.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3128.      */
  3129.     protected function getCachePoolClearer_CacheWarmerService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3133.         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']);
  3134.     }
  3135.     /**
  3136.      * Gets the private 'config_builder.warmer' shared service.
  3137.      *
  3138.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3139.      */
  3140.     protected function getConfigBuilder_WarmerService()
  3141.     {
  3142.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3144.         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()));
  3145.     }
  3146.     /**
  3147.      * Gets the private 'config_cache_factory' shared service.
  3148.      *
  3149.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3150.      */
  3151.     protected function getConfigCacheFactoryService()
  3152.     {
  3153.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3154.             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)));
  3155.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3156.         }, 2));
  3157.     }
  3158.     /**
  3159.      * Gets the private 'console.command.about' shared service.
  3160.      *
  3161.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3162.      */
  3163.     protected function getConsole_Command_AboutService()
  3164.     {
  3165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3167.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3168.         $instance->setName('about');
  3169.         $instance->setDescription('Display information about the current project');
  3170.         return $instance;
  3171.     }
  3172.     /**
  3173.      * Gets the private 'console.command.assets_install' shared service.
  3174.      *
  3175.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3176.      */
  3177.     protected function getConsole_Command_AssetsInstallService()
  3178.     {
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3181.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3182.         $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));
  3183.         $instance->setName('assets:install');
  3184.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3185.         return $instance;
  3186.     }
  3187.     /**
  3188.      * Gets the private 'console.command.cache_clear' shared service.
  3189.      *
  3190.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3191.      */
  3192.     protected function getConsole_Command_CacheClearService()
  3193.     {
  3194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3197.         $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())));
  3198.         $instance->setName('cache:clear');
  3199.         $instance->setDescription('Clear the cache');
  3200.         return $instance;
  3201.     }
  3202.     /**
  3203.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3204.      *
  3205.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3206.      */
  3207.     protected function getConsole_Command_CachePoolClearService()
  3208.     {
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3211.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3212.         $instance->setName('cache:pool:clear');
  3213.         $instance->setDescription('Clear cache pools');
  3214.         return $instance;
  3215.     }
  3216.     /**
  3217.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3218.      *
  3219.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3220.      */
  3221.     protected function getConsole_Command_CachePoolDeleteService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3225.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3226.         $instance->setName('cache:pool:delete');
  3227.         $instance->setDescription('Delete an item from a cache pool');
  3228.         return $instance;
  3229.     }
  3230.     /**
  3231.      * Gets the private 'console.command.cache_pool_list' shared service.
  3232.      *
  3233.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3234.      */
  3235.     protected function getConsole_Command_CachePoolListService()
  3236.     {
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3239.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3240.         $instance->setName('cache:pool:list');
  3241.         $instance->setDescription('List available cache pools');
  3242.         return $instance;
  3243.     }
  3244.     /**
  3245.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3246.      *
  3247.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3248.      */
  3249.     protected function getConsole_Command_CachePoolPruneService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3253.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3254.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3255.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3256.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3257.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3258.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3259.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3260.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3261.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3262.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3263.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3264.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3265.         }, 11));
  3266.         $instance->setName('cache:pool:prune');
  3267.         $instance->setDescription('Prune cache pools');
  3268.         return $instance;
  3269.     }
  3270.     /**
  3271.      * Gets the private 'console.command.cache_warmup' shared service.
  3272.      *
  3273.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3274.      */
  3275.     protected function getConsole_Command_CacheWarmupService()
  3276.     {
  3277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3279.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3280.         $instance->setName('cache:warmup');
  3281.         $instance->setDescription('Warm up an empty cache');
  3282.         return $instance;
  3283.     }
  3284.     /**
  3285.      * Gets the private 'console.command.config_debug' shared service.
  3286.      *
  3287.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3288.      */
  3289.     protected function getConsole_Command_ConfigDebugService()
  3290.     {
  3291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3296.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3297.         $instance->setName('debug:config');
  3298.         $instance->setDescription('Dump the current configuration for an extension');
  3299.         return $instance;
  3300.     }
  3301.     /**
  3302.      * Gets the private 'console.command.config_dump_reference' shared service.
  3303.      *
  3304.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3305.      */
  3306.     protected function getConsole_Command_ConfigDumpReferenceService()
  3307.     {
  3308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3313.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3314.         $instance->setName('config:dump-reference');
  3315.         $instance->setDescription('Dump the default configuration for an extension');
  3316.         return $instance;
  3317.     }
  3318.     /**
  3319.      * Gets the private 'console.command.container_debug' shared service.
  3320.      *
  3321.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3322.      */
  3323.     protected function getConsole_Command_ContainerDebugService()
  3324.     {
  3325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3326.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3328.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3329.         $instance->setName('debug:container');
  3330.         $instance->setDescription('Display current services for an application');
  3331.         return $instance;
  3332.     }
  3333.     /**
  3334.      * Gets the private 'console.command.container_lint' shared service.
  3335.      *
  3336.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3337.      */
  3338.     protected function getConsole_Command_ContainerLintService()
  3339.     {
  3340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3342.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3343.         $instance->setName('lint:container');
  3344.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3345.         return $instance;
  3346.     }
  3347.     /**
  3348.      * Gets the private 'console.command.debug_autowiring' shared service.
  3349.      *
  3350.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3351.      */
  3352.     protected function getConsole_Command_DebugAutowiringService()
  3353.     {
  3354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3358.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3359.         $instance->setName('debug:autowiring');
  3360.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3361.         return $instance;
  3362.     }
  3363.     /**
  3364.      * Gets the private 'console.command.dotenv_debug' shared service.
  3365.      *
  3366.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3367.      */
  3368.     protected function getConsole_Command_DotenvDebugService()
  3369.     {
  3370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3371.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3372.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  3373.         $instance->setName('debug:dotenv');
  3374.         $instance->setDescription('Lists all dotenv files with variables and values');
  3375.         return $instance;
  3376.     }
  3377.     /**
  3378.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3379.      *
  3380.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3381.      */
  3382.     protected function getConsole_Command_EventDispatcherDebugService()
  3383.     {
  3384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3386.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  3387.         $instance->setName('debug:event-dispatcher');
  3388.         $instance->setDescription('Display configured listeners for an application');
  3389.         return $instance;
  3390.     }
  3391.     /**
  3392.      * Gets the private 'console.command.form_debug' shared service.
  3393.      *
  3394.      * @return \Symfony\Component\Form\Command\DebugCommand
  3395.      */
  3396.     protected function getConsole_Command_FormDebugService()
  3397.     {
  3398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3400.         $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()));
  3401.         $instance->setName('debug:form');
  3402.         $instance->setDescription('Display form type information');
  3403.         return $instance;
  3404.     }
  3405.     /**
  3406.      * Gets the private 'console.command.router_debug' shared service.
  3407.      *
  3408.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3409.      */
  3410.     protected function getConsole_Command_RouterDebugService()
  3411.     {
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3415.         $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()));
  3416.         $instance->setName('debug:router');
  3417.         $instance->setDescription('Display current routes for an application');
  3418.         return $instance;
  3419.     }
  3420.     /**
  3421.      * Gets the private 'console.command.router_match' shared service.
  3422.      *
  3423.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3424.      */
  3425.     protected function getConsole_Command_RouterMatchService()
  3426.     {
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3429.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3430.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3431.         }, 1));
  3432.         $instance->setName('router:match');
  3433.         $instance->setDescription('Help debug routes by simulating a path info match');
  3434.         return $instance;
  3435.     }
  3436.     /**
  3437.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3438.      *
  3439.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3440.      */
  3441.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3442.     {
  3443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3447.         $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')))));
  3448.         $instance->setName('secrets:decrypt-to-local');
  3449.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3450.         return $instance;
  3451.     }
  3452.     /**
  3453.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3454.      *
  3455.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3456.      */
  3457.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3458.     {
  3459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3461.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3463.         $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')))));
  3464.         $instance->setName('secrets:encrypt-from-local');
  3465.         $instance->setDescription('Encrypt all local secrets to the vault');
  3466.         return $instance;
  3467.     }
  3468.     /**
  3469.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3470.      *
  3471.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3472.      */
  3473.     protected function getConsole_Command_SecretsGenerateKeyService()
  3474.     {
  3475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3479.         $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')))));
  3480.         $instance->setName('secrets:generate-keys');
  3481.         $instance->setDescription('Generate new encryption keys');
  3482.         return $instance;
  3483.     }
  3484.     /**
  3485.      * Gets the private 'console.command.secrets_list' shared service.
  3486.      *
  3487.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3488.      */
  3489.     protected function getConsole_Command_SecretsListService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3495.         $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')))));
  3496.         $instance->setName('secrets:list');
  3497.         $instance->setDescription('List all secrets');
  3498.         return $instance;
  3499.     }
  3500.     /**
  3501.      * Gets the private 'console.command.secrets_remove' shared service.
  3502.      *
  3503.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3504.      */
  3505.     protected function getConsole_Command_SecretsRemoveService()
  3506.     {
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3511.         $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')))));
  3512.         $instance->setName('secrets:remove');
  3513.         $instance->setDescription('Remove a secret from the vault');
  3514.         return $instance;
  3515.     }
  3516.     /**
  3517.      * Gets the private 'console.command.secrets_set' shared service.
  3518.      *
  3519.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3520.      */
  3521.     protected function getConsole_Command_SecretsSetService()
  3522.     {
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3527.         $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')))));
  3528.         $instance->setName('secrets:set');
  3529.         $instance->setDescription('Set a secret in the vault');
  3530.         return $instance;
  3531.     }
  3532.     /**
  3533.      * Gets the private 'console.command.translation_debug' shared service.
  3534.      *
  3535.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3536.      */
  3537.     protected function getConsole_Command_TranslationDebugService()
  3538.     {
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3541.         $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'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  3542.         $instance->setName('debug:translation');
  3543.         $instance->setDescription('Display translation messages information');
  3544.         return $instance;
  3545.     }
  3546.     /**
  3547.      * Gets the private 'console.command.translation_extract' shared service.
  3548.      *
  3549.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3550.      */
  3551.     protected function getConsole_Command_TranslationExtractService()
  3552.     {
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3555.         $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'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  3556.         $instance->setName('translation:extract');
  3557.         $instance->setAliases([=> 'translation:update']);
  3558.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3559.         return $instance;
  3560.     }
  3561.     /**
  3562.      * Gets the private 'console.command.translation_pull' shared service.
  3563.      *
  3564.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3565.      */
  3566.     protected function getConsole_Command_TranslationPullService()
  3567.     {
  3568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3571.         $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', [], []);
  3572.         $instance->setName('translation:pull');
  3573.         $instance->setDescription('Pull translations from a given provider.');
  3574.         return $instance;
  3575.     }
  3576.     /**
  3577.      * Gets the private 'console.command.translation_push' shared service.
  3578.      *
  3579.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3580.      */
  3581.     protected function getConsole_Command_TranslationPushService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3586.         $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()), [], []);
  3587.         $instance->setName('translation:push');
  3588.         $instance->setDescription('Push translations to a given provider.');
  3589.         return $instance;
  3590.     }
  3591.     /**
  3592.      * Gets the private 'console.command.validator_debug' shared service.
  3593.      *
  3594.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3595.      */
  3596.     protected function getConsole_Command_ValidatorDebugService()
  3597.     {
  3598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3600.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3601.         $instance->setName('debug:validator');
  3602.         $instance->setDescription('Display validation constraints for classes');
  3603.         return $instance;
  3604.     }
  3605.     /**
  3606.      * Gets the private 'console.command.xliff_lint' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3609.      */
  3610.     protected function getConsole_Command_XliffLintService()
  3611.     {
  3612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3614.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3615.         $instance->setName('lint:xliff');
  3616.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3617.         return $instance;
  3618.     }
  3619.     /**
  3620.      * Gets the private 'console.command.yaml_lint' shared service.
  3621.      *
  3622.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3623.      */
  3624.     protected function getConsole_Command_YamlLintService()
  3625.     {
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3629.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3630.         $instance->setName('lint:yaml');
  3631.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3632.         return $instance;
  3633.     }
  3634.     /**
  3635.      * Gets the private 'console.error_listener' shared service.
  3636.      *
  3637.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3638.      */
  3639.     protected function getConsole_ErrorListenerService()
  3640.     {
  3641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3642.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3643.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3644.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3645.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3646.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3647.     }
  3648.     /**
  3649.      * Gets the private 'container.env_var_processor' shared service.
  3650.      *
  3651.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3652.      */
  3653.     protected function getContainer_EnvVarProcessorService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3657.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3658.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3659.         }, 1));
  3660.     }
  3661.     /**
  3662.      * Gets the private 'container.getenv' shared service.
  3663.      *
  3664.      * @return \Closure
  3665.      */
  3666.     protected function getContainer_GetenvService()
  3667.     {
  3668.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3669.     }
  3670.     /**
  3671.      * Gets the private 'data_collector.form' shared service.
  3672.      *
  3673.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3674.      */
  3675.     protected function getDataCollector_FormService()
  3676.     {
  3677.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3678.     }
  3679.     /**
  3680.      * Gets the private 'data_collector.request' shared service.
  3681.      *
  3682.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3683.      */
  3684.     protected function getDataCollector_RequestService()
  3685.     {
  3686.         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())));
  3687.     }
  3688.     /**
  3689.      * Gets the private 'data_collector.request.session_collector' shared service.
  3690.      *
  3691.      * @return \Closure
  3692.      */
  3693.     protected function getDataCollector_Request_SessionCollectorService()
  3694.     {
  3695.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3696.     }
  3697.     /**
  3698.      * Gets the private 'debug.argument_resolver.default' shared service.
  3699.      *
  3700.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3701.      */
  3702.     protected function getDebug_ArgumentResolver_DefaultService()
  3703.     {
  3704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3707.         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))));
  3708.     }
  3709.     /**
  3710.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3711.      *
  3712.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3713.      */
  3714.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3715.     {
  3716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3719.         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.ZAresCp'] ?? $this->get_ServiceLocator_ZAresCpService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3720.     }
  3721.     /**
  3722.      * Gets the private 'debug.argument_resolver.request' shared service.
  3723.      *
  3724.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3725.      */
  3726.     protected function getDebug_ArgumentResolver_RequestService()
  3727.     {
  3728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3731.         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))));
  3732.     }
  3733.     /**
  3734.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3735.      *
  3736.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3737.      */
  3738.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3739.     {
  3740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3743.         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))));
  3744.     }
  3745.     /**
  3746.      * Gets the private 'debug.argument_resolver.service' shared service.
  3747.      *
  3748.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3749.      */
  3750.     protected function getDebug_ArgumentResolver_ServiceService()
  3751.     {
  3752.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3753.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3755.         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.ZAresCp'] ?? $this->get_ServiceLocator_ZAresCpService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3756.     }
  3757.     /**
  3758.      * Gets the private 'debug.argument_resolver.session' shared service.
  3759.      *
  3760.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3761.      */
  3762.     protected function getDebug_ArgumentResolver_SessionService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3767.         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))));
  3768.     }
  3769.     /**
  3770.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3771.      *
  3772.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3773.      */
  3774.     protected function getDebug_ArgumentResolver_VariadicService()
  3775.     {
  3776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3779.         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))));
  3780.     }
  3781.     /**
  3782.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3783.      *
  3784.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3785.      */
  3786.     protected function getDebug_DebugHandlersListenerService()
  3787.     {
  3788.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3789.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3790.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3791.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3792.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3793.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3794.     }
  3795.     /**
  3796.      * Gets the private 'debug.dump_listener' shared service.
  3797.      *
  3798.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3799.      */
  3800.     protected function getDebug_DumpListenerService()
  3801.     {
  3802.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3803.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3804.         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()));
  3805.     }
  3806.     /**
  3807.      * Gets the private 'debug.file_link_formatter' shared service.
  3808.      *
  3809.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3810.      */
  3811.     protected function getDebug_FileLinkFormatterService()
  3812.     {
  3813.         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 () {
  3814.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3815.         });
  3816.     }
  3817.     /**
  3818.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3819.      *
  3820.      * @return \string
  3821.      */
  3822.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3823.     {
  3824.         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');
  3825.     }
  3826.     /**
  3827.      * Gets the private 'debug.log_processor' shared service.
  3828.      *
  3829.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3830.      */
  3831.     protected function getDebug_LogProcessorService()
  3832.     {
  3833.         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())));
  3834.     }
  3835.     /**
  3836.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3837.      *
  3838.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3839.      */
  3840.     protected function getDebug_Security_Access_DecisionManagerService()
  3841.     {
  3842.         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 () {
  3843.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3844.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3845.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3846.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3847.     }
  3848.     /**
  3849.      * Gets the private 'debug.security.firewall' shared service.
  3850.      *
  3851.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3852.      */
  3853.     protected function getDebug_Security_FirewallService()
  3854.     {
  3855.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3856.     }
  3857.     /**
  3858.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3859.      *
  3860.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3861.      */
  3862.     protected function getDebug_Security_UserValueResolverService()
  3863.     {
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3867.         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))));
  3868.     }
  3869.     /**
  3870.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3871.      *
  3872.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3873.      */
  3874.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3875.     {
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3880.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3881.     }
  3882.     /**
  3883.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3884.      *
  3885.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3886.      */
  3887.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3888.     {
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3893.         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())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3894.     }
  3895.     /**
  3896.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3897.      *
  3898.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3899.      */
  3900.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3901.     {
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3906.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3907.     }
  3908.     /**
  3909.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3910.      *
  3911.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3912.      */
  3913.     protected function getDebug_Security_Voter_VoteListenerService()
  3914.     {
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3916.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3917.     }
  3918.     /**
  3919.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3920.      *
  3921.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3922.      */
  3923.     protected function getDoctrine_CacheClearMetadataCommandService()
  3924.     {
  3925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3929.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3930.         $instance->setName('doctrine:cache:clear-metadata');
  3931.         return $instance;
  3932.     }
  3933.     /**
  3934.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3935.      *
  3936.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3937.      */
  3938.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3939.     {
  3940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3944.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3945.         $instance->setName('doctrine:cache:clear-query');
  3946.         return $instance;
  3947.     }
  3948.     /**
  3949.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3950.      *
  3951.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3952.      */
  3953.     protected function getDoctrine_CacheClearResultCommandService()
  3954.     {
  3955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3959.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3960.         $instance->setName('doctrine:cache:clear-result');
  3961.         return $instance;
  3962.     }
  3963.     /**
  3964.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3965.      *
  3966.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3967.      */
  3968.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3969.     {
  3970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3974.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3975.         $instance->setName('doctrine:cache:clear-collection-region');
  3976.         return $instance;
  3977.     }
  3978.     /**
  3979.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3980.      *
  3981.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3982.      */
  3983.     protected function getDoctrine_ClearEntityRegionCommandService()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3989.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3990.         $instance->setName('doctrine:cache:clear-entity-region');
  3991.         return $instance;
  3992.     }
  3993.     /**
  3994.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3995.      *
  3996.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3997.      */
  3998.     protected function getDoctrine_ClearQueryRegionCommandService()
  3999.     {
  4000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4004.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  4005.         $instance->setName('doctrine:cache:clear-query-region');
  4006.         return $instance;
  4007.     }
  4008.     /**
  4009.      * Gets the private 'doctrine.database_create_command' shared service.
  4010.      *
  4011.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4012.      */
  4013.     protected function getDoctrine_DatabaseCreateCommandService()
  4014.     {
  4015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4018.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4019.         $instance->setName('doctrine:database:create');
  4020.         return $instance;
  4021.     }
  4022.     /**
  4023.      * Gets the private 'doctrine.database_drop_command' shared service.
  4024.      *
  4025.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4026.      */
  4027.     protected function getDoctrine_DatabaseDropCommandService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4032.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4033.         $instance->setName('doctrine:database:drop');
  4034.         return $instance;
  4035.     }
  4036.     /**
  4037.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4038.      *
  4039.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4040.      */
  4041.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4042.     {
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4047.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  4048.         $instance->setName('doctrine:ensure-production-settings');
  4049.         return $instance;
  4050.     }
  4051.     /**
  4052.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4053.      *
  4054.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4055.      */
  4056.     protected function getDoctrine_MappingConvertCommandService()
  4057.     {
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4060.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4062.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  4063.         $instance->setName('doctrine:mapping:convert');
  4064.         return $instance;
  4065.     }
  4066.     /**
  4067.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4068.      *
  4069.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4070.      */
  4071.     protected function getDoctrine_MappingImportCommandService()
  4072.     {
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4076.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4077.         $instance->setName('doctrine:mapping:import');
  4078.         return $instance;
  4079.     }
  4080.     /**
  4081.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4082.      *
  4083.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4084.      */
  4085.     protected function getDoctrine_MappingInfoCommandService()
  4086.     {
  4087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4091.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  4092.         $instance->setName('doctrine:mapping:info');
  4093.         return $instance;
  4094.     }
  4095.     /**
  4096.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4097.      *
  4098.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4099.      */
  4100.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4101.     {
  4102.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4104.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  4105.     }
  4106.     /**
  4107.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4108.      *
  4109.      * @return \Doctrine\Migrations\DependencyFactory
  4110.      */
  4111.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4112.     {
  4113.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  4114.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  4115.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  4121.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  4122.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  4123.         $a->setAllOrNothing(false);
  4124.         $a->setCheckDatabasePlatform(true);
  4125.         $a->setTransactional(true);
  4126.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4127.         $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()));
  4128.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4129.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4130.         });
  4131.         return $instance;
  4132.     }
  4133.     /**
  4134.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4135.      *
  4136.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4137.      */
  4138.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4139.     {
  4140.         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')]);
  4141.     }
  4142.     /**
  4143.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4144.      *
  4145.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4146.      */
  4147.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4148.     {
  4149.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4150.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4151.     }
  4152.     /**
  4153.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4154.      *
  4155.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4156.      */
  4157.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4160.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4161.     }
  4162.     /**
  4163.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4164.      *
  4165.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4166.      */
  4167.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4168.     {
  4169.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4171.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4172.     }
  4173.     /**
  4174.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4175.      *
  4176.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4177.      */
  4178.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4179.     {
  4180.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4182.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4183.             return new \EmptyIterator();
  4184.         }, 0));
  4185.     }
  4186.     /**
  4187.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4188.      *
  4189.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4190.      */
  4191.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4192.     {
  4193.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4195.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4196.     }
  4197.     /**
  4198.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4199.      *
  4200.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4201.      */
  4202.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4203.     {
  4204.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4206.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4207.     }
  4208.     /**
  4209.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4210.      *
  4211.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4212.      */
  4213.     protected function getDoctrine_Orm_Validator_UniqueService()
  4214.     {
  4215.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4218.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4219.     }
  4220.     /**
  4221.      * Gets the private 'doctrine.query_dql_command' shared service.
  4222.      *
  4223.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4224.      */
  4225.     protected function getDoctrine_QueryDqlCommandService()
  4226.     {
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4231.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4232.         $instance->setName('doctrine:query:dql');
  4233.         return $instance;
  4234.     }
  4235.     /**
  4236.      * Gets the private 'doctrine.query_sql_command' shared service.
  4237.      *
  4238.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4239.      */
  4240.     protected function getDoctrine_QuerySqlCommandService()
  4241.     {
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4245.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4246.         $instance->setName('doctrine:query:sql');
  4247.         return $instance;
  4248.     }
  4249.     /**
  4250.      * Gets the private 'doctrine.schema_create_command' shared service.
  4251.      *
  4252.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4253.      */
  4254.     protected function getDoctrine_SchemaCreateCommandService()
  4255.     {
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4261.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4262.         $instance->setName('doctrine:schema:create');
  4263.         return $instance;
  4264.     }
  4265.     /**
  4266.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4267.      *
  4268.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4269.      */
  4270.     protected function getDoctrine_SchemaDropCommandService()
  4271.     {
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4277.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4278.         $instance->setName('doctrine:schema:drop');
  4279.         return $instance;
  4280.     }
  4281.     /**
  4282.      * Gets the private 'doctrine.schema_update_command' shared service.
  4283.      *
  4284.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4285.      */
  4286.     protected function getDoctrine_SchemaUpdateCommandService()
  4287.     {
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4293.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4294.         $instance->setName('doctrine:schema:update');
  4295.         return $instance;
  4296.     }
  4297.     /**
  4298.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4299.      *
  4300.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4301.      */
  4302.     protected function getDoctrine_SchemaValidateCommandService()
  4303.     {
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4308.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4309.         $instance->setName('doctrine:schema:validate');
  4310.         return $instance;
  4311.     }
  4312.     /**
  4313.      * Gets the private 'doctrine.ulid_generator' shared service.
  4314.      *
  4315.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4316.      */
  4317.     protected function getDoctrine_UlidGeneratorService()
  4318.     {
  4319.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4321.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4322.     }
  4323.     /**
  4324.      * Gets the private 'doctrine.uuid_generator' shared service.
  4325.      *
  4326.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4327.      */
  4328.     protected function getDoctrine_UuidGeneratorService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4332.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4333.     }
  4334.     /**
  4335.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4336.      *
  4337.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4338.      */
  4339.     protected function getDoctrineMigrations_CurrentCommandService()
  4340.     {
  4341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4344.         $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');
  4345.         $instance->setName('doctrine:migrations:current');
  4346.         return $instance;
  4347.     }
  4348.     /**
  4349.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4350.      *
  4351.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4352.      */
  4353.     protected function getDoctrineMigrations_DiffCommandService()
  4354.     {
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4358.         $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');
  4359.         $instance->setName('doctrine:migrations:diff');
  4360.         return $instance;
  4361.     }
  4362.     /**
  4363.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4364.      *
  4365.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4366.      */
  4367.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4372.         $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');
  4373.         $instance->setName('doctrine:migrations:dump-schema');
  4374.         return $instance;
  4375.     }
  4376.     /**
  4377.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4378.      *
  4379.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4380.      */
  4381.     protected function getDoctrineMigrations_ExecuteCommandService()
  4382.     {
  4383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4386.         $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');
  4387.         $instance->setName('doctrine:migrations:execute');
  4388.         return $instance;
  4389.     }
  4390.     /**
  4391.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4392.      *
  4393.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4394.      */
  4395.     protected function getDoctrineMigrations_GenerateCommandService()
  4396.     {
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4400.         $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');
  4401.         $instance->setName('doctrine:migrations:generate');
  4402.         return $instance;
  4403.     }
  4404.     /**
  4405.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4406.      *
  4407.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4408.      */
  4409.     protected function getDoctrineMigrations_LatestCommandService()
  4410.     {
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4414.         $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');
  4415.         $instance->setName('doctrine:migrations:latest');
  4416.         return $instance;
  4417.     }
  4418.     /**
  4419.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4420.      *
  4421.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4422.      */
  4423.     protected function getDoctrineMigrations_MigrateCommandService()
  4424.     {
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4428.         $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');
  4429.         $instance->setName('doctrine:migrations:migrate');
  4430.         return $instance;
  4431.     }
  4432.     /**
  4433.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4434.      *
  4435.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4436.      */
  4437.     protected function getDoctrineMigrations_RollupCommandService()
  4438.     {
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4440.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4442.         $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');
  4443.         $instance->setName('doctrine:migrations:rollup');
  4444.         return $instance;
  4445.     }
  4446.     /**
  4447.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4448.      *
  4449.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4450.      */
  4451.     protected function getDoctrineMigrations_StatusCommandService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4456.         $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');
  4457.         $instance->setName('doctrine:migrations:status');
  4458.         return $instance;
  4459.     }
  4460.     /**
  4461.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4462.      *
  4463.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4464.      */
  4465.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4466.     {
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4470.         $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');
  4471.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4472.         return $instance;
  4473.     }
  4474.     /**
  4475.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4476.      *
  4477.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4478.      */
  4479.     protected function getDoctrineMigrations_UpToDateCommandService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4484.         $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');
  4485.         $instance->setName('doctrine:migrations:up-to-date');
  4486.         return $instance;
  4487.     }
  4488.     /**
  4489.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4490.      *
  4491.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4492.      */
  4493.     protected function getDoctrineMigrations_VersionCommandService()
  4494.     {
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4498.         $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');
  4499.         $instance->setName('doctrine:migrations:version');
  4500.         return $instance;
  4501.     }
  4502.     /**
  4503.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4504.      *
  4505.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4506.      */
  4507.     protected function getDoctrineMigrations_VersionsCommandService()
  4508.     {
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4512.         $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');
  4513.         $instance->setName('doctrine:migrations:list');
  4514.         return $instance;
  4515.     }
  4516.     /**
  4517.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4518.      *
  4519.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4520.      */
  4521.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4522.     {
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4525.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4526.         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()));
  4527.     }
  4528.     /**
  4529.      * Gets the private 'exception_listener' shared service.
  4530.      *
  4531.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4532.      */
  4533.     protected function getExceptionListenerService()
  4534.     {
  4535.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4536.     }
  4537.     /**
  4538.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4539.      *
  4540.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4541.      */
  4542.     protected function getForm_ChoiceListFactory_CachedService()
  4543.     {
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4548.         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())));
  4549.     }
  4550.     /**
  4551.      * Gets the private 'form.registry' shared service.
  4552.      *
  4553.      * @return \Symfony\Component\Form\FormRegistry
  4554.      */
  4555.     protected function getForm_RegistryService()
  4556.     {
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4564.         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, [
  4565.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4566.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4567.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4568.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4569.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4570.         ], [
  4571.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4572.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4573.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4574.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4575.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4576.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4577.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4578.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4579.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4580.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4581.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4582.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4583.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4584.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4585.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4586.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4587.         }, 1)], new RewindableGenerator(function () {
  4588.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4589.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4590.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4591.     }
  4592.     /**
  4593.      * Gets the private 'form.server_params' shared service.
  4594.      *
  4595.      * @return \Symfony\Component\Form\Util\ServerParams
  4596.      */
  4597.     protected function getForm_ServerParamsService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4600.         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())));
  4601.     }
  4602.     /**
  4603.      * Gets the private 'form.type.choice' shared service.
  4604.      *
  4605.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4606.      */
  4607.     protected function getForm_Type_ChoiceService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4612.         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()));
  4613.     }
  4614.     /**
  4615.      * Gets the private 'form.type.color' shared service.
  4616.      *
  4617.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4618.      */
  4619.     protected function getForm_Type_ColorService()
  4620.     {
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4624.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4625.     }
  4626.     /**
  4627.      * Gets the private 'form.type.entity' shared service.
  4628.      *
  4629.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4630.      */
  4631.     protected function getForm_Type_EntityService()
  4632.     {
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4637.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4638.     }
  4639.     /**
  4640.      * Gets the private 'form.type.form' shared service.
  4641.      *
  4642.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4643.      */
  4644.     protected function getForm_Type_FormService()
  4645.     {
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4650.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4651.     }
  4652.     /**
  4653.      * Gets the private 'form.type_extension.csrf' shared service.
  4654.      *
  4655.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4656.      */
  4657.     protected function getForm_TypeExtension_CsrfService()
  4658.     {
  4659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4662.         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()));
  4663.     }
  4664.     /**
  4665.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4666.      *
  4667.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4668.      */
  4669.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4670.     {
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4674.         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()));
  4675.     }
  4676.     /**
  4677.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4678.      *
  4679.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4680.      */
  4681.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4688.         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())));
  4689.     }
  4690.     /**
  4691.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4692.      *
  4693.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4694.      */
  4695.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4696.     {
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4700.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4701.     }
  4702.     /**
  4703.      * Gets the private 'form.type_extension.form.validator' shared service.
  4704.      *
  4705.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4706.      */
  4707.     protected function getForm_TypeExtension_Form_ValidatorService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4713.         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()));
  4714.     }
  4715.     /**
  4716.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4717.      *
  4718.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4719.      */
  4720.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4721.     {
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4725.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4726.     }
  4727.     /**
  4728.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4729.      *
  4730.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4731.      */
  4732.     protected function getForm_TypeGuesser_DoctrineService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4736.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4737.     }
  4738.     /**
  4739.      * Gets the private 'form.type_guesser.validator' shared service.
  4740.      *
  4741.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4742.      */
  4743.     protected function getForm_TypeGuesser_ValidatorService()
  4744.     {
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4747.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4748.     }
  4749.     /**
  4750.      * Gets the private 'fragment.renderer.inline' shared service.
  4751.      *
  4752.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4753.      */
  4754.     protected function getFragment_Renderer_InlineService()
  4755.     {
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4759.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4760.         $instance->setFragmentPath('/_fragment');
  4761.         return $instance;
  4762.     }
  4763.     /**
  4764.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4765.      *
  4766.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4767.      */
  4768.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4769.     {
  4770.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  4771.     }
  4772.     /**
  4773.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4774.      *
  4775.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4776.      */
  4777.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4778.     {
  4779.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  4780.     }
  4781.     /**
  4782.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4783.      *
  4784.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4785.      */
  4786.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4787.     {
  4788.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  4789.     }
  4790.     /**
  4791.      * Gets the private 'locale_aware_listener' shared service.
  4792.      *
  4793.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4794.      */
  4795.     protected function getLocaleAwareListenerService()
  4796.     {
  4797.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4798.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4799.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4800.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4801.     }
  4802.     /**
  4803.      * Gets the private 'locale_listener' shared service.
  4804.      *
  4805.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4806.      */
  4807.     protected function getLocaleListenerService()
  4808.     {
  4809.         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, []);
  4810.     }
  4811.     /**
  4812.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4813.      *
  4814.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4815.      */
  4816.     protected function getMaker_AutoCommand_MakeAuthService()
  4817.     {
  4818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4825.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4826.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4827.         $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);
  4828.         $instance->setName('make:auth');
  4829.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4830.         return $instance;
  4831.     }
  4832.     /**
  4833.      * Gets the private 'maker.auto_command.make_command' shared service.
  4834.      *
  4835.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4836.      */
  4837.     protected function getMaker_AutoCommand_MakeCommandService()
  4838.     {
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4844.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4845.         $instance->setName('make:command');
  4846.         $instance->setDescription('Creates a new console command class');
  4847.         return $instance;
  4848.     }
  4849.     /**
  4850.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4851.      *
  4852.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4853.      */
  4854.     protected function getMaker_AutoCommand_MakeControllerService()
  4855.     {
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4861.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4862.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4863.         $instance->setName('make:controller');
  4864.         $instance->setDescription('Creates a new controller class');
  4865.         return $instance;
  4866.     }
  4867.     /**
  4868.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4869.      *
  4870.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4871.      */
  4872.     protected function getMaker_AutoCommand_MakeCrudService()
  4873.     {
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4879.         $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()));
  4880.         $instance->setName('make:crud');
  4881.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4882.         return $instance;
  4883.     }
  4884.     /**
  4885.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4886.      *
  4887.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4888.      */
  4889.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4890.     {
  4891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4896.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4897.         $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()));
  4898.         $instance->setName('make:docker:database');
  4899.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4900.         return $instance;
  4901.     }
  4902.     /**
  4903.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4904.      *
  4905.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4906.      */
  4907.     protected function getMaker_AutoCommand_MakeEntityService()
  4908.     {
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4915.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4916.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4917.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4918.         $instance->setName('make:entity');
  4919.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4920.         return $instance;
  4921.     }
  4922.     /**
  4923.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4924.      *
  4925.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4926.      */
  4927.     protected function getMaker_AutoCommand_MakeFixturesService()
  4928.     {
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4934.         $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()));
  4935.         $instance->setName('make:fixtures');
  4936.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4937.         return $instance;
  4938.     }
  4939.     /**
  4940.      * Gets the private 'maker.auto_command.make_form' shared service.
  4941.      *
  4942.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4943.      */
  4944.     protected function getMaker_AutoCommand_MakeFormService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4951.         $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()));
  4952.         $instance->setName('make:form');
  4953.         $instance->setDescription('Creates a new form class');
  4954.         return $instance;
  4955.     }
  4956.     /**
  4957.      * Gets the private 'maker.auto_command.make_message' shared service.
  4958.      *
  4959.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4960.      */
  4961.     protected function getMaker_AutoCommand_MakeMessageService()
  4962.     {
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4968.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4969.         $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()));
  4970.         $instance->setName('make:message');
  4971.         $instance->setDescription('Creates a new message and handler');
  4972.         return $instance;
  4973.     }
  4974.     /**
  4975.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4976.      *
  4977.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4978.      */
  4979.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4980.     {
  4981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4986.         $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()));
  4987.         $instance->setName('make:messenger-middleware');
  4988.         $instance->setDescription('Creates a new messenger middleware');
  4989.         return $instance;
  4990.     }
  4991.     /**
  4992.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4993.      *
  4994.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4995.      */
  4996.     protected function getMaker_AutoCommand_MakeMigrationService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5004.         $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()));
  5005.         $instance->setName('make:migration');
  5006.         $instance->setDescription('Creates a new migration based on database changes');
  5007.         return $instance;
  5008.     }
  5009.     /**
  5010.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5011.      *
  5012.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5013.      */
  5014.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5015.     {
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5021.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5022.         $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()));
  5023.         $instance->setName('make:registration-form');
  5024.         $instance->setDescription('Creates a new registration form system');
  5025.         return $instance;
  5026.     }
  5027.     /**
  5028.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5029.      *
  5030.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5031.      */
  5032.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5039.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5040.         $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()));
  5041.         $instance->setName('make:reset-password');
  5042.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5043.         return $instance;
  5044.     }
  5045.     /**
  5046.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5047.      *
  5048.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5049.      */
  5050.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5051.     {
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5057.         $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()));
  5058.         $instance->setName('make:serializer:encoder');
  5059.         $instance->setDescription('Creates a new serializer encoder class');
  5060.         return $instance;
  5061.     }
  5062.     /**
  5063.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5064.      *
  5065.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5066.      */
  5067.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5074.         $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()));
  5075.         $instance->setName('make:serializer:normalizer');
  5076.         $instance->setDescription('Creates a new serializer normalizer class');
  5077.         return $instance;
  5078.     }
  5079.     /**
  5080.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5081.      *
  5082.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5083.      */
  5084.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5085.     {
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5092.         $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()));
  5093.         $instance->setName('make:subscriber');
  5094.         $instance->setDescription('Creates a new event subscriber class');
  5095.         return $instance;
  5096.     }
  5097.     /**
  5098.      * Gets the private 'maker.auto_command.make_test' shared service.
  5099.      *
  5100.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5101.      */
  5102.     protected function getMaker_AutoCommand_MakeTestService()
  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/InputAwareMakerInterface.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5110.         $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()));
  5111.         $instance->setName('make:test');
  5112.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5113.         $instance->setDescription('Creates a new test class');
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5118.      *
  5119.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5120.      */
  5121.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5128.         $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()));
  5129.         $instance->setName('make:twig-extension');
  5130.         $instance->setDescription('Creates a new Twig extension class');
  5131.         return $instance;
  5132.     }
  5133.     /**
  5134.      * Gets the private 'maker.auto_command.make_user' shared service.
  5135.      *
  5136.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5137.      */
  5138.     protected function getMaker_AutoCommand_MakeUserService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5147.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5148.         $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()));
  5149.         $instance->setName('make:user');
  5150.         $instance->setDescription('Creates a new security user class');
  5151.         return $instance;
  5152.     }
  5153.     /**
  5154.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5155.      *
  5156.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5157.      */
  5158.     protected function getMaker_AutoCommand_MakeValidatorService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5165.         $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()));
  5166.         $instance->setName('make:validator');
  5167.         $instance->setDescription('Creates a new validator and constraint class');
  5168.         return $instance;
  5169.     }
  5170.     /**
  5171.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5172.      *
  5173.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5174.      */
  5175.     protected function getMaker_AutoCommand_MakeVoterService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5182.         $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()));
  5183.         $instance->setName('make:voter');
  5184.         $instance->setDescription('Creates a new security voter class');
  5185.         return $instance;
  5186.     }
  5187.     /**
  5188.      * Gets the private 'maker.doctrine_helper' shared service.
  5189.      *
  5190.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5191.      */
  5192.     protected function getMaker_DoctrineHelperService()
  5193.     {
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5195.         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())]]]);
  5196.     }
  5197.     /**
  5198.      * Gets the private 'maker.entity_class_generator' shared service.
  5199.      *
  5200.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5201.      */
  5202.     protected function getMaker_EntityClassGeneratorService()
  5203.     {
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5205.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  5206.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5207.         return $instance;
  5208.     }
  5209.     /**
  5210.      * Gets the private 'maker.file_manager' shared service.
  5211.      *
  5212.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5213.      */
  5214.     protected function getMaker_FileManagerService()
  5215.     {
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5221.         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'));
  5222.     }
  5223.     /**
  5224.      * Gets the private 'maker.generator' shared service.
  5225.      *
  5226.      * @return \Symfony\Bundle\MakerBundle\Generator
  5227.      */
  5228.     protected function getMaker_GeneratorService()
  5229.     {
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5232.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5233.         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));
  5234.     }
  5235.     /**
  5236.      * Gets the private 'maker.php_compat_util' shared service.
  5237.      *
  5238.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5239.      */
  5240.     protected function getMaker_PhpCompatUtilService()
  5241.     {
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5243.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5244.     }
  5245.     /**
  5246.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5247.      *
  5248.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5249.      */
  5250.     protected function getMaker_Renderer_FormTypeRendererService()
  5251.     {
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5253.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5254.     }
  5255.     /**
  5256.      * Gets the private 'mime_types' shared service.
  5257.      *
  5258.      * @return \Symfony\Component\Mime\MimeTypes
  5259.      */
  5260.     protected function getMimeTypesService()
  5261.     {
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5265.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5266.         $instance->setDefault($instance);
  5267.         return $instance;
  5268.     }
  5269.     /**
  5270.      * Gets the private 'monolog.command.server_log' shared service.
  5271.      *
  5272.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5273.      */
  5274.     protected function getMonolog_Command_ServerLogService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5278.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5279.         $instance->setName('server:log');
  5280.         $instance->setDescription('Start a log server that displays logs in real time');
  5281.         return $instance;
  5282.     }
  5283.     /**
  5284.      * Gets the private 'monolog.handler.console' shared service.
  5285.      *
  5286.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5287.      */
  5288.     protected function getMonolog_Handler_ConsoleService()
  5289.     {
  5290.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5291.     }
  5292.     /**
  5293.      * Gets the private 'monolog.handler.main' shared service.
  5294.      *
  5295.      * @return \Monolog\Handler\StreamHandler
  5296.      */
  5297.     protected function getMonolog_Handler_MainService()
  5298.     {
  5299.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5300.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5301.         return $instance;
  5302.     }
  5303.     /**
  5304.      * Gets the private 'monolog.logger' shared service.
  5305.      *
  5306.      * @return \Symfony\Bridge\Monolog\Logger
  5307.      */
  5308.     protected function getMonolog_LoggerService()
  5309.     {
  5310.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5311.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5312.         $instance->useMicrosecondTimestamps(true);
  5313.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5314.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5315.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5316.         return $instance;
  5317.     }
  5318.     /**
  5319.      * Gets the private 'monolog.logger.cache' shared service.
  5320.      *
  5321.      * @return \Symfony\Bridge\Monolog\Logger
  5322.      */
  5323.     protected function getMonolog_Logger_CacheService()
  5324.     {
  5325.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5326.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5327.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5328.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5329.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5330.         return $instance;
  5331.     }
  5332.     /**
  5333.      * Gets the private 'monolog.logger.request' shared service.
  5334.      *
  5335.      * @return \Symfony\Bridge\Monolog\Logger
  5336.      */
  5337.     protected function getMonolog_Logger_RequestService()
  5338.     {
  5339.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5340.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5341.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5342.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5343.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5344.         return $instance;
  5345.     }
  5346.     /**
  5347.      * Gets the private 'monolog.logger.security' shared service.
  5348.      *
  5349.      * @return \Symfony\Bridge\Monolog\Logger
  5350.      */
  5351.     protected function getMonolog_Logger_SecurityService()
  5352.     {
  5353.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5354.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5355.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5356.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5357.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5358.         return $instance;
  5359.     }
  5360.     /**
  5361.      * Gets the private 'parameter_bag' shared service.
  5362.      *
  5363.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5364.      */
  5365.     protected function getParameterBagService()
  5366.     {
  5367.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5368.     }
  5369.     /**
  5370.      * Gets the private 'profiler_listener' shared service.
  5371.      *
  5372.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5373.      */
  5374.     protected function getProfilerListenerService()
  5375.     {
  5376.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  5377.     }
  5378.     /**
  5379.      * Gets the private 'property_accessor' shared service.
  5380.      *
  5381.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5382.      */
  5383.     protected function getPropertyAccessorService()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5391.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5392.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5393.     }
  5394.     /**
  5395.      * Gets the private 'property_info' shared service.
  5396.      *
  5397.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5398.      */
  5399.     protected function getPropertyInfoService()
  5400.     {
  5401.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5402.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5403.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5404.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5405.         }, 3), new RewindableGenerator(function () {
  5406.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5407.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5408.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5409.         }, 3), new RewindableGenerator(function () {
  5410.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5411.         }, 1), new RewindableGenerator(function () {
  5412.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5413.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5414.         }, 2), new RewindableGenerator(function () {
  5415.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5416.         }, 1));
  5417.     }
  5418.     /**
  5419.      * Gets the private 'property_info.serializer_extractor' shared service.
  5420.      *
  5421.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5422.      */
  5423.     protected function getPropertyInfo_SerializerExtractorService()
  5424.     {
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5426.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5427.     }
  5428.     /**
  5429.      * Gets the private 'router.cache_warmer' shared service.
  5430.      *
  5431.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5432.      */
  5433.     protected function getRouter_CacheWarmerService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5437.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5438.             'router' => ['services''router''getRouterService'false],
  5439.         ], [
  5440.             'router' => '?',
  5441.         ]))->withContext('router.cache_warmer'$this));
  5442.     }
  5443.     /**
  5444.      * Gets the private 'router.expression_language_provider' shared service.
  5445.      *
  5446.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5447.      */
  5448.     protected function getRouter_ExpressionLanguageProviderService()
  5449.     {
  5450.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5451.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5452.         ], [
  5453.             'env' => 'Closure',
  5454.         ]));
  5455.     }
  5456.     /**
  5457.      * Gets the private 'router.request_context' shared service.
  5458.      *
  5459.      * @return \Symfony\Component\Routing\RequestContext
  5460.      */
  5461.     protected function getRouter_RequestContextService()
  5462.     {
  5463.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5464.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5465.         return $instance;
  5466.     }
  5467.     /**
  5468.      * Gets the private 'router_listener' shared service.
  5469.      *
  5470.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5471.      */
  5472.     protected function getRouterListenerService()
  5473.     {
  5474.         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);
  5475.     }
  5476.     /**
  5477.      * Gets the private 'secrets.vault' shared service.
  5478.      *
  5479.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5480.      */
  5481.     protected function getSecrets_VaultService()
  5482.     {
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5486.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5487.         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'));
  5488.     }
  5489.     /**
  5490.      * Gets the private 'security.access_listener' shared service.
  5491.      *
  5492.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5493.      */
  5494.     protected function getSecurity_AccessListenerService()
  5495.     {
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5499.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5500.     }
  5501.     /**
  5502.      * Gets the private 'security.access_map' shared service.
  5503.      *
  5504.      * @return \Symfony\Component\Security\Http\AccessMap
  5505.      */
  5506.     protected function getSecurity_AccessMapService()
  5507.     {
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5512.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5513.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/updateOrders'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5514.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5515.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  5516.         return $instance;
  5517.     }
  5518.     /**
  5519.      * Gets the private 'security.authentication.guard_handler' shared service.
  5520.      *
  5521.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  5522.      *
  5523.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  5524.      */
  5525.     protected function getSecurity_Authentication_GuardHandlerService()
  5526.     {
  5527.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5530.         $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  5531.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  5532.         return $instance;
  5533.     }
  5534.     /**
  5535.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5536.      *
  5537.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5538.      *
  5539.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  5540.      */
  5541.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5542.     {
  5543.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5544.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5545.     }
  5546.     /**
  5547.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5548.      *
  5549.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5550.      *
  5551.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  5552.      */
  5553.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5554.     {
  5555.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  5556.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  5557.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5558.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5559.     }
  5560.     /**
  5561.      * Gets the private 'security.authentication.manager' shared service.
  5562.      *
  5563.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5564.      *
  5565.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  5566.      */
  5567.     protected function getSecurity_Authentication_ManagerService()
  5568.     {
  5569.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  5570.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5571.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5572.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  5573.         }, 2), true);
  5574.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5575.         return $instance;
  5576.     }
  5577.     /**
  5578.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  5579.      *
  5580.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  5581.      *
  5582.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  5583.      */
  5584.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  5585.     {
  5586.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5587.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  5588.     }
  5589.     /**
  5590.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5591.      *
  5592.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5593.      *
  5594.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  5595.      */
  5596.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5597.     {
  5598.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  5603.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5604.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5605.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  5606.     }
  5607.     /**
  5608.      * Gets the private 'security.authentication_utils' shared service.
  5609.      *
  5610.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  5611.      */
  5612.     protected function getSecurity_AuthenticationUtilsService()
  5613.     {
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  5615.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5616.     }
  5617.     /**
  5618.      * Gets the private 'security.channel_listener' shared service.
  5619.      *
  5620.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5621.      */
  5622.     protected function getSecurity_ChannelListenerService()
  5623.     {
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5627.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5628.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  5629.     }
  5630.     /**
  5631.      * Gets the private 'security.command.debug_firewall' shared service.
  5632.      *
  5633.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  5634.      */
  5635.     protected function getSecurity_Command_DebugFirewallService()
  5636.     {
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  5639.         $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);
  5640.         $instance->setName('debug:firewall');
  5641.         $instance->setDescription('Display information about your security firewall(s)');
  5642.         return $instance;
  5643.     }
  5644.     /**
  5645.      * Gets the private 'security.command.user_password_encoder' shared service.
  5646.      *
  5647.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5648.      *
  5649.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  5650.      */
  5651.     protected function getSecurity_Command_UserPasswordEncoderService()
  5652.     {
  5653.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  5654.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5655.         $instance->setName('security:encode-password');
  5656.         $instance->setDescription('Encode a password');
  5657.         return $instance;
  5658.     }
  5659.     /**
  5660.      * Gets the private 'security.command.user_password_hash' shared service.
  5661.      *
  5662.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  5663.      */
  5664.     protected function getSecurity_Command_UserPasswordHashService()
  5665.     {
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  5668.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  5669.         $instance->setName('security:hash-password');
  5670.         $instance->setDescription('Hash a user password');
  5671.         return $instance;
  5672.     }
  5673.     /**
  5674.      * Gets the private 'security.context_listener.0' shared service.
  5675.      *
  5676.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5677.      */
  5678.     protected function getSecurity_ContextListener_0Service()
  5679.     {
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5683.         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 () {
  5684.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5685.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  5686.     }
  5687.     /**
  5688.      * Gets the private 'security.csrf.token_storage' shared service.
  5689.      *
  5690.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5691.      */
  5692.     protected function getSecurity_Csrf_TokenStorageService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5697.         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())));
  5698.     }
  5699.     /**
  5700.      * Gets the private 'security.encoder_factory.generic' shared service.
  5701.      *
  5702.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5703.      *
  5704.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  5705.      */
  5706.     protected function getSecurity_EncoderFactory_GenericService()
  5707.     {
  5708.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  5709.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  5710.     }
  5711.     /**
  5712.      * Gets the private 'security.event_dispatcher.main' shared service.
  5713.      *
  5714.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5715.      */
  5716.     protected function getSecurity_EventDispatcher_MainService()
  5717.     {
  5718.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5719.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5720.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  5721.         }, => 'onLogout'], 64);
  5722.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5723.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5724.         }, => 'onLogout'], 0);
  5725.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5726.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5727.         }, => 'onLogout'], 0);
  5728.         return $instance;
  5729.     }
  5730.     /**
  5731.      * Gets the private 'security.firewall.map' shared service.
  5732.      *
  5733.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5734.      */
  5735.     protected function getSecurity_Firewall_MapService()
  5736.     {
  5737.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  5738.             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)/')));
  5739.             yield 'security.firewall.map.context.main' => NULL;
  5740.         }, 2));
  5741.     }
  5742.     /**
  5743.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5744.      *
  5745.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5746.      */
  5747.     protected function getSecurity_Firewall_Map_Context_DevService()
  5748.     {
  5749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5751.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5752.             return new \EmptyIterator();
  5753.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  5754.     }
  5755.     /**
  5756.      * Gets the private 'security.firewall.map.context.main' shared service.
  5757.      *
  5758.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5759.      */
  5760.     protected function getSecurity_Firewall_Map_Context_MainService()
  5761.     {
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5770.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  5771.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5772.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5773.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5774.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5775.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5776.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5777.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5778.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5779.     }
  5780.     /**
  5781.      * Gets the private 'security.http_utils' shared service.
  5782.      *
  5783.      * @return \Symfony\Component\Security\Http\HttpUtils
  5784.      */
  5785.     protected function getSecurity_HttpUtilsService()
  5786.     {
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5788.         $a = ($this->services['router'] ?? $this->getRouterService());
  5789.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5790.     }
  5791.     /**
  5792.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  5793.      *
  5794.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  5795.      */
  5796.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  5797.     {
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  5799.         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()));
  5800.     }
  5801.     /**
  5802.      * Gets the private 'security.logout.listener.default.main' shared service.
  5803.      *
  5804.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  5805.      */
  5806.     protected function getSecurity_Logout_Listener_Default_MainService()
  5807.     {
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  5809.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  5810.     }
  5811.     /**
  5812.      * Gets the private 'security.logout_url_generator' shared service.
  5813.      *
  5814.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5815.      */
  5816.     protected function getSecurity_LogoutUrlGeneratorService()
  5817.     {
  5818.         $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()));
  5819.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5820.         return $instance;
  5821.     }
  5822.     /**
  5823.      * Gets the private 'security.password_hasher_factory' shared service.
  5824.      *
  5825.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  5826.      */
  5827.     protected function getSecurity_PasswordHasherFactoryService()
  5828.     {
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  5831.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  5832.     }
  5833.     /**
  5834.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5835.      *
  5836.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5837.      */
  5838.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5839.     {
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5843.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  5844.     }
  5845.     /**
  5846.      * Gets the private 'security.validator.user_password' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5849.      */
  5850.     protected function getSecurity_Validator_UserPasswordService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5855.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  5856.     }
  5857.     /**
  5858.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5859.      *
  5860.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5861.      */
  5862.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5863.     {
  5864.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5865.     }
  5866.     /**
  5867.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5868.      *
  5869.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5870.      */
  5871.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5872.     {
  5873.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5874.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5875.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5876.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5877.     }
  5878.     /**
  5879.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5880.      *
  5881.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5882.      */
  5883.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5884.     {
  5885.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5886.     }
  5887.     /**
  5888.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5889.      *
  5890.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5891.      */
  5892.     protected function getSensioFrameworkExtra_View_ListenerService()
  5893.     {
  5894.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  5895.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5896.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5897.         ], [
  5898.             'twig' => '?',
  5899.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5900.         return $instance;
  5901.     }
  5902.     /**
  5903.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5904.      *
  5905.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5906.      */
  5907.     protected function getSerializer_Mapping_CacheWarmerService()
  5908.     {
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5914.         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'));
  5915.     }
  5916.     /**
  5917.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5918.      *
  5919.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5920.      */
  5921.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5922.     {
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5929.         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()))]));
  5930.     }
  5931.     /**
  5932.      * Gets the private 'session.factory' shared service.
  5933.      *
  5934.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  5935.      */
  5936.     protected function getSession_FactoryService()
  5937.     {
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  5940.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  5941.     }
  5942.     /**
  5943.      * Gets the private 'session.storage.factory.service' shared service.
  5944.      *
  5945.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  5946.      *
  5947.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  5948.      */
  5949.     protected function getSession_Storage_Factory_ServiceService()
  5950.     {
  5951.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  5952.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  5953.     }
  5954.     /**
  5955.      * Gets the private 'session.storage.metadata_bag' shared service.
  5956.      *
  5957.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  5958.      *
  5959.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  5960.      */
  5961.     protected function getSession_Storage_MetadataBagService()
  5962.     {
  5963.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  5964.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  5965.     }
  5966.     /**
  5967.      * Gets the private 'session.storage.native' shared service.
  5968.      *
  5969.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5970.      *
  5971.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  5972.      */
  5973.     protected function getSession_Storage_NativeService()
  5974.     {
  5975.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  5976.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  5977.     }
  5978.     /**
  5979.      * Gets the private 'session_listener' shared service.
  5980.      *
  5981.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5982.      */
  5983.     protected function getSessionListenerService()
  5984.     {
  5985.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5986.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  5987.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5988.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5989.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  5990.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  5991.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  5992.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5993.         ], [
  5994.             'initialized_session' => '?',
  5995.             'logger' => '?',
  5996.             'request_stack' => '?',
  5997.             'session' => '?',
  5998.             'session_collector' => '?',
  5999.             'session_factory' => '?',
  6000.             'session_storage' => '?',
  6001.         ]), true$this->parameters['session.storage.options']);
  6002.     }
  6003.     /**
  6004.      * Gets the private 'translation.extractor' shared service.
  6005.      *
  6006.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6007.      */
  6008.     protected function getTranslation_ExtractorService()
  6009.     {
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6015.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6016.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6017.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6018.         return $instance;
  6019.     }
  6020.     /**
  6021.      * Gets the private 'translation.loader.csv' shared service.
  6022.      *
  6023.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6024.      */
  6025.     protected function getTranslation_Loader_CsvService()
  6026.     {
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6031.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6032.     }
  6033.     /**
  6034.      * Gets the private 'translation.loader.dat' shared service.
  6035.      *
  6036.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6037.      */
  6038.     protected function getTranslation_Loader_DatService()
  6039.     {
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6043.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6044.     }
  6045.     /**
  6046.      * Gets the private 'translation.loader.ini' shared service.
  6047.      *
  6048.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6049.      */
  6050.     protected function getTranslation_Loader_IniService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6056.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6057.     }
  6058.     /**
  6059.      * Gets the private 'translation.loader.json' shared service.
  6060.      *
  6061.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6062.      */
  6063.     protected function getTranslation_Loader_JsonService()
  6064.     {
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6069.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6070.     }
  6071.     /**
  6072.      * Gets the private 'translation.loader.mo' shared service.
  6073.      *
  6074.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6075.      */
  6076.     protected function getTranslation_Loader_MoService()
  6077.     {
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6082.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6083.     }
  6084.     /**
  6085.      * Gets the private 'translation.loader.php' shared service.
  6086.      *
  6087.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6088.      */
  6089.     protected function getTranslation_Loader_PhpService()
  6090.     {
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6095.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6096.     }
  6097.     /**
  6098.      * Gets the private 'translation.loader.po' shared service.
  6099.      *
  6100.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6101.      */
  6102.     protected function getTranslation_Loader_PoService()
  6103.     {
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6108.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6109.     }
  6110.     /**
  6111.      * Gets the private 'translation.loader.qt' shared service.
  6112.      *
  6113.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6114.      */
  6115.     protected function getTranslation_Loader_QtService()
  6116.     {
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6119.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6120.     }
  6121.     /**
  6122.      * Gets the private 'translation.loader.res' shared service.
  6123.      *
  6124.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6125.      */
  6126.     protected function getTranslation_Loader_ResService()
  6127.     {
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6130.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6131.     }
  6132.     /**
  6133.      * Gets the private 'translation.loader.xliff' shared service.
  6134.      *
  6135.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6136.      */
  6137.     protected function getTranslation_Loader_XliffService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6141.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6142.     }
  6143.     /**
  6144.      * Gets the private 'translation.loader.yml' shared service.
  6145.      *
  6146.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6147.      */
  6148.     protected function getTranslation_Loader_YmlService()
  6149.     {
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6154.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6155.     }
  6156.     /**
  6157.      * Gets the private 'translation.provider_collection' shared service.
  6158.      *
  6159.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6160.      */
  6161.     protected function getTranslation_ProviderCollectionService()
  6162.     {
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6165.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6166.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6167.         }, 1), []))->fromConfig([]);
  6168.     }
  6169.     /**
  6170.      * Gets the private 'translation.reader' shared service.
  6171.      *
  6172.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6173.      */
  6174.     protected function getTranslation_ReaderService()
  6175.     {
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6192.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6193.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6194.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6195.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6196.         $instance->addLoader('yaml'$a);
  6197.         $instance->addLoader('yml'$a);
  6198.         $instance->addLoader('xlf'$b);
  6199.         $instance->addLoader('xliff'$b);
  6200.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6201.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6202.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6203.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6204.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6205.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6206.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6207.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6208.         return $instance;
  6209.     }
  6210.     /**
  6211.      * Gets the private 'translation.warmer' shared service.
  6212.      *
  6213.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6214.      */
  6215.     protected function getTranslation_WarmerService()
  6216.     {
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6219.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6220.             'translator' => ['services''translator''getTranslatorService'false],
  6221.         ], [
  6222.             'translator' => '?',
  6223.         ]))->withContext('translation.warmer'$this));
  6224.     }
  6225.     /**
  6226.      * Gets the private 'translation.writer' shared service.
  6227.      *
  6228.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6229.      */
  6230.     protected function getTranslation_WriterService()
  6231.     {
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6246.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6247.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6248.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6249.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6250.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6251.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6252.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6253.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6254.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6255.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6256.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6257.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6258.         return $instance;
  6259.     }
  6260.     /**
  6261.      * Gets the private 'translator.default' shared service.
  6262.      *
  6263.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6264.      */
  6265.     protected function getTranslator_DefaultService()
  6266.     {
  6267.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6268.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6269.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6270.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6271.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6272.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6273.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6274.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6275.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6276.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6277.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6278.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6279.         ], [
  6280.             'translation.loader.csv' => '?',
  6281.             'translation.loader.dat' => '?',
  6282.             'translation.loader.ini' => '?',
  6283.             'translation.loader.json' => '?',
  6284.             'translation.loader.mo' => '?',
  6285.             'translation.loader.php' => '?',
  6286.             'translation.loader.po' => '?',
  6287.             'translation.loader.qt' => '?',
  6288.             'translation.loader.res' => '?',
  6289.             'translation.loader.xliff' => '?',
  6290.             'translation.loader.yml' => '?',
  6291.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/twig/extra-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/stof/doctrine-extensions-bundle/src/translations'17 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  6292.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6293.         $instance->setFallbackLocales([=> 'en']);
  6294.         return $instance;
  6295.     }
  6296.     /**
  6297.      * Gets the private 'twig.command.debug' shared service.
  6298.      *
  6299.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6300.      */
  6301.     protected function getTwig_Command_DebugService()
  6302.     {
  6303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6305.         $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()));
  6306.         $instance->setName('debug:twig');
  6307.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6308.         return $instance;
  6309.     }
  6310.     /**
  6311.      * Gets the private 'twig.command.lint' shared service.
  6312.      *
  6313.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6314.      */
  6315.     protected function getTwig_Command_LintService()
  6316.     {
  6317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6320.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6321.         $instance->setName('lint:twig');
  6322.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6323.         return $instance;
  6324.     }
  6325.     /**
  6326.      * Gets the private 'twig.form.renderer' shared service.
  6327.      *
  6328.      * @return \Symfony\Component\Form\FormRenderer
  6329.      */
  6330.     protected function getTwig_Form_RendererService()
  6331.     {
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6337.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6338.     }
  6339.     /**
  6340.      * Gets the private 'twig.mailer.message_listener' shared service.
  6341.      *
  6342.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6343.      */
  6344.     protected function getTwig_Mailer_MessageListenerService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6349.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6350.     }
  6351.     /**
  6352.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6353.      *
  6354.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6355.      */
  6356.     protected function getTwig_Runtime_HttpkernelService()
  6357.     {
  6358.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6364.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6365.         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, [
  6366.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6367.         ], [
  6368.             'inline' => '?',
  6369.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6370.     }
  6371.     /**
  6372.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6373.      *
  6374.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6375.      */
  6376.     protected function getTwig_Runtime_SecurityCsrfService()
  6377.     {
  6378.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6379.         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()));
  6380.     }
  6381.     /**
  6382.      * Gets the private 'twig.runtime.serializer' shared service.
  6383.      *
  6384.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6385.      */
  6386.     protected function getTwig_Runtime_SerializerService()
  6387.     {
  6388.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6390.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6391.     }
  6392.     /**
  6393.      * Gets the private 'twig.template_cache_warmer' shared service.
  6394.      *
  6395.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6396.      */
  6397.     protected function getTwig_TemplateCacheWarmerService()
  6398.     {
  6399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6400.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6402.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6403.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6404.         ], [
  6405.             'twig' => '?',
  6406.         ]))->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')));
  6407.     }
  6408.     /**
  6409.      * Gets the private 'validator.builder' shared service.
  6410.      *
  6411.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6412.      */
  6413.     protected function getValidator_BuilderService()
  6414.     {
  6415.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6416.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6417.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6418.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6419.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6420.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6421.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6422.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6423.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6424.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6425.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6426.         ], [
  6427.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6428.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6429.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6430.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6431.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6432.             'doctrine.orm.validator.unique' => '?',
  6433.             'security.validator.user_password' => '?',
  6434.             'validator.expression' => '?',
  6435.         ])));
  6436.         if ($this->has('translator')) {
  6437.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6438.         }
  6439.         $instance->setTranslationDomain('validators');
  6440.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6441.         $instance->enableAnnotationMapping(true);
  6442.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6443.         $instance->addMethodMapping('loadValidatorMetadata');
  6444.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6445.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6446.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6447.         return $instance;
  6448.     }
  6449.     /**
  6450.      * Gets the private 'validator.email' shared service.
  6451.      *
  6452.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6453.      */
  6454.     protected function getValidator_EmailService()
  6455.     {
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6459.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6460.     }
  6461.     /**
  6462.      * Gets the private 'validator.expression' shared service.
  6463.      *
  6464.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6465.      */
  6466.     protected function getValidator_ExpressionService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6470.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6471.         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())));
  6472.     }
  6473.     /**
  6474.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6475.      *
  6476.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6477.      */
  6478.     protected function getValidator_Mapping_CacheWarmerService()
  6479.     {
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6483.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6484.     }
  6485.     /**
  6486.      * Gets the private 'validator.not_compromised_password' shared service.
  6487.      *
  6488.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6489.      */
  6490.     protected function getValidator_NotCompromisedPasswordService()
  6491.     {
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6493.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6495.         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);
  6496.     }
  6497.     /**
  6498.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6499.      *
  6500.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6501.      */
  6502.     protected function getVarDumper_Command_ServerDumpService()
  6503.     {
  6504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6509.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6510.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6511.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6512.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6513.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6514.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6515.         $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()))]);
  6516.         $instance->setName('server:dump');
  6517.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  6518.         return $instance;
  6519.     }
  6520.     /**
  6521.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6522.      *
  6523.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6524.      */
  6525.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6526.     {
  6527.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6528.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6529.         return $instance;
  6530.     }
  6531.     /**
  6532.      * Gets the private 'var_dumper.html_dumper' shared service.
  6533.      *
  6534.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6535.      */
  6536.     protected function getVarDumper_HtmlDumperService()
  6537.     {
  6538.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6539.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6540.         return $instance;
  6541.     }
  6542.     /**
  6543.      * Gets the private 'var_dumper.server_connection' shared service.
  6544.      *
  6545.      * @return \Symfony\Component\VarDumper\Server\Connection
  6546.      */
  6547.     protected function getVarDumper_ServerConnectionService()
  6548.     {
  6549.         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()]);
  6550.     }
  6551.     /**
  6552.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  6553.      *
  6554.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  6555.      */
  6556.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  6557.     {
  6558.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  6560.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  6561.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  6562.     }
  6563.     /**
  6564.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6565.      *
  6566.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6567.      */
  6568.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6569.     {
  6570.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6571.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  6572.         ], [
  6573.             '_default' => '?',
  6574.         ]), '_default');
  6575.     }
  6576.     /**
  6577.      * Gets the private 'webpack_encore.exception_listener' shared service.
  6578.      *
  6579.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  6580.      */
  6581.     protected function getWebpackEncore_ExceptionListenerService()
  6582.     {
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  6584.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6585.     }
  6586.     /**
  6587.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  6588.      *
  6589.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  6590.      */
  6591.     protected function getWebpackEncore_TagRendererService()
  6592.     {
  6593.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  6594.         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()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6595.     }
  6596.     /**
  6597.      * Gets the public 'cache_clearer' alias.
  6598.      *
  6599.      * @return object The ".container.private.cache_clearer" service.
  6600.      */
  6601.     protected function getCacheClearerService()
  6602.     {
  6603.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6604.         return $this->get('.container.private.cache_clearer');
  6605.     }
  6606.     /**
  6607.      * Gets the public 'filesystem' alias.
  6608.      *
  6609.      * @return object The ".container.private.filesystem" service.
  6610.      */
  6611.     protected function getFilesystemService()
  6612.     {
  6613.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6614.         return $this->get('.container.private.filesystem');
  6615.     }
  6616.     /**
  6617.      * Gets the public 'serializer' alias.
  6618.      *
  6619.      * @return object The ".container.private.serializer" service.
  6620.      */
  6621.     protected function getSerializerService()
  6622.     {
  6623.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6624.         return $this->get('.container.private.serializer');
  6625.     }
  6626.     /**
  6627.      * Gets the public 'security.csrf.token_manager' alias.
  6628.      *
  6629.      * @return object The ".container.private.security.csrf.token_manager" service.
  6630.      */
  6631.     protected function getSecurity_Csrf_TokenManagerService()
  6632.     {
  6633.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6634.         return $this->get('.container.private.security.csrf.token_manager');
  6635.     }
  6636.     /**
  6637.      * Gets the public 'form.factory' alias.
  6638.      *
  6639.      * @return object The ".container.private.form.factory" service.
  6640.      */
  6641.     protected function getForm_FactoryService()
  6642.     {
  6643.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6644.         return $this->get('.container.private.form.factory');
  6645.     }
  6646.     /**
  6647.      * Gets the public 'form.type.file' alias.
  6648.      *
  6649.      * @return object The ".container.private.form.type.file" service.
  6650.      */
  6651.     protected function getForm_Type_FileService()
  6652.     {
  6653.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6654.         return $this->get('.container.private.form.type.file');
  6655.     }
  6656.     /**
  6657.      * Gets the public 'profiler' alias.
  6658.      *
  6659.      * @return object The ".container.private.profiler" service.
  6660.      */
  6661.     protected function getProfilerService()
  6662.     {
  6663.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6664.         return $this->get('.container.private.profiler');
  6665.     }
  6666.     /**
  6667.      * Gets the public 'security.authorization_checker' alias.
  6668.      *
  6669.      * @return object The ".container.private.security.authorization_checker" service.
  6670.      */
  6671.     protected function getSecurity_AuthorizationCheckerService()
  6672.     {
  6673.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6674.         return $this->get('.container.private.security.authorization_checker');
  6675.     }
  6676.     /**
  6677.      * Gets the public 'security.token_storage' alias.
  6678.      *
  6679.      * @return object The ".container.private.security.token_storage" service.
  6680.      */
  6681.     protected function getSecurity_TokenStorageService()
  6682.     {
  6683.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6684.         return $this->get('.container.private.security.token_storage');
  6685.     }
  6686.     /**
  6687.      * Gets the public 'twig' alias.
  6688.      *
  6689.      * @return object The ".container.private.twig" service.
  6690.      */
  6691.     protected function getTwigService()
  6692.     {
  6693.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6694.         return $this->get('.container.private.twig');
  6695.     }
  6696.     /**
  6697.      * Gets the public 'security.password_encoder' alias.
  6698.      *
  6699.      * @return object The ".container.private.security.password_encoder" service.
  6700.      */
  6701.     protected function getSecurity_PasswordEncoderService()
  6702.     {
  6703.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6704.         return $this->get('.container.private.security.password_encoder');
  6705.     }
  6706.     /**
  6707.      * Gets the public 'session' alias.
  6708.      *
  6709.      * @return object The ".container.private.session" service.
  6710.      */
  6711.     protected function getSessionService()
  6712.     {
  6713.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6714.         return $this->get('.container.private.session');
  6715.     }
  6716.     /**
  6717.      * Gets the public 'validator' alias.
  6718.      *
  6719.      * @return object The ".container.private.validator" service.
  6720.      */
  6721.     protected function getValidatorService()
  6722.     {
  6723.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6724.         return $this->get('.container.private.validator');
  6725.     }
  6726.     /**
  6727.      * @return array|bool|float|int|string|null
  6728.      */
  6729.     public function getParameter(string $name)
  6730.     {
  6731.         if (isset($this->buildParameters[$name])) {
  6732.             return $this->buildParameters[$name];
  6733.         }
  6734.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6735.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6736.         }
  6737.         if (isset($this->loadedDynamicParameters[$name])) {
  6738.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6739.         }
  6740.         return $this->parameters[$name];
  6741.     }
  6742.     public function hasParameter(string $name): bool
  6743.     {
  6744.         if (isset($this->buildParameters[$name])) {
  6745.             return true;
  6746.         }
  6747.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6748.     }
  6749.     public function setParameter(string $name$value): void
  6750.     {
  6751.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6752.     }
  6753.     public function getParameterBag(): ParameterBagInterface
  6754.     {
  6755.         if (null === $this->parameterBag) {
  6756.             $parameters $this->parameters;
  6757.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6758.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6759.             }
  6760.             foreach ($this->buildParameters as $name => $value) {
  6761.                 $parameters[$name] = $value;
  6762.             }
  6763.             $this->parameterBag = new FrozenParameterBag($parameters);
  6764.         }
  6765.         return $this->parameterBag;
  6766.     }
  6767.     private $loadedDynamicParameters = [
  6768.         'kernel.runtime_environment' => false,
  6769.         'kernel.build_dir' => false,
  6770.         'kernel.cache_dir' => false,
  6771.         'kernel.secret' => false,
  6772.         'debug.container.dump' => false,
  6773.         'serializer.mapping.cache.file' => false,
  6774.         'session.save_path' => false,
  6775.         'validator.mapping.cache.file' => false,
  6776.         'profiler.storage.dsn' => false,
  6777.         'doctrine.orm.proxy_dir' => false,
  6778.     ];
  6779.     private $dynamicParameters = [];
  6780.     private function getDynamicParameter(string $name)
  6781.     {
  6782.         switch ($name) {
  6783.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6784.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6785.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6786.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6787.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6788.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6789.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6790.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6791.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6792.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6793.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6794.         }
  6795.         $this->loadedDynamicParameters[$name] = true;
  6796.         return $this->dynamicParameters[$name] = $value;
  6797.     }
  6798.     protected function getDefaultParameters(): array
  6799.     {
  6800.         return [
  6801.             'kernel.project_dir' => \dirname(__DIR__4),
  6802.             'kernel.environment' => 'dev',
  6803.             'kernel.debug' => true,
  6804.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6805.             'kernel.bundles' => [
  6806.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6807.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6808.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6809.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6810.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6811.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6812.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6813.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6814.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6815.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6816.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6817.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  6818.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6819.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  6820.             ],
  6821.             'kernel.bundles_metadata' => [
  6822.                 'FrameworkBundle' => [
  6823.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6824.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6825.                 ],
  6826.                 'SensioFrameworkExtraBundle' => [
  6827.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6828.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6829.                 ],
  6830.                 'DoctrineBundle' => [
  6831.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6832.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6833.                 ],
  6834.                 'DoctrineMigrationsBundle' => [
  6835.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6836.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6837.                 ],
  6838.                 'SecurityBundle' => [
  6839.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6840.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6841.                 ],
  6842.                 'TwigBundle' => [
  6843.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6844.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6845.                 ],
  6846.                 'TwigExtraBundle' => [
  6847.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6848.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6849.                 ],
  6850.                 'WebProfilerBundle' => [
  6851.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6852.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6853.                 ],
  6854.                 'MonologBundle' => [
  6855.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6856.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6857.                 ],
  6858.                 'DebugBundle' => [
  6859.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6860.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6861.                 ],
  6862.                 'MakerBundle' => [
  6863.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6864.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6865.                 ],
  6866.                 'StofDoctrineExtensionsBundle' => [
  6867.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  6868.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6869.                 ],
  6870.                 'WebpackEncoreBundle' => [
  6871.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6872.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6873.                 ],
  6874.                 'KnpPaginatorBundle' => [
  6875.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  6876.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  6877.                 ],
  6878.             ],
  6879.             'kernel.charset' => 'UTF-8',
  6880.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6881.             'container.dumper.inline_class_loader' => true,
  6882.             'container.dumper.inline_factories' => true,
  6883.             'event_dispatcher.event_aliases' => [
  6884.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6885.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6886.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6887.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6888.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6889.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6890.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6891.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6892.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6893.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6894.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6895.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6896.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6897.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6898.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6899.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6900.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6901.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6902.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6903.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6904.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6905.             ],
  6906.             'fragment.renderer.hinclude.global_template' => NULL,
  6907.             'fragment.path' => '/_fragment',
  6908.             'kernel.http_method_override' => true,
  6909.             'kernel.trusted_hosts' => [
  6910.             ],
  6911.             'kernel.default_locale' => 'en',
  6912.             'kernel.enabled_locales' => [
  6913.             ],
  6914.             'kernel.error_controller' => 'error_controller',
  6915.             'debug.file_link_format' => NULL,
  6916.             'asset.request_context.base_path' => NULL,
  6917.             'asset.request_context.secure' => NULL,
  6918.             'translator.logging' => false,
  6919.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6920.             'debug.error_handler.throw_at' => -1,
  6921.             'router.request_context.host' => 'localhost',
  6922.             'router.request_context.scheme' => 'http',
  6923.             'router.request_context.base_url' => '',
  6924.             'router.resource' => 'kernel::loadRoutes',
  6925.             'request_listener.http_port' => 80,
  6926.             'request_listener.https_port' => 443,
  6927.             'session.metadata.storage_key' => '_sf2_meta',
  6928.             'session.storage.options' => [
  6929.                 'cache_limiter' => '0',
  6930.                 'cookie_secure' => 'auto',
  6931.                 'cookie_httponly' => true,
  6932.                 'cookie_samesite' => 'lax',
  6933.                 'gc_probability' => 1,
  6934.             ],
  6935.             'session.metadata.update_threshold' => 0,
  6936.             'form.type_extension.csrf.enabled' => true,
  6937.             'form.type_extension.csrf.field_name' => '_token',
  6938.             'validator.translation_domain' => 'validators',
  6939.             'profiler_listener.only_exceptions' => false,
  6940.             'profiler_listener.only_main_requests' => false,
  6941.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6942.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6943.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6944.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6945.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6946.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6947.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6948.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6949.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6950.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6951.             'doctrine.entity_managers' => [
  6952.                 'default' => 'doctrine.orm.default_entity_manager',
  6953.             ],
  6954.             'doctrine.default_entity_manager' => 'default',
  6955.             'doctrine.dbal.connection_factory.types' => [
  6956.             ],
  6957.             'doctrine.connections' => [
  6958.                 'default' => 'doctrine.dbal.default_connection',
  6959.             ],
  6960.             'doctrine.default_connection' => 'default',
  6961.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6962.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6963.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6964.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6965.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6966.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6967.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6968.             'doctrine.orm.cache.memcache_port' => 11211,
  6969.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6970.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6971.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6972.             'doctrine.orm.cache.memcached_port' => 11211,
  6973.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6974.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6975.             'doctrine.orm.cache.redis_host' => 'localhost',
  6976.             'doctrine.orm.cache.redis_port' => 6379,
  6977.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6978.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6979.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6980.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6981.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6982.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6983.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6984.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6985.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6986.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6987.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6988.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6989.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6990.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6991.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6992.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6993.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6994.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6995.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6996.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6997.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6998.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6999.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7000.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7001.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7002.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7003.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7004.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7005.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7006.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7007.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7008.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7009.             'doctrine.migrations.preferred_em' => NULL,
  7010.             'doctrine.migrations.preferred_connection' => NULL,
  7011.             'security.role_hierarchy.roles' => [
  7012.             ],
  7013.             'security.access.denied_url' => NULL,
  7014.             'security.authentication.manager.erase_credentials' => true,
  7015.             'security.authentication.session_strategy.strategy' => 'migrate',
  7016.             'security.access.always_authenticate_before_granting' => false,
  7017.             'security.authentication.hide_user_not_found' => true,
  7018.             'security.firewalls' => [
  7019.                 => 'dev',
  7020.                 => 'main',
  7021.             ],
  7022.             'security.main._indexed_authenticators' => [
  7023.             ],
  7024.             'twig.form.resources' => [
  7025.                 => 'form_div_layout.html.twig',
  7026.             ],
  7027.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7028.             'monolog.use_microseconds' => true,
  7029.             'monolog.swift_mailer.handlers' => [
  7030.             ],
  7031.             'monolog.handlers_to_channels' => [
  7032.                 'monolog.handler.console' => [
  7033.                     'type' => 'exclusive',
  7034.                     'elements' => [
  7035.                         => 'event',
  7036.                         => 'doctrine',
  7037.                         => 'console',
  7038.                     ],
  7039.                 ],
  7040.                 'monolog.handler.main' => [
  7041.                     'type' => 'exclusive',
  7042.                     'elements' => [
  7043.                         => 'event',
  7044.                     ],
  7045.                 ],
  7046.             ],
  7047.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7048.             'stof_doctrine_extensions.default_locale' => 'en_US',
  7049.             'stof_doctrine_extensions.translation_fallback' => false,
  7050.             'stof_doctrine_extensions.persist_default_translation' => false,
  7051.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7052.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7053.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7054.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7055.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7056.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7057.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7058.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7059.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7060.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7061.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7062.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig',
  7063.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7064.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7065.             'knp_paginator.page_range' => 5,
  7066.             'knp_paginator.page_limit' => NULL,
  7067.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7068.             'data_collector.templates' => [
  7069.                 'data_collector.request' => [
  7070.                     => 'request',
  7071.                     => '@WebProfiler/Collector/request.html.twig',
  7072.                 ],
  7073.                 'data_collector.time' => [
  7074.                     => 'time',
  7075.                     => '@WebProfiler/Collector/time.html.twig',
  7076.                 ],
  7077.                 'data_collector.memory' => [
  7078.                     => 'memory',
  7079.                     => '@WebProfiler/Collector/memory.html.twig',
  7080.                 ],
  7081.                 'data_collector.validator' => [
  7082.                     => 'validator',
  7083.                     => '@WebProfiler/Collector/validator.html.twig',
  7084.                 ],
  7085.                 'data_collector.ajax' => [
  7086.                     => 'ajax',
  7087.                     => '@WebProfiler/Collector/ajax.html.twig',
  7088.                 ],
  7089.                 'data_collector.form' => [
  7090.                     => 'form',
  7091.                     => '@WebProfiler/Collector/form.html.twig',
  7092.                 ],
  7093.                 'data_collector.exception' => [
  7094.                     => 'exception',
  7095.                     => '@WebProfiler/Collector/exception.html.twig',
  7096.                 ],
  7097.                 'data_collector.logger' => [
  7098.                     => 'logger',
  7099.                     => '@WebProfiler/Collector/logger.html.twig',
  7100.                 ],
  7101.                 'data_collector.events' => [
  7102.                     => 'events',
  7103.                     => '@WebProfiler/Collector/events.html.twig',
  7104.                 ],
  7105.                 'data_collector.router' => [
  7106.                     => 'router',
  7107.                     => '@WebProfiler/Collector/router.html.twig',
  7108.                 ],
  7109.                 'data_collector.cache' => [
  7110.                     => 'cache',
  7111.                     => '@WebProfiler/Collector/cache.html.twig',
  7112.                 ],
  7113.                 'data_collector.translation' => [
  7114.                     => 'translation',
  7115.                     => '@WebProfiler/Collector/translation.html.twig',
  7116.                 ],
  7117.                 'data_collector.security' => [
  7118.                     => 'security',
  7119.                     => '@Security/Collector/security.html.twig',
  7120.                 ],
  7121.                 'data_collector.twig' => [
  7122.                     => 'twig',
  7123.                     => '@WebProfiler/Collector/twig.html.twig',
  7124.                 ],
  7125.                 'data_collector.http_client' => [
  7126.                     => 'http_client',
  7127.                     => '@WebProfiler/Collector/http_client.html.twig',
  7128.                 ],
  7129.                 'data_collector.doctrine' => [
  7130.                     => 'db',
  7131.                     => '@Doctrine/Collector/db.html.twig',
  7132.                 ],
  7133.                 'data_collector.dump' => [
  7134.                     => 'dump',
  7135.                     => '@Debug/Profiler/dump.html.twig',
  7136.                 ],
  7137.                 'mailer.data_collector' => [
  7138.                     => 'mailer',
  7139.                     => '@WebProfiler/Collector/mailer.html.twig',
  7140.                 ],
  7141.                 'notifier.data_collector' => [
  7142.                     => 'notifier',
  7143.                     => '@WebProfiler/Collector/notifier.html.twig',
  7144.                 ],
  7145.                 'data_collector.config' => [
  7146.                     => 'config',
  7147.                     => '@WebProfiler/Collector/config.html.twig',
  7148.                 ],
  7149.             ],
  7150.             'console.command.ids' => [
  7151.             ],
  7152.         ];
  7153.     }
  7154.     protected function throw($message)
  7155.     {
  7156.         throw new RuntimeException($message);
  7157.     }
  7158. }