var/cache/dev/ContainerWIQBkVK/App_KernelDevDebugContainer.php line 4493

Open in your IDE?
  1. <?php
  2. namespace ContainerWIQBkVK;
  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.serializer' => 'get_Container_Private_SerializerService',
  39.             '.container.private.session' => 'get_Container_Private_SessionService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'App\\Controller\\BlogController' => 'getBlogControllerService',
  43.             'App\\Controller\\DocsController' => 'getDocsControllerService',
  44.             'App\\Controller\\MarketingController' => 'getMarketingControllerService',
  45.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  46.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  47.             'cache.app' => 'getCache_AppService',
  48.             'cache.app_clearer' => 'getCache_AppClearerService',
  49.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  50.             'cache.system' => 'getCache_SystemService',
  51.             'cache.system_clearer' => 'getCache_SystemClearerService',
  52.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  53.             'cache_warmer' => 'getCacheWarmerService',
  54.             'console.command_loader' => 'getConsole_CommandLoaderService',
  55.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  56.             'data_collector.dump' => 'getDataCollector_DumpService',
  57.             'error_controller' => 'getErrorControllerService',
  58.             'event_dispatcher' => 'getEventDispatcherService',
  59.             'http_kernel' => 'getHttpKernelService',
  60.             'request_stack' => 'getRequestStackService',
  61.             'router' => 'getRouterService',
  62.             'routing.loader' => 'getRouting_LoaderService',
  63.             'services_resetter' => 'getServicesResetterService',
  64.             'translator' => 'getTranslatorService',
  65.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  66.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  67.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  68.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  69.             'cache_clearer' => 'getCacheClearerService',
  70.             'filesystem' => 'getFilesystemService',
  71.             'serializer' => 'getSerializerService',
  72.             'form.factory' => 'getForm_FactoryService',
  73.             'form.type.file' => 'getForm_Type_FileService',
  74.             'profiler' => 'getProfilerService',
  75.             'twig' => 'getTwigService',
  76.             'session' => 'getSessionService',
  77.             'validator' => 'getValidatorService',
  78.         ];
  79.         $this->aliases = [
  80.         ];
  81.         $this->privates['service_container'] = function () {
  82.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  83.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  84.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  85.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  86.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  87.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  88.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  89.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  90.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  91.             include_once \dirname(__DIR__4).'/src/Blog.php';
  92.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  93.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ContentRefreshSubscriber.php';
  94.             include_once \dirname(__DIR__4).'/src/EventSubscriber/EtagSubscriber.php';
  95.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelResponseSubscriber.php';
  96.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  97.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  107.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  110.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  125.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  168.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  169.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  200.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  201.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  202.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  203.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  204.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  207.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  211.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  217.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  219.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  223.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  224.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  226.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  227.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  229.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  275.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  277.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  278.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  279.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  280.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  281.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  282.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  283.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  284.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  285.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  287.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  312.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  314.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  320.         };
  321.     }
  322.     public function compile(): void
  323.     {
  324.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  325.     }
  326.     public function isCompiled(): bool
  327.     {
  328.         return true;
  329.     }
  330.     public function getRemovedIds(): array
  331.     {
  332.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  333.     }
  334.     /**
  335.      * Gets the public '.container.private.cache_clearer' shared service.
  336.      *
  337.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  338.      */
  339.     protected function get_Container_Private_CacheClearerService()
  340.     {
  341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  343.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  344.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  345.         }, 1));
  346.     }
  347.     /**
  348.      * Gets the public '.container.private.filesystem' shared service.
  349.      *
  350.      * @return \Symfony\Component\Filesystem\Filesystem
  351.      */
  352.     protected function get_Container_Private_FilesystemService()
  353.     {
  354.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  355.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  356.     }
  357.     /**
  358.      * Gets the public '.container.private.form.factory' shared service.
  359.      *
  360.      * @return \Symfony\Component\Form\FormFactory
  361.      */
  362.     protected function get_Container_Private_Form_FactoryService()
  363.     {
  364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  366.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  367.     }
  368.     /**
  369.      * Gets the public '.container.private.form.type.file' shared service.
  370.      *
  371.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  372.      */
  373.     protected function get_Container_Private_Form_Type_FileService()
  374.     {
  375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  378.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  379.     }
  380.     /**
  381.      * Gets the public '.container.private.profiler' shared service.
  382.      *
  383.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  384.      */
  385.     protected function get_Container_Private_ProfilerService()
  386.     {
  387.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  388.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  389.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  390.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  391.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  392.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  393.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  394.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  395.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  396.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  397.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  398.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  399.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  400.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  401.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  402.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  403.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  404.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  405.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  406.         if ($this->has('kernel')) {
  407.             $f->setKernel($b);
  408.         }
  409.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  410.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($bNULL));
  411.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  412.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  413.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  414.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  415.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  416.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  417.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(NULL$c));
  418.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  419.         $instance->add($d);
  420.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  421.         $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())));
  422.         $instance->add($e);
  423.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  424.         $instance->add($f);
  425.         return $instance;
  426.     }
  427.     /**
  428.      * Gets the public '.container.private.serializer' shared service.
  429.      *
  430.      * @return \Symfony\Component\Serializer\Serializer
  431.      */
  432.     protected function get_Container_Private_SerializerService()
  433.     {
  434.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  435.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  436.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  437.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  438.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  439.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  440.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  441.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  442.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  443.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  444.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  445.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  446.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  447.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  448.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  449.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  450.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  451.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  452.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  453.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  454.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  455.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  456.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  457.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  458.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  459.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  460.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  461.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  462.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  463.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  464.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  465.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  466.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  467.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  468.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  469.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  470.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  471.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  472.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  473.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  474.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  475.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  476.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  477.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  478.         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\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(NULL), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a, ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL, [])], [=> 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()]);
  479.     }
  480.     /**
  481.      * Gets the public '.container.private.session' shared service.
  482.      *
  483.      * @return \Symfony\Component\HttpFoundation\Session\Session
  484.      */
  485.     protected function get_Container_Private_SessionService()
  486.     {
  487.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  488.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  489.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  490.     }
  491.     /**
  492.      * Gets the public '.container.private.twig' shared service.
  493.      *
  494.      * @return \Twig\Environment
  495.      */
  496.     protected function get_Container_Private_TwigService()
  497.     {
  498.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  499.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  500.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  501.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  502.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  503.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  504.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  505.         $a->addPath((\dirname(__DIR__4).'/templates'));
  506.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  507.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  508.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  509.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  510.         $d = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  511.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  512.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  513.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  514.         $g = new \Symfony\Bridge\Twig\AppVariable();
  515.         $g->setEnvironment('dev');
  516.         $g->setDebug(true);
  517.         if ($this->has('request_stack')) {
  518.             $g->setRequestStack($c);
  519.         }
  520.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  521.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), NULL));
  522.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  523.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/assets/static.assets.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext($c$d->getBaseUrl(), $d->isSecure())), new RewindableGenerator(function () {
  524.             return new \EmptyIterator();
  525.         }, 0))));
  526.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  527.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  528.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  529.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  530.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  531.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$d)));
  532.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  533.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  534.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  535.         $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())));
  536.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  537.         $instance->addGlobal('app'$g);
  538.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  539.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  540.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  541.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  542.         ], [
  543.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  544.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  545.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  546.         ])));
  547.         $instance->addGlobal('robotsDefault''index,follow');
  548.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  549.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  550.         $instance->registerUndefinedTokenParserCallback([=> $h=> 'suggestTag']);
  551.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  552.         return $instance;
  553.     }
  554.     /**
  555.      * Gets the public '.container.private.validator' shared service.
  556.      *
  557.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  558.      */
  559.     protected function get_Container_Private_ValidatorService()
  560.     {
  561.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  562.     }
  563.     /**
  564.      * Gets the public 'App\Controller\BlogController' shared autowired service.
  565.      *
  566.      * @return \App\Controller\BlogController
  567.      */
  568.     protected function getBlogControllerService()
  569.     {
  570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  571.         include_once \dirname(__DIR__4).'/src/Controller/BlogController.php';
  572.         $this->services['App\\Controller\\BlogController'] = $instance = new \App\Controller\BlogController();
  573.         $instance->setContainer(($this->privates['.service_locator.Zktv66z'] ?? $this->get_ServiceLocator_Zktv66zService())->withContext('App\\Controller\\BlogController'$this));
  574.         return $instance;
  575.     }
  576.     /**
  577.      * Gets the public 'App\Controller\DocsController' shared autowired service.
  578.      *
  579.      * @return \App\Controller\DocsController
  580.      */
  581.     protected function getDocsControllerService()
  582.     {
  583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  584.         include_once \dirname(__DIR__4).'/src/Controller/DocsController.php';
  585.         $this->services['App\\Controller\\DocsController'] = $instance = new \App\Controller\DocsController();
  586.         $instance->setContainer(($this->privates['.service_locator.Zktv66z'] ?? $this->get_ServiceLocator_Zktv66zService())->withContext('App\\Controller\\DocsController'$this));
  587.         return $instance;
  588.     }
  589.     /**
  590.      * Gets the public 'App\Controller\MarketingController' shared autowired service.
  591.      *
  592.      * @return \App\Controller\MarketingController
  593.      */
  594.     protected function getMarketingControllerService()
  595.     {
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  597.         include_once \dirname(__DIR__4).'/src/Controller/MarketingController.php';
  598.         $this->services['App\\Controller\\MarketingController'] = $instance = new \App\Controller\MarketingController();
  599.         $instance->setContainer(($this->privates['.service_locator.Zktv66z'] ?? $this->get_ServiceLocator_Zktv66zService())->withContext('App\\Controller\\MarketingController'$this));
  600.         return $instance;
  601.     }
  602.     /**
  603.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  604.      *
  605.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  606.      */
  607.     protected function getRedirectControllerService()
  608.     {
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  610.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  611.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  612.     }
  613.     /**
  614.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  615.      *
  616.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  617.      */
  618.     protected function getTemplateControllerService()
  619.     {
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  621.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  622.     }
  623.     /**
  624.      * Gets the public 'cache.app' shared service.
  625.      *
  626.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  627.      */
  628.     protected function getCache_AppService()
  629.     {
  630.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('HC97f+Bbug'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  631.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  632.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  633.     }
  634.     /**
  635.      * Gets the public 'cache.app_clearer' shared service.
  636.      *
  637.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  638.      */
  639.     protected function getCache_AppClearerService()
  640.     {
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  643.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  644.     }
  645.     /**
  646.      * Gets the public 'cache.global_clearer' shared service.
  647.      *
  648.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  649.      */
  650.     protected function getCache_GlobalClearerService()
  651.     {
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  654.         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())]);
  655.     }
  656.     /**
  657.      * Gets the public 'cache.system' shared service.
  658.      *
  659.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  660.      */
  661.     protected function getCache_SystemService()
  662.     {
  663.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ouRJKn7acI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  664.     }
  665.     /**
  666.      * Gets the public 'cache.system_clearer' shared service.
  667.      *
  668.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  669.      */
  670.     protected function getCache_SystemClearerService()
  671.     {
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  674.         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())]);
  675.     }
  676.     /**
  677.      * Gets the public 'cache.validator_expression_language' shared service.
  678.      *
  679.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  680.      */
  681.     protected function getCache_ValidatorExpressionLanguageService()
  682.     {
  683.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mzFvxLnlQK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  684.     }
  685.     /**
  686.      * Gets the public 'cache_warmer' shared service.
  687.      *
  688.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  689.      */
  690.     protected function getCacheWarmerService()
  691.     {
  692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  694.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  695.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  696.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  697.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  698.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  699.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  700.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  701.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  702.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  703.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  704.     }
  705.     /**
  706.      * Gets the public 'console.command_loader' shared service.
  707.      *
  708.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  709.      */
  710.     protected function getConsole_CommandLoaderService()
  711.     {
  712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  714.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  715.             'App\\Command\\BlogRefreshCommand' => ['privates''.App\\Command\\BlogRefreshCommand.lazy''getBlogRefreshCommand_LazyService'false],
  716.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  717.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  718.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  719.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  720.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  721.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  722.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  723.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  724.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  725.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  726.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  727.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  728.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  729.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  730.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  731.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  732.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  733.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  734.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  735.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  736.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  737.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  738.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  739.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  740.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  741.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  742.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  743.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  744.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  745.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  746.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  747.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  748.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  749.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  750.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  751.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  752.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  753.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  754.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  755.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  756.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  757.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  758.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  759.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  760.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  761.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  762.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  763.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  764.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  765.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  766.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  767.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  768.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  769.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  770.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  771.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  772.         ], [
  773.             'App\\Command\\BlogRefreshCommand' => '?',
  774.             'console.command.about' => '?',
  775.             'console.command.assets_install' => '?',
  776.             'console.command.cache_clear' => '?',
  777.             'console.command.cache_pool_clear' => '?',
  778.             'console.command.cache_pool_prune' => '?',
  779.             'console.command.cache_pool_delete' => '?',
  780.             'console.command.cache_pool_list' => '?',
  781.             'console.command.cache_warmup' => '?',
  782.             'console.command.config_debug' => '?',
  783.             'console.command.config_dump_reference' => '?',
  784.             'console.command.container_debug' => '?',
  785.             'console.command.container_lint' => '?',
  786.             'console.command.debug_autowiring' => '?',
  787.             'console.command.dotenv_debug' => '?',
  788.             'console.command.event_dispatcher_debug' => '?',
  789.             'console.command.router_debug' => '?',
  790.             'console.command.router_match' => '?',
  791.             'console.command.translation_debug' => '?',
  792.             'console.command.translation_extract' => '?',
  793.             'console.command.validator_debug' => '?',
  794.             'console.command.translation_pull' => '?',
  795.             'console.command.translation_push' => '?',
  796.             'console.command.xliff_lint' => '?',
  797.             'console.command.yaml_lint' => '?',
  798.             'console.command.form_debug' => '?',
  799.             'console.command.secrets_set' => '?',
  800.             'console.command.secrets_remove' => '?',
  801.             'console.command.secrets_generate_key' => '?',
  802.             'console.command.secrets_list' => '?',
  803.             'console.command.secrets_decrypt_to_local' => '?',
  804.             'console.command.secrets_encrypt_from_local' => '?',
  805.             'twig.command.debug' => '?',
  806.             'twig.command.lint' => '?',
  807.             'var_dumper.command.server_dump' => '?',
  808.             'monolog.command.server_log' => '?',
  809.             'maker.auto_command.make_auth' => '?',
  810.             'maker.auto_command.make_command' => '?',
  811.             'maker.auto_command.make_controller' => '?',
  812.             'maker.auto_command.make_crud' => '?',
  813.             'maker.auto_command.make_docker_database' => '?',
  814.             'maker.auto_command.make_entity' => '?',
  815.             'maker.auto_command.make_fixtures' => '?',
  816.             'maker.auto_command.make_form' => '?',
  817.             'maker.auto_command.make_message' => '?',
  818.             'maker.auto_command.make_messenger_middleware' => '?',
  819.             'maker.auto_command.make_registration_form' => '?',
  820.             'maker.auto_command.make_reset_password' => '?',
  821.             'maker.auto_command.make_serializer_encoder' => '?',
  822.             'maker.auto_command.make_serializer_normalizer' => '?',
  823.             'maker.auto_command.make_subscriber' => '?',
  824.             'maker.auto_command.make_twig_extension' => '?',
  825.             'maker.auto_command.make_test' => '?',
  826.             'maker.auto_command.make_validator' => '?',
  827.             'maker.auto_command.make_voter' => '?',
  828.             'maker.auto_command.make_user' => '?',
  829.             'maker.auto_command.make_migration' => '?',
  830.         ]), ['blog:refresh' => 'App\\Command\\BlogRefreshCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''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']);
  831.     }
  832.     /**
  833.      * Gets the public 'container.env_var_processors_locator' shared service.
  834.      *
  835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  836.      */
  837.     protected function getContainer_EnvVarProcessorsLocatorService()
  838.     {
  839.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  840.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  841.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  842.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  843.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  844.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  845.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  846.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  847.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  848.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  849.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  850.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  851.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  852.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  853.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  854.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  855.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  856.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  857.         ], [
  858.             'base64' => '?',
  859.             'bool' => '?',
  860.             'const' => '?',
  861.             'csv' => '?',
  862.             'default' => '?',
  863.             'file' => '?',
  864.             'float' => '?',
  865.             'int' => '?',
  866.             'json' => '?',
  867.             'key' => '?',
  868.             'not' => '?',
  869.             'query_string' => '?',
  870.             'require' => '?',
  871.             'resolve' => '?',
  872.             'string' => '?',
  873.             'trim' => '?',
  874.             'url' => '?',
  875.         ]);
  876.     }
  877.     /**
  878.      * Gets the public 'data_collector.dump' shared service.
  879.      *
  880.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  881.      */
  882.     protected function getDataCollector_DumpService()
  883.     {
  884.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  885.     }
  886.     /**
  887.      * Gets the public 'error_controller' shared service.
  888.      *
  889.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  890.      */
  891.     protected function getErrorControllerService()
  892.     {
  893.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  894.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  896.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  898.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  899.         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)));
  900.     }
  901.     /**
  902.      * Gets the public 'event_dispatcher' shared service.
  903.      *
  904.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  905.      */
  906.     protected function getEventDispatcherService()
  907.     {
  908.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  909.         $instance->addListener('kernel.controller', [=> function () {
  910.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  911.         }, => 'onKernelController'], 0);
  912.         $instance->addListener('kernel.request', [=> function () {
  913.             return ($this->privates['App\\EventSubscriber\\ContentRefreshSubscriber'] ?? $this->getContentRefreshSubscriberService());
  914.         }, => 'onKernelRequest'], 0);
  915.         $instance->addListener('kernel.terminate', [=> function () {
  916.             return ($this->privates['App\\EventSubscriber\\ContentRefreshSubscriber'] ?? $this->getContentRefreshSubscriberService());
  917.         }, => 'onKernelTerminate'], 0);
  918.         $instance->addListener('kernel.response', [=> function () {
  919.             return ($this->privates['App\\EventSubscriber\\EtagSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EtagSubscriber'] = new \App\EventSubscriber\EtagSubscriber()));
  920.         }, => 'onKernelResponse'], 0);
  921.         $instance->addListener('kernel.response', [=> function () {
  922.             return ($this->privates['App\\EventSubscriber\\KernelResponseSubscriber'] ?? ($this->privates['App\\EventSubscriber\\KernelResponseSubscriber'] = new \App\EventSubscriber\KernelResponseSubscriber('localhost')));
  923.         }, => 'onKernelResponse'], 0);
  924.         $instance->addListener('kernel.response', [=> function () {
  925.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  926.         }, => 'onKernelResponse'], 0);
  927.         $instance->addListener('kernel.response', [=> function () {
  928.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  929.         }, => 'onKernelResponse'], -1024);
  930.         $instance->addListener('kernel.request', [=> function () {
  931.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  932.         }, => 'setDefaultLocale'], 100);
  933.         $instance->addListener('kernel.request', [=> function () {
  934.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  935.         }, => 'onKernelRequest'], 16);
  936.         $instance->addListener('kernel.finish_request', [=> function () {
  937.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  938.         }, => 'onKernelFinishRequest'], 0);
  939.         $instance->addListener('kernel.request', [=> function () {
  940.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  941.         }, => 'onKernelRequest'], 256);
  942.         $instance->addListener('kernel.response', [=> function () {
  943.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  944.         }, => 'onResponse'], -255);
  945.         $instance->addListener('kernel.controller_arguments', [=> function () {
  946.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  947.         }, => 'onControllerArguments'], 0);
  948.         $instance->addListener('kernel.exception', [=> function () {
  949.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  950.         }, => 'logKernelException'], 0);
  951.         $instance->addListener('kernel.exception', [=> function () {
  952.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  953.         }, => 'onKernelException'], -128);
  954.         $instance->addListener('kernel.response', [=> function () {
  955.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  956.         }, => 'removeCspHeader'], -128);
  957.         $instance->addListener('kernel.request', [=> function () {
  958.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  959.         }, => 'onKernelRequest'], 15);
  960.         $instance->addListener('kernel.finish_request', [=> function () {
  961.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  962.         }, => 'onKernelFinishRequest'], -15);
  963.         $instance->addListener('console.error', [=> function () {
  964.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  965.         }, => 'onConsoleError'], -128);
  966.         $instance->addListener('console.terminate', [=> function () {
  967.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  968.         }, => 'onConsoleTerminate'], -128);
  969.         $instance->addListener('console.error', [=> function () {
  970.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  971.         }, => 'onConsoleError'], 0);
  972.         $instance->addListener('kernel.request', [=> function () {
  973.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  974.         }, => 'configure'], 2048);
  975.         $instance->addListener('console.command', [=> function () {
  976.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  977.         }, => 'configure'], 2048);
  978.         $instance->addListener('kernel.request', [=> function () {
  979.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  980.         }, => 'onKernelRequest'], 32);
  981.         $instance->addListener('kernel.finish_request', [=> function () {
  982.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  983.         }, => 'onKernelFinishRequest'], 0);
  984.         $instance->addListener('kernel.exception', [=> function () {
  985.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  986.         }, => 'onKernelException'], -64);
  987.         $instance->addListener('kernel.response', [=> function () {
  988.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  989.         }, => 'onKernelResponse'], 0);
  990.         $instance->addListener('kernel.request', [=> function () {
  991.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  992.         }, => 'onKernelRequest'], 128);
  993.         $instance->addListener('kernel.response', [=> function () {
  994.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  995.         }, => 'onKernelResponse'], -1000);
  996.         $instance->addListener('kernel.finish_request', [=> function () {
  997.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  998.         }, => 'onFinishRequest'], 0);
  999.         $instance->addListener('kernel.response', [=> function () {
  1000.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1001.         }, => 'onKernelResponse'], -100);
  1002.         $instance->addListener('kernel.exception', [=> function () {
  1003.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1004.         }, => 'onKernelException'], 0);
  1005.         $instance->addListener('kernel.terminate', [=> function () {
  1006.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1007.         }, => 'onKernelTerminate'], -1024);
  1008.         $instance->addListener('kernel.controller', [=> function () {
  1009.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1010.         }, => 'onKernelController'], 0);
  1011.         $instance->addListener('kernel.response', [=> function () {
  1012.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1013.         }, => 'onKernelResponse'], 0);
  1014.         $instance->addListener('kernel.controller', [=> function () {
  1015.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1016.         }, => 'onKernelController'], 0);
  1017.         $instance->addListener('kernel.controller', [=> function () {
  1018.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1019.         }, => 'onKernelController'], 0);
  1020.         $instance->addListener('kernel.controller', [=> function () {
  1021.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1022.         }, => 'onKernelController'], -128);
  1023.         $instance->addListener('kernel.view', [=> function () {
  1024.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1025.         }, => 'onKernelView'], 0);
  1026.         $instance->addListener('kernel.controller', [=> function () {
  1027.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1028.         }, => 'onKernelController'], 0);
  1029.         $instance->addListener('kernel.response', [=> function () {
  1030.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1031.         }, => 'onKernelResponse'], 0);
  1032.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1033.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1034.         }, => 'onKernelControllerArguments'], 0);
  1035.         $instance->addListener('kernel.response', [=> function () {
  1036.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1037.         }, => 'onKernelResponse'], -128);
  1038.         $instance->addListener('console.command', [=> function () {
  1039.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1040.         }, => 'onCommand'], 255);
  1041.         $instance->addListener('console.terminate', [=> function () {
  1042.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1043.         }, => 'onTerminate'], -255);
  1044.         $instance->addListener('console.command', [=> function () {
  1045.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1046.         }, => 'configure'], 1024);
  1047.         $instance->addListener('console.error', [=> function () {
  1048.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1049.         }, => 'onConsoleError'], 0);
  1050.         $instance->addListener('console.terminate', [=> function () {
  1051.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1052.         }, => 'onConsoleTerminate'], 0);
  1053.         return $instance;
  1054.     }
  1055.     /**
  1056.      * Gets the public 'http_kernel' shared service.
  1057.      *
  1058.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1059.      */
  1060.     protected function getHttpKernelService()
  1061.     {
  1062.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 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 () {
  1063.             yield => ($this->privates['argument_resolver.request_attribute'] ?? ($this->privates['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver()));
  1064.             yield => ($this->privates['argument_resolver.request'] ?? ($this->privates['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver()));
  1065.             yield => ($this->privates['argument_resolver.session'] ?? ($this->privates['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver()));
  1066.             yield => ($this->privates['argument_resolver.service'] ?? $this->getArgumentResolver_ServiceService());
  1067.             yield => ($this->privates['argument_resolver.default'] ?? ($this->privates['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver()));
  1068.             yield => ($this->privates['argument_resolver.variadic'] ?? ($this->privates['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver()));
  1069.         }, 6)));
  1070.     }
  1071.     /**
  1072.      * Gets the public 'request_stack' shared service.
  1073.      *
  1074.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1075.      */
  1076.     protected function getRequestStackService()
  1077.     {
  1078.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1079.     }
  1080.     /**
  1081.      * Gets the public 'router' shared service.
  1082.      *
  1083.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1084.      */
  1085.     protected function getRouterService()
  1086.     {
  1087.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1088.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1089.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1090.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1091.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1092.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1093.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1094.         ], [
  1095.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1096.         ]))->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');
  1097.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1098.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1099.         return $instance;
  1100.     }
  1101.     /**
  1102.      * Gets the public 'routing.loader' shared service.
  1103.      *
  1104.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1105.      */
  1106.     protected function getRouting_LoaderService()
  1107.     {
  1108.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1110.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1118.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1119.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1120.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1124.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1125.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1126.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1127.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1132.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1133.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1134.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1135.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1136.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1137.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1138.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1139.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1140.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1141.             'kernel' => ['services''kernel''getKernelService'false],
  1142.         ], [
  1143.             'kernel' => 'App\\Kernel',
  1144.         ]), 'dev'));
  1145.         $a->addLoader($c);
  1146.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1147.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1148.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1149.     }
  1150.     /**
  1151.      * Gets the public 'services_resetter' shared service.
  1152.      *
  1153.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1154.      */
  1155.     protected function getServicesResetterService()
  1156.     {
  1157.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1158.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1159.             if (isset($this->services['cache.app'])) {
  1160.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1161.             }
  1162.             if (isset($this->services['cache.system'])) {
  1163.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1164.             }
  1165.             if (isset($this->privates['cache.validator'])) {
  1166.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1167.             }
  1168.             if (isset($this->privates['cache.serializer'])) {
  1169.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1170.             }
  1171.             if (isset($this->privates['cache.annotations'])) {
  1172.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1173.             }
  1174.             if (isset($this->privates['cache.property_info'])) {
  1175.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1176.             }
  1177.             if (isset($this->privates['.debug.http_client'])) {
  1178.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1179.             }
  1180.             if (isset($this->privates['session_listener'])) {
  1181.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1182.             }
  1183.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1184.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1185.             }
  1186.             if (isset($this->services['cache.validator_expression_language'])) {
  1187.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1188.             }
  1189.             if (isset($this->services['.container.private.profiler'])) {
  1190.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1191.             }
  1192.             if (isset($this->services['.container.private.validator'])) {
  1193.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1194.             }
  1195.             if (isset($this->privates['monolog.handler.main'])) {
  1196.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1197.             }
  1198.             if (isset($this->privates['monolog.handler.console'])) {
  1199.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1200.             }
  1201.             if (isset($this->privates['.debug.http_client'])) {
  1202.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1203.             }
  1204.         }, function () {
  1205.             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['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->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  1206.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1207.     }
  1208.     /**
  1209.      * Gets the public 'translator' shared service.
  1210.      *
  1211.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1212.      */
  1213.     protected function getTranslatorService()
  1214.     {
  1215.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1216.     }
  1217.     /**
  1218.      * Gets the public 'var_dumper.cloner' shared service.
  1219.      *
  1220.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1221.      */
  1222.     protected function getVarDumper_ClonerService()
  1223.     {
  1224.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1225.         $instance->setMaxItems(2500);
  1226.         $instance->setMinDepth(1);
  1227.         $instance->setMaxString(-1);
  1228.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1229.         return $instance;
  1230.     }
  1231.     /**
  1232.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1233.      *
  1234.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1235.      */
  1236.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1237.     {
  1238.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1239.         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()));
  1240.     }
  1241.     /**
  1242.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1243.      *
  1244.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1245.      */
  1246.     protected function getWebProfiler_Controller_ProfilerService()
  1247.     {
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1249.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  1250.     }
  1251.     /**
  1252.      * Gets the public 'web_profiler.controller.router' shared service.
  1253.      *
  1254.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1255.      */
  1256.     protected function getWebProfiler_Controller_RouterService()
  1257.     {
  1258.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1259.         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 () {
  1260.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1261.         }, 1));
  1262.     }
  1263.     /**
  1264.      * Gets the private '.App\Command\BlogRefreshCommand.lazy' shared service.
  1265.      *
  1266.      * @return \Symfony\Component\Console\Command\LazyCommand
  1267.      */
  1268.     protected function getBlogRefreshCommand_LazyService()
  1269.     {
  1270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1272.         return $this->privates['.App\\Command\\BlogRefreshCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('blog:refresh', [], 'Downloads the latest blog posts from HubSpot'false, function (): \App\Command\BlogRefreshCommand {
  1273.             return ($this->privates['App\\Command\\BlogRefreshCommand'] ?? $this->getBlogRefreshCommandService());
  1274.         });
  1275.     }
  1276.     /**
  1277.      * Gets the private '.console.command.about.lazy' shared service.
  1278.      *
  1279.      * @return \Symfony\Component\Console\Command\LazyCommand
  1280.      */
  1281.     protected function get_Console_Command_About_LazyService()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1285.         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 {
  1286.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1287.         });
  1288.     }
  1289.     /**
  1290.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\Console\Command\LazyCommand
  1293.      */
  1294.     protected function get_Console_Command_AssetsInstall_LazyService()
  1295.     {
  1296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1298.         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 {
  1299.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1300.         });
  1301.     }
  1302.     /**
  1303.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1304.      *
  1305.      * @return \Symfony\Component\Console\Command\LazyCommand
  1306.      */
  1307.     protected function get_Console_Command_CacheClear_LazyService()
  1308.     {
  1309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1311.         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 {
  1312.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1313.         });
  1314.     }
  1315.     /**
  1316.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1317.      *
  1318.      * @return \Symfony\Component\Console\Command\LazyCommand
  1319.      */
  1320.     protected function get_Console_Command_CachePoolClear_LazyService()
  1321.     {
  1322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1324.         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 {
  1325.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1326.         });
  1327.     }
  1328.     /**
  1329.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1330.      *
  1331.      * @return \Symfony\Component\Console\Command\LazyCommand
  1332.      */
  1333.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1334.     {
  1335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1337.         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 {
  1338.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1339.         });
  1340.     }
  1341.     /**
  1342.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1343.      *
  1344.      * @return \Symfony\Component\Console\Command\LazyCommand
  1345.      */
  1346.     protected function get_Console_Command_CachePoolList_LazyService()
  1347.     {
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1350.         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 {
  1351.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1352.         });
  1353.     }
  1354.     /**
  1355.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1356.      *
  1357.      * @return \Symfony\Component\Console\Command\LazyCommand
  1358.      */
  1359.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1360.     {
  1361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1363.         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 {
  1364.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1365.         });
  1366.     }
  1367.     /**
  1368.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1369.      *
  1370.      * @return \Symfony\Component\Console\Command\LazyCommand
  1371.      */
  1372.     protected function get_Console_Command_CacheWarmup_LazyService()
  1373.     {
  1374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1376.         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 {
  1377.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1378.         });
  1379.     }
  1380.     /**
  1381.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1382.      *
  1383.      * @return \Symfony\Component\Console\Command\LazyCommand
  1384.      */
  1385.     protected function get_Console_Command_ConfigDebug_LazyService()
  1386.     {
  1387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1389.         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 {
  1390.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1391.         });
  1392.     }
  1393.     /**
  1394.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1395.      *
  1396.      * @return \Symfony\Component\Console\Command\LazyCommand
  1397.      */
  1398.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1399.     {
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1402.         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 {
  1403.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1404.         });
  1405.     }
  1406.     /**
  1407.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1408.      *
  1409.      * @return \Symfony\Component\Console\Command\LazyCommand
  1410.      */
  1411.     protected function get_Console_Command_ContainerDebug_LazyService()
  1412.     {
  1413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1415.         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 {
  1416.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1417.         });
  1418.     }
  1419.     /**
  1420.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1421.      *
  1422.      * @return \Symfony\Component\Console\Command\LazyCommand
  1423.      */
  1424.     protected function get_Console_Command_ContainerLint_LazyService()
  1425.     {
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1428.         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 {
  1429.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1430.         });
  1431.     }
  1432.     /**
  1433.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1434.      *
  1435.      * @return \Symfony\Component\Console\Command\LazyCommand
  1436.      */
  1437.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1438.     {
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1441.         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 {
  1442.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1443.         });
  1444.     }
  1445.     /**
  1446.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1447.      *
  1448.      * @return \Symfony\Component\Console\Command\LazyCommand
  1449.      */
  1450.     protected function get_Console_Command_DotenvDebug_LazyService()
  1451.     {
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1454.         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 {
  1455.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1456.         });
  1457.     }
  1458.     /**
  1459.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1460.      *
  1461.      * @return \Symfony\Component\Console\Command\LazyCommand
  1462.      */
  1463.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1464.     {
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1467.         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 {
  1468.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1469.         });
  1470.     }
  1471.     /**
  1472.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1473.      *
  1474.      * @return \Symfony\Component\Console\Command\LazyCommand
  1475.      */
  1476.     protected function get_Console_Command_FormDebug_LazyService()
  1477.     {
  1478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1480.         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 {
  1481.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1482.         });
  1483.     }
  1484.     /**
  1485.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1486.      *
  1487.      * @return \Symfony\Component\Console\Command\LazyCommand
  1488.      */
  1489.     protected function get_Console_Command_RouterDebug_LazyService()
  1490.     {
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1493.         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 {
  1494.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1495.         });
  1496.     }
  1497.     /**
  1498.      * Gets the private '.console.command.router_match.lazy' shared service.
  1499.      *
  1500.      * @return \Symfony\Component\Console\Command\LazyCommand
  1501.      */
  1502.     protected function get_Console_Command_RouterMatch_LazyService()
  1503.     {
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1506.         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 {
  1507.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  1508.         });
  1509.     }
  1510.     /**
  1511.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  1512.      *
  1513.      * @return \Symfony\Component\Console\Command\LazyCommand
  1514.      */
  1515.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  1516.     {
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1519.         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 {
  1520.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  1521.         });
  1522.     }
  1523.     /**
  1524.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  1525.      *
  1526.      * @return \Symfony\Component\Console\Command\LazyCommand
  1527.      */
  1528.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  1529.     {
  1530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1532.         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 {
  1533.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  1534.         });
  1535.     }
  1536.     /**
  1537.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  1538.      *
  1539.      * @return \Symfony\Component\Console\Command\LazyCommand
  1540.      */
  1541.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  1542.     {
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1545.         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 {
  1546.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  1547.         });
  1548.     }
  1549.     /**
  1550.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  1551.      *
  1552.      * @return \Symfony\Component\Console\Command\LazyCommand
  1553.      */
  1554.     protected function get_Console_Command_SecretsList_LazyService()
  1555.     {
  1556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1558.         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 {
  1559.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  1560.         });
  1561.     }
  1562.     /**
  1563.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  1564.      *
  1565.      * @return \Symfony\Component\Console\Command\LazyCommand
  1566.      */
  1567.     protected function get_Console_Command_SecretsRemove_LazyService()
  1568.     {
  1569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1571.         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 {
  1572.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  1573.         });
  1574.     }
  1575.     /**
  1576.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  1577.      *
  1578.      * @return \Symfony\Component\Console\Command\LazyCommand
  1579.      */
  1580.     protected function get_Console_Command_SecretsSet_LazyService()
  1581.     {
  1582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1584.         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 {
  1585.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  1586.         });
  1587.     }
  1588.     /**
  1589.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\Console\Command\LazyCommand
  1592.      */
  1593.     protected function get_Console_Command_TranslationDebug_LazyService()
  1594.     {
  1595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1597.         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 {
  1598.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  1599.         });
  1600.     }
  1601.     /**
  1602.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  1603.      *
  1604.      * @return \Symfony\Component\Console\Command\LazyCommand
  1605.      */
  1606.     protected function get_Console_Command_TranslationExtract_LazyService()
  1607.     {
  1608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1610.         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 {
  1611.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  1612.         });
  1613.     }
  1614.     /**
  1615.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  1616.      *
  1617.      * @return \Symfony\Component\Console\Command\LazyCommand
  1618.      */
  1619.     protected function get_Console_Command_TranslationPull_LazyService()
  1620.     {
  1621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1623.         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 {
  1624.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  1625.         });
  1626.     }
  1627.     /**
  1628.      * Gets the private '.console.command.translation_push.lazy' shared service.
  1629.      *
  1630.      * @return \Symfony\Component\Console\Command\LazyCommand
  1631.      */
  1632.     protected function get_Console_Command_TranslationPush_LazyService()
  1633.     {
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1636.         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 {
  1637.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  1638.         });
  1639.     }
  1640.     /**
  1641.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  1642.      *
  1643.      * @return \Symfony\Component\Console\Command\LazyCommand
  1644.      */
  1645.     protected function get_Console_Command_ValidatorDebug_LazyService()
  1646.     {
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1649.         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 {
  1650.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  1651.         });
  1652.     }
  1653.     /**
  1654.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  1655.      *
  1656.      * @return \Symfony\Component\Console\Command\LazyCommand
  1657.      */
  1658.     protected function get_Console_Command_XliffLint_LazyService()
  1659.     {
  1660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1662.         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 {
  1663.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  1664.         });
  1665.     }
  1666.     /**
  1667.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  1668.      *
  1669.      * @return \Symfony\Component\Console\Command\LazyCommand
  1670.      */
  1671.     protected function get_Console_Command_YamlLint_LazyService()
  1672.     {
  1673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1675.         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 {
  1676.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  1677.         });
  1678.     }
  1679.     /**
  1680.      * Gets the private '.debug.http_client' shared service.
  1681.      *
  1682.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1683.      */
  1684.     protected function get_Debug_HttpClientService()
  1685.     {
  1686.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1687.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1688.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1689.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1690.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1691.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1692.         $a->setLogger($b);
  1693.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($aNULL);
  1694.     }
  1695.     /**
  1696.      * Gets the private '.errored..service_locator.bRdave9.Symfony\Component\HttpFoundation\Response' shared service.
  1697.      *
  1698.      * @return \Symfony\Component\HttpFoundation\Response
  1699.      */
  1700.     protected function getResponseService()
  1701.     {
  1702.         $this->throw('Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  1703.     }
  1704.     /**
  1705.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  1706.      *
  1707.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  1708.      */
  1709.     protected function getLoaderInterfaceService()
  1710.     {
  1711.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  1712.     }
  1713.     /**
  1714.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  1715.      *
  1716.      * @return \Symfony\Component\Console\Command\LazyCommand
  1717.      */
  1718.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  1719.     {
  1720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1722.         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 {
  1723.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  1724.         });
  1725.     }
  1726.     /**
  1727.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  1728.      *
  1729.      * @return \Symfony\Component\Console\Command\LazyCommand
  1730.      */
  1731.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  1732.     {
  1733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1735.         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 {
  1736.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  1737.         });
  1738.     }
  1739.     /**
  1740.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  1741.      *
  1742.      * @return \Symfony\Component\Console\Command\LazyCommand
  1743.      */
  1744.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  1745.     {
  1746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1748.         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 {
  1749.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  1750.         });
  1751.     }
  1752.     /**
  1753.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  1754.      *
  1755.      * @return \Symfony\Component\Console\Command\LazyCommand
  1756.      */
  1757.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  1758.     {
  1759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1761.         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 {
  1762.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  1763.         });
  1764.     }
  1765.     /**
  1766.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  1767.      *
  1768.      * @return \Symfony\Component\Console\Command\LazyCommand
  1769.      */
  1770.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  1771.     {
  1772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1774.         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 {
  1775.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  1776.         });
  1777.     }
  1778.     /**
  1779.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  1780.      *
  1781.      * @return \Symfony\Component\Console\Command\LazyCommand
  1782.      */
  1783.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  1784.     {
  1785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1787.         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 {
  1788.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  1789.         });
  1790.     }
  1791.     /**
  1792.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  1793.      *
  1794.      * @return \Symfony\Component\Console\Command\LazyCommand
  1795.      */
  1796.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  1797.     {
  1798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1800.         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 {
  1801.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  1802.         });
  1803.     }
  1804.     /**
  1805.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  1806.      *
  1807.      * @return \Symfony\Component\Console\Command\LazyCommand
  1808.      */
  1809.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  1810.     {
  1811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1813.         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 {
  1814.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  1815.         });
  1816.     }
  1817.     /**
  1818.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  1819.      *
  1820.      * @return \Symfony\Component\Console\Command\LazyCommand
  1821.      */
  1822.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  1823.     {
  1824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1826.         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 {
  1827.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  1828.         });
  1829.     }
  1830.     /**
  1831.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  1832.      *
  1833.      * @return \Symfony\Component\Console\Command\LazyCommand
  1834.      */
  1835.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  1836.     {
  1837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1839.         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 {
  1840.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  1841.         });
  1842.     }
  1843.     /**
  1844.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  1845.      *
  1846.      * @return \Symfony\Component\Console\Command\LazyCommand
  1847.      */
  1848.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  1849.     {
  1850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1852.         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 {
  1853.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  1854.         });
  1855.     }
  1856.     /**
  1857.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  1858.      *
  1859.      * @return \Symfony\Component\Console\Command\LazyCommand
  1860.      */
  1861.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  1862.     {
  1863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1865.         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 {
  1866.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  1867.         });
  1868.     }
  1869.     /**
  1870.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  1871.      *
  1872.      * @return \Symfony\Component\Console\Command\LazyCommand
  1873.      */
  1874.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  1875.     {
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1878.         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 {
  1879.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  1880.         });
  1881.     }
  1882.     /**
  1883.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  1884.      *
  1885.      * @return \Symfony\Component\Console\Command\LazyCommand
  1886.      */
  1887.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  1888.     {
  1889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1891.         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 {
  1892.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  1893.         });
  1894.     }
  1895.     /**
  1896.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  1897.      *
  1898.      * @return \Symfony\Component\Console\Command\LazyCommand
  1899.      */
  1900.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  1901.     {
  1902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1904.         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 {
  1905.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  1906.         });
  1907.     }
  1908.     /**
  1909.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  1910.      *
  1911.      * @return \Symfony\Component\Console\Command\LazyCommand
  1912.      */
  1913.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  1914.     {
  1915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1917.         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 {
  1918.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  1919.         });
  1920.     }
  1921.     /**
  1922.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  1923.      *
  1924.      * @return \Symfony\Component\Console\Command\LazyCommand
  1925.      */
  1926.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  1927.     {
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1930.         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 {
  1931.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  1932.         });
  1933.     }
  1934.     /**
  1935.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  1936.      *
  1937.      * @return \Symfony\Component\Console\Command\LazyCommand
  1938.      */
  1939.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  1940.     {
  1941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1943.         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 {
  1944.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  1945.         });
  1946.     }
  1947.     /**
  1948.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  1949.      *
  1950.      * @return \Symfony\Component\Console\Command\LazyCommand
  1951.      */
  1952.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  1953.     {
  1954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1956.         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 {
  1957.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  1958.         });
  1959.     }
  1960.     /**
  1961.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  1962.      *
  1963.      * @return \Symfony\Component\Console\Command\LazyCommand
  1964.      */
  1965.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  1966.     {
  1967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1969.         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 {
  1970.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  1971.         });
  1972.     }
  1973.     /**
  1974.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  1975.      *
  1976.      * @return \Symfony\Component\Console\Command\LazyCommand
  1977.      */
  1978.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  1979.     {
  1980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1982.         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 {
  1983.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  1984.         });
  1985.     }
  1986.     /**
  1987.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  1988.      *
  1989.      * @return \Symfony\Component\Console\Command\LazyCommand
  1990.      */
  1991.     protected function get_Monolog_Command_ServerLog_LazyService()
  1992.     {
  1993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1995.         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 {
  1996.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  1997.         });
  1998.     }
  1999.     /**
  2000.      * Gets the private '.service_locator.8.BEBQa' shared service.
  2001.      *
  2002.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2003.      */
  2004.     protected function get_ServiceLocator_8_BEBQaService()
  2005.     {
  2006.         return $this->privates['.service_locator.8.BEBQa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2007.             'content' => ['privates''App\\Content''getContentService'false],
  2008.         ], [
  2009.             'content' => 'App\\Content',
  2010.         ]);
  2011.     }
  2012.     /**
  2013.      * Gets the private '.service_locator.B64EOUX' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2016.      */
  2017.     protected function get_ServiceLocator_B64EOUXService()
  2018.     {
  2019.         return $this->privates['.service_locator.B64EOUX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2020.             'blog' => ['privates''App\\Blog''getBlogService'false],
  2021.         ], [
  2022.             'blog' => 'App\\Blog',
  2023.         ]);
  2024.     }
  2025.     /**
  2026.      * Gets the private '.service_locator.VyKfXx7' shared service.
  2027.      *
  2028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2029.      */
  2030.     protected function get_ServiceLocator_VyKfXx7Service()
  2031.     {
  2032.         return $this->privates['.service_locator.VyKfXx7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2033.             'blog' => ['privates''App\\Blog''getBlogService'false],
  2034.             'cache' => ['services''cache.app''getCache_AppService'false],
  2035.             'content' => ['privates''App\\Content''getContentService'false],
  2036.             'router' => ['services''router''getRouterService'false],
  2037.         ], [
  2038.             'blog' => 'App\\Blog',
  2039.             'cache' => '?',
  2040.             'content' => 'App\\Content',
  2041.             'router' => '?',
  2042.         ]);
  2043.     }
  2044.     /**
  2045.      * Gets the private '.service_locator.Zktv66z' shared service.
  2046.      *
  2047.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2048.      */
  2049.     protected function get_ServiceLocator_Zktv66zService()
  2050.     {
  2051.         return $this->privates['.service_locator.Zktv66z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2052.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2053.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2054.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2055.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2056.             'router' => ['services''router''getRouterService'false],
  2057.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2058.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2059.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2060.         ], [
  2061.             'form.factory' => '?',
  2062.             'http_kernel' => '?',
  2063.             'parameter_bag' => '?',
  2064.             'request_stack' => '?',
  2065.             'router' => '?',
  2066.             'serializer' => '?',
  2067.             'session' => '.session.deprecated',
  2068.             'twig' => '?',
  2069.         ]);
  2070.     }
  2071.     /**
  2072.      * Gets the private '.service_locator.bRdave9' shared service.
  2073.      *
  2074.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2075.      */
  2076.     protected function get_ServiceLocator_BRdave9Service()
  2077.     {
  2078.         return $this->privates['.service_locator.bRdave9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2079.             'response' => ['privates''.errored..service_locator.bRdave9.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  2080.         ], [
  2081.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  2082.         ]);
  2083.     }
  2084.     /**
  2085.      * Gets the private '.service_locator.xUrKPVU' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2088.      */
  2089.     protected function get_ServiceLocator_XUrKPVUService()
  2090.     {
  2091.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2092.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  2093.         ], [
  2094.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2095.         ]);
  2096.     }
  2097.     /**
  2098.      * Gets the private '.session.deprecated' shared service.
  2099.      *
  2100.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2101.      */
  2102.     protected function get_Session_DeprecatedService()
  2103.     {
  2104.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2106.         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();
  2107.     }
  2108.     /**
  2109.      * Gets the private '.twig.command.debug.lazy' shared service.
  2110.      *
  2111.      * @return \Symfony\Component\Console\Command\LazyCommand
  2112.      */
  2113.     protected function get_Twig_Command_Debug_LazyService()
  2114.     {
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2117.         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 {
  2118.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2119.         });
  2120.     }
  2121.     /**
  2122.      * Gets the private '.twig.command.lint.lazy' shared service.
  2123.      *
  2124.      * @return \Symfony\Component\Console\Command\LazyCommand
  2125.      */
  2126.     protected function get_Twig_Command_Lint_LazyService()
  2127.     {
  2128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2130.         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 {
  2131.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2132.         });
  2133.     }
  2134.     /**
  2135.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2136.      *
  2137.      * @return \Symfony\Component\Console\Command\LazyCommand
  2138.      */
  2139.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2140.     {
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2143.         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 {
  2144.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2145.         });
  2146.     }
  2147.     /**
  2148.      * Gets the private 'App\Blog' shared autowired service.
  2149.      *
  2150.      * @return \App\Blog
  2151.      */
  2152.     protected function getBlogService()
  2153.     {
  2154.         $this->privates['App\\Blog'] = $instance = new \App\Blog(($this->services['cache.app'] ?? $this->getCache_AppService()), $this->getEnv('HUBSPOT_API_KEY'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2155.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2156.         return $instance;
  2157.     }
  2158.     /**
  2159.      * Gets the private 'App\Command\BlogRefreshCommand' shared autowired service.
  2160.      *
  2161.      * @return \App\Command\BlogRefreshCommand
  2162.      */
  2163.     protected function getBlogRefreshCommandService()
  2164.     {
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2166.         include_once \dirname(__DIR__4).'/src/Command/BlogRefreshCommand.php';
  2167.         $this->privates['App\\Command\\BlogRefreshCommand'] = $instance = new \App\Command\BlogRefreshCommand(($this->privates['App\\Blog'] ?? $this->getBlogService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2168.         $instance->setName('blog:refresh');
  2169.         $instance->setDescription('Downloads the latest blog posts from HubSpot');
  2170.         return $instance;
  2171.     }
  2172.     /**
  2173.      * Gets the private 'App\Content' shared autowired service.
  2174.      *
  2175.      * @return \App\Content
  2176.      */
  2177.     protected function getContentService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/src/Content.php';
  2180.         return $this->privates['App\\Content'] = new \App\Content(($this->services['cache.app'] ?? $this->getCache_AppService()));
  2181.     }
  2182.     /**
  2183.      * Gets the private 'App\EventSubscriber\ContentRefreshSubscriber' shared autowired service.
  2184.      *
  2185.      * @return \App\EventSubscriber\ContentRefreshSubscriber
  2186.      */
  2187.     protected function getContentRefreshSubscriberService()
  2188.     {
  2189.         return $this->privates['App\\EventSubscriber\\ContentRefreshSubscriber'] = new \App\EventSubscriber\ContentRefreshSubscriber(($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['App\\Blog'] ?? $this->getBlogService()));
  2190.     }
  2191.     /**
  2192.      * Gets the private 'annotations.cache_adapter' shared service.
  2193.      *
  2194.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2195.      */
  2196.     protected function getAnnotations_CacheAdapterService()
  2197.     {
  2198.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2199.     }
  2200.     /**
  2201.      * Gets the private 'annotations.cache_warmer' shared service.
  2202.      *
  2203.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2204.      */
  2205.     protected function getAnnotations_CacheWarmerService()
  2206.     {
  2207.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2210.         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);
  2211.     }
  2212.     /**
  2213.      * Gets the private 'annotations.cached_reader' shared service.
  2214.      *
  2215.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2216.      */
  2217.     protected function getAnnotations_CachedReaderService()
  2218.     {
  2219.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2220.     }
  2221.     /**
  2222.      * Gets the private 'annotations.reader' shared service.
  2223.      *
  2224.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2225.      */
  2226.     protected function getAnnotations_ReaderService()
  2227.     {
  2228.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2229.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2230.         $a->registerUniqueLoader('class_exists');
  2231.         $instance->addGlobalIgnoredName('required'$a);
  2232.         return $instance;
  2233.     }
  2234.     /**
  2235.      * Gets the private 'argument_resolver.service' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
  2238.      */
  2239.     protected function getArgumentResolver_ServiceService()
  2240.     {
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  2243.         return $this->privates['argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2244.             'App\\Controller\\BlogController::viewCategory' => ['privates''.service_locator.B64EOUX''get_ServiceLocator_B64EOUXService'false],
  2245.             'App\\Controller\\BlogController::viewPost' => ['privates''.service_locator.B64EOUX''get_ServiceLocator_B64EOUXService'false],
  2246.             'App\\Controller\\MarketingController::caseStudy' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2247.             'App\\Controller\\MarketingController::customers' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2248.             'App\\Controller\\MarketingController::index' => ['privates''.service_locator.B64EOUX''get_ServiceLocator_B64EOUXService'false],
  2249.             'App\\Controller\\MarketingController::sitemapXml' => ['privates''.service_locator.VyKfXx7''get_ServiceLocator_VyKfXx7Service'false],
  2250.             'App\\Controller\\MarketingController::video' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2251.             'App\\Controller\\MarketingController::videos' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2252.             'App\\Controller\\MarketingController::webinar' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2253.             'App\\Controller\\MarketingController::webinars' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2254.             'App\\Controller\\MarketingController::whitePaper' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2255.             'App\\Controller\\MarketingController::whitepapers' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2256.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2257.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2258.             'kernel::terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  2259.             'App\\Controller\\BlogController:viewCategory' => ['privates''.service_locator.B64EOUX''get_ServiceLocator_B64EOUXService'false],
  2260.             'App\\Controller\\BlogController:viewPost' => ['privates''.service_locator.B64EOUX''get_ServiceLocator_B64EOUXService'false],
  2261.             'App\\Controller\\MarketingController:caseStudy' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2262.             'App\\Controller\\MarketingController:customers' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2263.             'App\\Controller\\MarketingController:index' => ['privates''.service_locator.B64EOUX''get_ServiceLocator_B64EOUXService'false],
  2264.             'App\\Controller\\MarketingController:sitemapXml' => ['privates''.service_locator.VyKfXx7''get_ServiceLocator_VyKfXx7Service'false],
  2265.             'App\\Controller\\MarketingController:video' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2266.             'App\\Controller\\MarketingController:videos' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2267.             'App\\Controller\\MarketingController:webinar' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2268.             'App\\Controller\\MarketingController:webinars' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2269.             'App\\Controller\\MarketingController:whitePaper' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2270.             'App\\Controller\\MarketingController:whitepapers' => ['privates''.service_locator.8.BEBQa''get_ServiceLocator_8_BEBQaService'false],
  2271.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2272.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2273.             'kernel:terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  2274.         ], [
  2275.             'App\\Controller\\BlogController::viewCategory' => '?',
  2276.             'App\\Controller\\BlogController::viewPost' => '?',
  2277.             'App\\Controller\\MarketingController::caseStudy' => '?',
  2278.             'App\\Controller\\MarketingController::customers' => '?',
  2279.             'App\\Controller\\MarketingController::index' => '?',
  2280.             'App\\Controller\\MarketingController::sitemapXml' => '?',
  2281.             'App\\Controller\\MarketingController::video' => '?',
  2282.             'App\\Controller\\MarketingController::videos' => '?',
  2283.             'App\\Controller\\MarketingController::webinar' => '?',
  2284.             'App\\Controller\\MarketingController::webinars' => '?',
  2285.             'App\\Controller\\MarketingController::whitePaper' => '?',
  2286.             'App\\Controller\\MarketingController::whitepapers' => '?',
  2287.             'kernel::loadRoutes' => '?',
  2288.             'kernel::registerContainerConfiguration' => '?',
  2289.             'kernel::terminate' => '?',
  2290.             'App\\Controller\\BlogController:viewCategory' => '?',
  2291.             'App\\Controller\\BlogController:viewPost' => '?',
  2292.             'App\\Controller\\MarketingController:caseStudy' => '?',
  2293.             'App\\Controller\\MarketingController:customers' => '?',
  2294.             'App\\Controller\\MarketingController:index' => '?',
  2295.             'App\\Controller\\MarketingController:sitemapXml' => '?',
  2296.             'App\\Controller\\MarketingController:video' => '?',
  2297.             'App\\Controller\\MarketingController:videos' => '?',
  2298.             'App\\Controller\\MarketingController:webinar' => '?',
  2299.             'App\\Controller\\MarketingController:webinars' => '?',
  2300.             'App\\Controller\\MarketingController:whitePaper' => '?',
  2301.             'App\\Controller\\MarketingController:whitepapers' => '?',
  2302.             'kernel:loadRoutes' => '?',
  2303.             'kernel:registerContainerConfiguration' => '?',
  2304.             'kernel:terminate' => '?',
  2305.         ]));
  2306.     }
  2307.     /**
  2308.      * Gets the private 'cache.annotations' shared service.
  2309.      *
  2310.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2311.      */
  2312.     protected function getCache_AnnotationsService()
  2313.     {
  2314.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SHU8aCoNH2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2315.     }
  2316.     /**
  2317.      * Gets the private 'cache.property_info' shared service.
  2318.      *
  2319.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2320.      */
  2321.     protected function getCache_PropertyInfoService()
  2322.     {
  2323.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-bu54iPNRN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2324.     }
  2325.     /**
  2326.      * Gets the private 'cache.serializer' shared service.
  2327.      *
  2328.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2329.      */
  2330.     protected function getCache_SerializerService()
  2331.     {
  2332.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tuoSobjEA0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2333.     }
  2334.     /**
  2335.      * Gets the private 'cache.validator' shared service.
  2336.      *
  2337.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2338.      */
  2339.     protected function getCache_ValidatorService()
  2340.     {
  2341.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bqSUTypHaI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2342.     }
  2343.     /**
  2344.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  2345.      *
  2346.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  2347.      */
  2348.     protected function getCachePoolClearer_CacheWarmerService()
  2349.     {
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  2352.         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']);
  2353.     }
  2354.     /**
  2355.      * Gets the private 'config_builder.warmer' shared service.
  2356.      *
  2357.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  2358.      */
  2359.     protected function getConfigBuilder_WarmerService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  2363.         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()));
  2364.     }
  2365.     /**
  2366.      * Gets the private 'config_cache_factory' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2369.      */
  2370.     protected function getConfigCacheFactoryService()
  2371.     {
  2372.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2373.             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)));
  2374.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2375.         }, 2));
  2376.     }
  2377.     /**
  2378.      * Gets the private 'console.command.about' shared service.
  2379.      *
  2380.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2381.      */
  2382.     protected function getConsole_Command_AboutService()
  2383.     {
  2384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2386.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2387.         $instance->setName('about');
  2388.         $instance->setDescription('Display information about the current project');
  2389.         return $instance;
  2390.     }
  2391.     /**
  2392.      * Gets the private 'console.command.assets_install' shared service.
  2393.      *
  2394.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2395.      */
  2396.     protected function getConsole_Command_AssetsInstallService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2401.         $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));
  2402.         $instance->setName('assets:install');
  2403.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  2404.         return $instance;
  2405.     }
  2406.     /**
  2407.      * Gets the private 'console.command.cache_clear' shared service.
  2408.      *
  2409.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2410.      */
  2411.     protected function getConsole_Command_CacheClearService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2416.         $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())));
  2417.         $instance->setName('cache:clear');
  2418.         $instance->setDescription('Clear the cache');
  2419.         return $instance;
  2420.     }
  2421.     /**
  2422.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2423.      *
  2424.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2425.      */
  2426.     protected function getConsole_Command_CachePoolClearService()
  2427.     {
  2428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2430.         $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']);
  2431.         $instance->setName('cache:pool:clear');
  2432.         $instance->setDescription('Clear cache pools');
  2433.         return $instance;
  2434.     }
  2435.     /**
  2436.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2437.      *
  2438.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2439.      */
  2440.     protected function getConsole_Command_CachePoolDeleteService()
  2441.     {
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2444.         $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']);
  2445.         $instance->setName('cache:pool:delete');
  2446.         $instance->setDescription('Delete an item from a cache pool');
  2447.         return $instance;
  2448.     }
  2449.     /**
  2450.      * Gets the private 'console.command.cache_pool_list' shared service.
  2451.      *
  2452.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2453.      */
  2454.     protected function getConsole_Command_CachePoolListService()
  2455.     {
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2458.         $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']);
  2459.         $instance->setName('cache:pool:list');
  2460.         $instance->setDescription('List available cache pools');
  2461.         return $instance;
  2462.     }
  2463.     /**
  2464.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2465.      *
  2466.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2467.      */
  2468.     protected function getConsole_Command_CachePoolPruneService()
  2469.     {
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2472.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2473.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2474.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2475.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2476.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2477.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2478.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2479.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  2480.         }, 7));
  2481.         $instance->setName('cache:pool:prune');
  2482.         $instance->setDescription('Prune cache pools');
  2483.         return $instance;
  2484.     }
  2485.     /**
  2486.      * Gets the private 'console.command.cache_warmup' shared service.
  2487.      *
  2488.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2489.      */
  2490.     protected function getConsole_Command_CacheWarmupService()
  2491.     {
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2494.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2495.         $instance->setName('cache:warmup');
  2496.         $instance->setDescription('Warm up an empty cache');
  2497.         return $instance;
  2498.     }
  2499.     /**
  2500.      * Gets the private 'console.command.config_debug' shared service.
  2501.      *
  2502.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2503.      */
  2504.     protected function getConsole_Command_ConfigDebugService()
  2505.     {
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2511.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2512.         $instance->setName('debug:config');
  2513.         $instance->setDescription('Dump the current configuration for an extension');
  2514.         return $instance;
  2515.     }
  2516.     /**
  2517.      * Gets the private 'console.command.config_dump_reference' shared service.
  2518.      *
  2519.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2520.      */
  2521.     protected function getConsole_Command_ConfigDumpReferenceService()
  2522.     {
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2528.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2529.         $instance->setName('config:dump-reference');
  2530.         $instance->setDescription('Dump the default configuration for an extension');
  2531.         return $instance;
  2532.     }
  2533.     /**
  2534.      * Gets the private 'console.command.container_debug' shared service.
  2535.      *
  2536.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2537.      */
  2538.     protected function getConsole_Command_ContainerDebugService()
  2539.     {
  2540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2543.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2544.         $instance->setName('debug:container');
  2545.         $instance->setDescription('Display current services for an application');
  2546.         return $instance;
  2547.     }
  2548.     /**
  2549.      * Gets the private 'console.command.container_lint' shared service.
  2550.      *
  2551.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2552.      */
  2553.     protected function getConsole_Command_ContainerLintService()
  2554.     {
  2555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2557.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2558.         $instance->setName('lint:container');
  2559.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  2560.         return $instance;
  2561.     }
  2562.     /**
  2563.      * Gets the private 'console.command.debug_autowiring' shared service.
  2564.      *
  2565.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2566.      */
  2567.     protected function getConsole_Command_DebugAutowiringService()
  2568.     {
  2569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2573.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2574.         $instance->setName('debug:autowiring');
  2575.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  2576.         return $instance;
  2577.     }
  2578.     /**
  2579.      * Gets the private 'console.command.dotenv_debug' shared service.
  2580.      *
  2581.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  2582.      */
  2583.     protected function getConsole_Command_DotenvDebugService()
  2584.     {
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  2587.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  2588.         $instance->setName('debug:dotenv');
  2589.         $instance->setDescription('Lists all dotenv files with variables and values');
  2590.         return $instance;
  2591.     }
  2592.     /**
  2593.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2594.      *
  2595.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2596.      */
  2597.     protected function getConsole_Command_EventDispatcherDebugService()
  2598.     {
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2601.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2602.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2603.         ], [
  2604.             'event_dispatcher' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2605.         ]));
  2606.         $instance->setName('debug:event-dispatcher');
  2607.         $instance->setDescription('Display configured listeners for an application');
  2608.         return $instance;
  2609.     }
  2610.     /**
  2611.      * Gets the private 'console.command.form_debug' shared service.
  2612.      *
  2613.      * @return \Symfony\Component\Form\Command\DebugCommand
  2614.      */
  2615.     protected function getConsole_Command_FormDebugService()
  2616.     {
  2617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2619.         $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\\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\\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\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2620.         $instance->setName('debug:form');
  2621.         $instance->setDescription('Display form type information');
  2622.         return $instance;
  2623.     }
  2624.     /**
  2625.      * Gets the private 'console.command.router_debug' shared service.
  2626.      *
  2627.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2628.      */
  2629.     protected function getConsole_Command_RouterDebugService()
  2630.     {
  2631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2632.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2634.         $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()));
  2635.         $instance->setName('debug:router');
  2636.         $instance->setDescription('Display current routes for an application');
  2637.         return $instance;
  2638.     }
  2639.     /**
  2640.      * Gets the private 'console.command.router_match' shared service.
  2641.      *
  2642.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2643.      */
  2644.     protected function getConsole_Command_RouterMatchService()
  2645.     {
  2646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2648.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  2649.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2650.         }, 1));
  2651.         $instance->setName('router:match');
  2652.         $instance->setDescription('Help debug routes by simulating a path info match');
  2653.         return $instance;
  2654.     }
  2655.     /**
  2656.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2657.      *
  2658.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2659.      */
  2660.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2666.         $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')))));
  2667.         $instance->setName('secrets:decrypt-to-local');
  2668.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  2669.         return $instance;
  2670.     }
  2671.     /**
  2672.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2673.      *
  2674.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2675.      */
  2676.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2682.         $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')))));
  2683.         $instance->setName('secrets:encrypt-from-local');
  2684.         $instance->setDescription('Encrypt all local secrets to the vault');
  2685.         return $instance;
  2686.     }
  2687.     /**
  2688.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2689.      *
  2690.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2691.      */
  2692.     protected function getConsole_Command_SecretsGenerateKeyService()
  2693.     {
  2694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2698.         $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')))));
  2699.         $instance->setName('secrets:generate-keys');
  2700.         $instance->setDescription('Generate new encryption keys');
  2701.         return $instance;
  2702.     }
  2703.     /**
  2704.      * Gets the private 'console.command.secrets_list' shared service.
  2705.      *
  2706.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2707.      */
  2708.     protected function getConsole_Command_SecretsListService()
  2709.     {
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2714.         $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')))));
  2715.         $instance->setName('secrets:list');
  2716.         $instance->setDescription('List all secrets');
  2717.         return $instance;
  2718.     }
  2719.     /**
  2720.      * Gets the private 'console.command.secrets_remove' shared service.
  2721.      *
  2722.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2723.      */
  2724.     protected function getConsole_Command_SecretsRemoveService()
  2725.     {
  2726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  2728.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2730.         $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')))));
  2731.         $instance->setName('secrets:remove');
  2732.         $instance->setDescription('Remove a secret from the vault');
  2733.         return $instance;
  2734.     }
  2735.     /**
  2736.      * Gets the private 'console.command.secrets_set' shared service.
  2737.      *
  2738.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2739.      */
  2740.     protected function getConsole_Command_SecretsSetService()
  2741.     {
  2742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2746.         $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')))));
  2747.         $instance->setName('secrets:set');
  2748.         $instance->setDescription('Set a secret in the vault');
  2749.         return $instance;
  2750.     }
  2751.     /**
  2752.      * Gets the private 'console.command.translation_debug' shared service.
  2753.      *
  2754.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2755.      */
  2756.     protected function getConsole_Command_TranslationDebugService()
  2757.     {
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  2760.         $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/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/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  2761.         $instance->setName('debug:translation');
  2762.         $instance->setDescription('Display translation messages information');
  2763.         return $instance;
  2764.     }
  2765.     /**
  2766.      * Gets the private 'console.command.translation_extract' shared service.
  2767.      *
  2768.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  2769.      */
  2770.     protected function getConsole_Command_TranslationExtractService()
  2771.     {
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  2774.         $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/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/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  2775.         $instance->setName('translation:extract');
  2776.         $instance->setAliases([=> 'translation:update']);
  2777.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  2778.         return $instance;
  2779.     }
  2780.     /**
  2781.      * Gets the private 'console.command.translation_pull' shared service.
  2782.      *
  2783.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  2784.      */
  2785.     protected function getConsole_Command_TranslationPullService()
  2786.     {
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  2789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  2790.         $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', [], []);
  2791.         $instance->setName('translation:pull');
  2792.         $instance->setDescription('Pull translations from a given provider.');
  2793.         return $instance;
  2794.     }
  2795.     /**
  2796.      * Gets the private 'console.command.translation_push' shared service.
  2797.      *
  2798.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  2799.      */
  2800.     protected function getConsole_Command_TranslationPushService()
  2801.     {
  2802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  2804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  2805.         $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()), [], []);
  2806.         $instance->setName('translation:push');
  2807.         $instance->setDescription('Push translations to a given provider.');
  2808.         return $instance;
  2809.     }
  2810.     /**
  2811.      * Gets the private 'console.command.validator_debug' shared service.
  2812.      *
  2813.      * @return \Symfony\Component\Validator\Command\DebugCommand
  2814.      */
  2815.     protected function getConsole_Command_ValidatorDebugService()
  2816.     {
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  2819.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  2820.         $instance->setName('debug:validator');
  2821.         $instance->setDescription('Display validation constraints for classes');
  2822.         return $instance;
  2823.     }
  2824.     /**
  2825.      * Gets the private 'console.command.xliff_lint' shared service.
  2826.      *
  2827.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  2828.      */
  2829.     protected function getConsole_Command_XliffLintService()
  2830.     {
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  2833.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  2834.         $instance->setName('lint:xliff');
  2835.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  2836.         return $instance;
  2837.     }
  2838.     /**
  2839.      * Gets the private 'console.command.yaml_lint' shared service.
  2840.      *
  2841.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  2842.      */
  2843.     protected function getConsole_Command_YamlLintService()
  2844.     {
  2845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2846.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  2848.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  2849.         $instance->setName('lint:yaml');
  2850.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  2851.         return $instance;
  2852.     }
  2853.     /**
  2854.      * Gets the private 'console.error_listener' shared service.
  2855.      *
  2856.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  2857.      */
  2858.     protected function getConsole_ErrorListenerService()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  2861.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  2862.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2863.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2864.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2865.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  2866.     }
  2867.     /**
  2868.      * Gets the private 'container.env_var_processor' shared service.
  2869.      *
  2870.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  2871.      */
  2872.     protected function getContainer_EnvVarProcessorService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  2876.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  2877.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  2878.         }, 1));
  2879.     }
  2880.     /**
  2881.      * Gets the private 'container.getenv' shared service.
  2882.      *
  2883.      * @return \Closure
  2884.      */
  2885.     protected function getContainer_GetenvService()
  2886.     {
  2887.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  2888.     }
  2889.     /**
  2890.      * Gets the private 'data_collector.form' shared service.
  2891.      *
  2892.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2893.      */
  2894.     protected function getDataCollector_FormService()
  2895.     {
  2896.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2897.     }
  2898.     /**
  2899.      * Gets the private 'data_collector.request' shared service.
  2900.      *
  2901.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2902.      */
  2903.     protected function getDataCollector_RequestService()
  2904.     {
  2905.         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())));
  2906.     }
  2907.     /**
  2908.      * Gets the private 'data_collector.request.session_collector' shared service.
  2909.      *
  2910.      * @return \Closure
  2911.      */
  2912.     protected function getDataCollector_Request_SessionCollectorService()
  2913.     {
  2914.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  2915.     }
  2916.     /**
  2917.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2918.      *
  2919.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2920.      */
  2921.     protected function getDebug_DebugHandlersListenerService()
  2922.     {
  2923.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2924.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2925.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2926.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2927.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2928.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2929.     }
  2930.     /**
  2931.      * Gets the private 'debug.dump_listener' shared service.
  2932.      *
  2933.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  2934.      */
  2935.     protected function getDebug_DumpListenerService()
  2936.     {
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  2939.         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()));
  2940.     }
  2941.     /**
  2942.      * Gets the private 'debug.file_link_formatter' shared service.
  2943.      *
  2944.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2945.      */
  2946.     protected function getDebug_FileLinkFormatterService()
  2947.     {
  2948.         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 () {
  2949.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  2950.         });
  2951.     }
  2952.     /**
  2953.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  2954.      *
  2955.      * @return \string
  2956.      */
  2957.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  2958.     {
  2959.         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');
  2960.     }
  2961.     /**
  2962.      * Gets the private 'debug.log_processor' shared service.
  2963.      *
  2964.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2965.      */
  2966.     protected function getDebug_LogProcessorService()
  2967.     {
  2968.         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())));
  2969.     }
  2970.     /**
  2971.      * Gets the private 'error_handler.error_renderer.html' shared service.
  2972.      *
  2973.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  2974.      */
  2975.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  2976.     {
  2977.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2978.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2979.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2980.         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()));
  2981.     }
  2982.     /**
  2983.      * Gets the private 'exception_listener' shared service.
  2984.      *
  2985.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2986.      */
  2987.     protected function getExceptionListenerService()
  2988.     {
  2989.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2990.     }
  2991.     /**
  2992.      * Gets the private 'form.choice_list_factory.cached' shared service.
  2993.      *
  2994.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  2995.      */
  2996.     protected function getForm_ChoiceListFactory_CachedService()
  2997.     {
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  3002.         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())));
  3003.     }
  3004.     /**
  3005.      * Gets the private 'form.registry' shared service.
  3006.      *
  3007.      * @return \Symfony\Component\Form\FormRegistry
  3008.      */
  3009.     protected function getForm_RegistryService()
  3010.     {
  3011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  3015.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  3016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  3018.         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, [
  3019.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3020.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  3021.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  3022.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3023.         ], [
  3024.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3025.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3026.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3027.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3028.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3029.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3030.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3031.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3032.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3033.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3034.         }, 5), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3035.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3036.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3037.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3038.         }, 1)], new RewindableGenerator(function () {
  3039.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3040.         }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3041.     }
  3042.     /**
  3043.      * Gets the private 'form.type.choice' shared service.
  3044.      *
  3045.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3046.      */
  3047.     protected function getForm_Type_ChoiceService()
  3048.     {
  3049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  3052.         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()));
  3053.     }
  3054.     /**
  3055.      * Gets the private 'form.type.color' shared service.
  3056.      *
  3057.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  3058.      */
  3059.     protected function getForm_Type_ColorService()
  3060.     {
  3061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  3064.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  3065.     }
  3066.     /**
  3067.      * Gets the private 'form.type.form' shared service.
  3068.      *
  3069.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  3070.      */
  3071.     protected function getForm_Type_FormService()
  3072.     {
  3073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3074.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  3076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  3077.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3078.     }
  3079.     /**
  3080.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  3081.      *
  3082.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  3083.      */
  3084.     protected function getForm_TypeExtension_Form_DataCollectorService()
  3085.     {
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  3089.         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()));
  3090.     }
  3091.     /**
  3092.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  3095.      */
  3096.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  3097.     {
  3098.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  3101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  3104.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))));
  3105.     }
  3106.     /**
  3107.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  3108.      *
  3109.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  3110.      */
  3111.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  3112.     {
  3113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  3116.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3117.     }
  3118.     /**
  3119.      * Gets the private 'form.type_extension.form.validator' shared service.
  3120.      *
  3121.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  3122.      */
  3123.     protected function getForm_TypeExtension_Form_ValidatorService()
  3124.     {
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  3128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  3129.         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()));
  3130.     }
  3131.     /**
  3132.      * Gets the private 'form.type_extension.upload.validator' shared service.
  3133.      *
  3134.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  3135.      */
  3136.     protected function getForm_TypeExtension_Upload_ValidatorService()
  3137.     {
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  3141.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  3142.     }
  3143.     /**
  3144.      * Gets the private 'form.type_guesser.validator' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  3147.      */
  3148.     protected function getForm_TypeGuesser_ValidatorService()
  3149.     {
  3150.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  3152.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3153.     }
  3154.     /**
  3155.      * Gets the private 'fragment.renderer.inline' shared service.
  3156.      *
  3157.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3158.      */
  3159.     protected function getFragment_Renderer_InlineService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  3163.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  3164.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3165.         $instance->setFragmentPath('/_fragment');
  3166.         return $instance;
  3167.     }
  3168.     /**
  3169.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3170.      *
  3171.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3172.      */
  3173.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3174.     {
  3175.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory()))), NULL);
  3176.     }
  3177.     /**
  3178.      * Gets the private 'locale_aware_listener' shared service.
  3179.      *
  3180.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3181.      */
  3182.     protected function getLocaleAwareListenerService()
  3183.     {
  3184.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3185.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3186.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3187.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3188.     }
  3189.     /**
  3190.      * Gets the private 'locale_listener' shared service.
  3191.      *
  3192.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3193.      */
  3194.     protected function getLocaleListenerService()
  3195.     {
  3196.         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, []);
  3197.     }
  3198.     /**
  3199.      * Gets the private 'maker.auto_command.make_auth' shared service.
  3200.      *
  3201.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3202.      */
  3203.     protected function getMaker_AutoCommand_MakeAuthService()
  3204.     {
  3205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  3211.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3212.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3213.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3214.         $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);
  3215.         $instance->setName('make:auth');
  3216.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  3217.         return $instance;
  3218.     }
  3219.     /**
  3220.      * Gets the private 'maker.auto_command.make_command' shared service.
  3221.      *
  3222.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3223.      */
  3224.     protected function getMaker_AutoCommand_MakeCommandService()
  3225.     {
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  3231.         $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()));
  3232.         $instance->setName('make:command');
  3233.         $instance->setDescription('Creates a new console command class');
  3234.         return $instance;
  3235.     }
  3236.     /**
  3237.      * Gets the private 'maker.auto_command.make_controller' shared service.
  3238.      *
  3239.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3240.      */
  3241.     protected function getMaker_AutoCommand_MakeControllerService()
  3242.     {
  3243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  3248.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3249.         $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()));
  3250.         $instance->setName('make:controller');
  3251.         $instance->setDescription('Creates a new controller class');
  3252.         return $instance;
  3253.     }
  3254.     /**
  3255.      * Gets the private 'maker.auto_command.make_crud' shared service.
  3256.      *
  3257.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3258.      */
  3259.     protected function getMaker_AutoCommand_MakeCrudService()
  3260.     {
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  3266.         $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()));
  3267.         $instance->setName('make:crud');
  3268.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  3269.         return $instance;
  3270.     }
  3271.     /**
  3272.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  3273.      *
  3274.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3275.      */
  3276.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  3277.     {
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  3283.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3284.         $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()));
  3285.         $instance->setName('make:docker:database');
  3286.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  3287.         return $instance;
  3288.     }
  3289.     /**
  3290.      * Gets the private 'maker.auto_command.make_entity' shared service.
  3291.      *
  3292.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3293.      */
  3294.     protected function getMaker_AutoCommand_MakeEntityService()
  3295.     {
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  3302.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3303.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3304.         $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);
  3305.         $instance->setName('make:entity');
  3306.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  3307.         return $instance;
  3308.     }
  3309.     /**
  3310.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  3311.      *
  3312.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3313.      */
  3314.     protected function getMaker_AutoCommand_MakeFixturesService()
  3315.     {
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  3321.         $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()));
  3322.         $instance->setName('make:fixtures');
  3323.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  3324.         return $instance;
  3325.     }
  3326.     /**
  3327.      * Gets the private 'maker.auto_command.make_form' shared service.
  3328.      *
  3329.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3330.      */
  3331.     protected function getMaker_AutoCommand_MakeFormService()
  3332.     {
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3335.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  3338.         $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()));
  3339.         $instance->setName('make:form');
  3340.         $instance->setDescription('Creates a new form class');
  3341.         return $instance;
  3342.     }
  3343.     /**
  3344.      * Gets the private 'maker.auto_command.make_message' shared service.
  3345.      *
  3346.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3347.      */
  3348.     protected function getMaker_AutoCommand_MakeMessageService()
  3349.     {
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  3355.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3356.         $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()));
  3357.         $instance->setName('make:message');
  3358.         $instance->setDescription('Creates a new message and handler');
  3359.         return $instance;
  3360.     }
  3361.     /**
  3362.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  3363.      *
  3364.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3365.      */
  3366.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  3367.     {
  3368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  3373.         $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()));
  3374.         $instance->setName('make:messenger-middleware');
  3375.         $instance->setDescription('Creates a new messenger middleware');
  3376.         return $instance;
  3377.     }
  3378.     /**
  3379.      * Gets the private 'maker.auto_command.make_migration' shared service.
  3380.      *
  3381.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3382.      */
  3383.     protected function getMaker_AutoCommand_MakeMigrationService()
  3384.     {
  3385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  3391.         $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()));
  3392.         $instance->setName('make:migration');
  3393.         $instance->setDescription('Creates a new migration based on database changes');
  3394.         return $instance;
  3395.     }
  3396.     /**
  3397.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  3398.      *
  3399.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3400.      */
  3401.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  3402.     {
  3403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  3408.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3409.         $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()));
  3410.         $instance->setName('make:registration-form');
  3411.         $instance->setDescription('Creates a new registration form system');
  3412.         return $instance;
  3413.     }
  3414.     /**
  3415.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  3416.      *
  3417.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3418.      */
  3419.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  3426.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3427.         $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()));
  3428.         $instance->setName('make:reset-password');
  3429.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  3430.         return $instance;
  3431.     }
  3432.     /**
  3433.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  3434.      *
  3435.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3436.      */
  3437.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  3438.     {
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  3444.         $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()));
  3445.         $instance->setName('make:serializer:encoder');
  3446.         $instance->setDescription('Creates a new serializer encoder class');
  3447.         return $instance;
  3448.     }
  3449.     /**
  3450.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  3451.      *
  3452.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3453.      */
  3454.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  3455.     {
  3456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  3461.         $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()));
  3462.         $instance->setName('make:serializer:normalizer');
  3463.         $instance->setDescription('Creates a new serializer normalizer class');
  3464.         return $instance;
  3465.     }
  3466.     /**
  3467.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  3468.      *
  3469.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3470.      */
  3471.     protected function getMaker_AutoCommand_MakeSubscriberService()
  3472.     {
  3473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  3479.         $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()));
  3480.         $instance->setName('make:subscriber');
  3481.         $instance->setDescription('Creates a new event subscriber class');
  3482.         return $instance;
  3483.     }
  3484.     /**
  3485.      * Gets the private 'maker.auto_command.make_test' shared service.
  3486.      *
  3487.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3488.      */
  3489.     protected function getMaker_AutoCommand_MakeTestService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  3497.         $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()));
  3498.         $instance->setName('make:test');
  3499.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  3500.         $instance->setDescription('Creates a new test class');
  3501.         return $instance;
  3502.     }
  3503.     /**
  3504.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  3505.      *
  3506.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3507.      */
  3508.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  3509.     {
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  3515.         $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()));
  3516.         $instance->setName('make:twig-extension');
  3517.         $instance->setDescription('Creates a new Twig extension class');
  3518.         return $instance;
  3519.     }
  3520.     /**
  3521.      * Gets the private 'maker.auto_command.make_user' shared service.
  3522.      *
  3523.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3524.      */
  3525.     protected function getMaker_AutoCommand_MakeUserService()
  3526.     {
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  3533.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3534.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3535.         $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()));
  3536.         $instance->setName('make:user');
  3537.         $instance->setDescription('Creates a new security user class');
  3538.         return $instance;
  3539.     }
  3540.     /**
  3541.      * Gets the private 'maker.auto_command.make_validator' shared service.
  3542.      *
  3543.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3544.      */
  3545.     protected function getMaker_AutoCommand_MakeValidatorService()
  3546.     {
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  3552.         $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()));
  3553.         $instance->setName('make:validator');
  3554.         $instance->setDescription('Creates a new validator and constraint class');
  3555.         return $instance;
  3556.     }
  3557.     /**
  3558.      * Gets the private 'maker.auto_command.make_voter' shared service.
  3559.      *
  3560.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3561.      */
  3562.     protected function getMaker_AutoCommand_MakeVoterService()
  3563.     {
  3564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  3569.         $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()));
  3570.         $instance->setName('make:voter');
  3571.         $instance->setDescription('Creates a new security voter class');
  3572.         return $instance;
  3573.     }
  3574.     /**
  3575.      * Gets the private 'maker.doctrine_helper' shared service.
  3576.      *
  3577.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  3578.      */
  3579.     protected function getMaker_DoctrineHelperService()
  3580.     {
  3581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  3582.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), NULLfalse);
  3583.     }
  3584.     /**
  3585.      * Gets the private 'maker.entity_class_generator' shared service.
  3586.      *
  3587.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  3588.      */
  3589.     protected function getMaker_EntityClassGeneratorService()
  3590.     {
  3591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  3592.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  3593.     }
  3594.     /**
  3595.      * Gets the private 'maker.file_manager' shared service.
  3596.      *
  3597.      * @return \Symfony\Bundle\MakerBundle\FileManager
  3598.      */
  3599.     protected function getMaker_FileManagerService()
  3600.     {
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3606.         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'));
  3607.     }
  3608.     /**
  3609.      * Gets the private 'maker.generator' shared service.
  3610.      *
  3611.      * @return \Symfony\Bundle\MakerBundle\Generator
  3612.      */
  3613.     protected function getMaker_GeneratorService()
  3614.     {
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  3617.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  3618.         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));
  3619.     }
  3620.     /**
  3621.      * Gets the private 'maker.php_compat_util' shared service.
  3622.      *
  3623.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  3624.      */
  3625.     protected function getMaker_PhpCompatUtilService()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  3628.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  3629.     }
  3630.     /**
  3631.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  3632.      *
  3633.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  3634.      */
  3635.     protected function getMaker_Renderer_FormTypeRendererService()
  3636.     {
  3637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  3638.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3639.     }
  3640.     /**
  3641.      * Gets the private 'monolog.command.server_log' shared service.
  3642.      *
  3643.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  3644.      */
  3645.     protected function getMonolog_Command_ServerLogService()
  3646.     {
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  3649.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  3650.         $instance->setName('server:log');
  3651.         $instance->setDescription('Start a log server that displays logs in real time');
  3652.         return $instance;
  3653.     }
  3654.     /**
  3655.      * Gets the private 'monolog.handler.console' shared service.
  3656.      *
  3657.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3658.      */
  3659.     protected function getMonolog_Handler_ConsoleService()
  3660.     {
  3661.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3662.     }
  3663.     /**
  3664.      * Gets the private 'monolog.handler.main' shared service.
  3665.      *
  3666.      * @return \Monolog\Handler\FingersCrossedHandler
  3667.      */
  3668.     protected function getMonolog_Handler_MainService()
  3669.     {
  3670.         $a = new \Monolog\Handler\StreamHandler('php://stderr'100trueNULLfalse);
  3671.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3672.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> ['code' => 404'urls' => []], => ['code' => 405'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400)), 0truetrueNULL);
  3673.     }
  3674.     /**
  3675.      * Gets the private 'monolog.logger' shared service.
  3676.      *
  3677.      * @return \Symfony\Bridge\Monolog\Logger
  3678.      */
  3679.     protected function getMonolog_LoggerService()
  3680.     {
  3681.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3682.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3683.         $instance->useMicrosecondTimestamps(true);
  3684.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3685.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3686.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3687.         return $instance;
  3688.     }
  3689.     /**
  3690.      * Gets the private 'monolog.logger.cache' shared service.
  3691.      *
  3692.      * @return \Symfony\Bridge\Monolog\Logger
  3693.      */
  3694.     protected function getMonolog_Logger_CacheService()
  3695.     {
  3696.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3697.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3698.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3699.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3700.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3701.         return $instance;
  3702.     }
  3703.     /**
  3704.      * Gets the private 'monolog.logger.request' shared service.
  3705.      *
  3706.      * @return \Symfony\Bridge\Monolog\Logger
  3707.      */
  3708.     protected function getMonolog_Logger_RequestService()
  3709.     {
  3710.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3711.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3712.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3713.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3714.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3715.         return $instance;
  3716.     }
  3717.     /**
  3718.      * Gets the private 'parameter_bag' shared service.
  3719.      *
  3720.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3721.      */
  3722.     protected function getParameterBagService()
  3723.     {
  3724.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3725.     }
  3726.     /**
  3727.      * Gets the private 'profiler_listener' shared service.
  3728.      *
  3729.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3730.      */
  3731.     protected function getProfilerListenerService()
  3732.     {
  3733.         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);
  3734.     }
  3735.     /**
  3736.      * Gets the private 'property_accessor' shared service.
  3737.      *
  3738.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3739.      */
  3740.     protected function getPropertyAccessorService()
  3741.     {
  3742.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  3746.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  3749.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3750.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3751.     }
  3752.     /**
  3753.      * Gets the private 'property_info' shared service.
  3754.      *
  3755.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3756.      */
  3757.     protected function getPropertyInfoService()
  3758.     {
  3759.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3760.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  3761.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3762.         }, 2), new RewindableGenerator(function () {
  3763.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3764.         }, 1), new RewindableGenerator(function () {
  3765.             return new \EmptyIterator();
  3766.         }, 0), new RewindableGenerator(function () {
  3767.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3768.         }, 1), new RewindableGenerator(function () {
  3769.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3770.         }, 1));
  3771.     }
  3772.     /**
  3773.      * Gets the private 'property_info.serializer_extractor' shared service.
  3774.      *
  3775.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  3776.      */
  3777.     protected function getPropertyInfo_SerializerExtractorService()
  3778.     {
  3779.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  3780.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  3781.     }
  3782.     /**
  3783.      * Gets the private 'router.cache_warmer' shared service.
  3784.      *
  3785.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  3786.      */
  3787.     protected function getRouter_CacheWarmerService()
  3788.     {
  3789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  3791.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3792.             'router' => ['services''router''getRouterService'false],
  3793.         ], [
  3794.             'router' => '?',
  3795.         ]))->withContext('router.cache_warmer'$this));
  3796.     }
  3797.     /**
  3798.      * Gets the private 'router.expression_language_provider' shared service.
  3799.      *
  3800.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3801.      */
  3802.     protected function getRouter_ExpressionLanguageProviderService()
  3803.     {
  3804.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3805.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  3806.         ], [
  3807.             'env' => 'Closure',
  3808.         ]));
  3809.     }
  3810.     /**
  3811.      * Gets the private 'router.request_context' shared service.
  3812.      *
  3813.      * @return \Symfony\Component\Routing\RequestContext
  3814.      */
  3815.     protected function getRouter_RequestContextService()
  3816.     {
  3817.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3818.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3819.         return $instance;
  3820.     }
  3821.     /**
  3822.      * Gets the private 'router_listener' shared service.
  3823.      *
  3824.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3825.      */
  3826.     protected function getRouterListenerService()
  3827.     {
  3828.         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);
  3829.     }
  3830.     /**
  3831.      * Gets the private 'secrets.vault' shared service.
  3832.      *
  3833.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  3834.      */
  3835.     protected function getSecrets_VaultService()
  3836.     {
  3837.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  3841.         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'));
  3842.     }
  3843.     /**
  3844.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3845.      *
  3846.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3847.      */
  3848.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3849.     {
  3850.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3851.     }
  3852.     /**
  3853.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3854.      *
  3855.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3856.      */
  3857.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3858.     {
  3859.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3860.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULL, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3861.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3862.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3863.     }
  3864.     /**
  3865.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3866.      *
  3867.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3868.      */
  3869.     protected function getSensioFrameworkExtra_View_ListenerService()
  3870.     {
  3871.         $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))));
  3872.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3873.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3874.         ], [
  3875.             'twig' => '?',
  3876.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3877.         return $instance;
  3878.     }
  3879.     /**
  3880.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  3881.      *
  3882.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  3883.      */
  3884.     protected function getSerializer_Mapping_CacheWarmerService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  3891.         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'));
  3892.     }
  3893.     /**
  3894.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  3895.      *
  3896.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  3897.      */
  3898.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  3899.     {
  3900.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  3906.         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()))]));
  3907.     }
  3908.     /**
  3909.      * Gets the private 'session.factory' shared service.
  3910.      *
  3911.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3912.      */
  3913.     protected function getSession_FactoryService()
  3914.     {
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  3917.         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']);
  3918.     }
  3919.     /**
  3920.      * Gets the private 'session.storage.factory.service' shared service.
  3921.      *
  3922.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  3923.      *
  3924.      * @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.
  3925.      */
  3926.     protected function getSession_Storage_Factory_ServiceService()
  3927.     {
  3928.         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.');
  3929.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  3930.     }
  3931.     /**
  3932.      * Gets the private 'session.storage.metadata_bag' shared service.
  3933.      *
  3934.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  3935.      *
  3936.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  3937.      */
  3938.     protected function getSession_Storage_MetadataBagService()
  3939.     {
  3940.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  3941.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  3942.     }
  3943.     /**
  3944.      * Gets the private 'session.storage.native' shared service.
  3945.      *
  3946.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  3947.      *
  3948.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  3949.      */
  3950.     protected function getSession_Storage_NativeService()
  3951.     {
  3952.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  3953.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  3954.     }
  3955.     /**
  3956.      * Gets the private 'session_listener' shared service.
  3957.      *
  3958.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3959.      */
  3960.     protected function getSessionListenerService()
  3961.     {
  3962.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3963.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3964.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3965.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3966.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3967.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  3968.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3969.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  3970.         ], [
  3971.             'initialized_session' => '?',
  3972.             'logger' => '?',
  3973.             'request_stack' => '?',
  3974.             'session' => '?',
  3975.             'session_collector' => '?',
  3976.             'session_factory' => '?',
  3977.             'session_storage' => '?',
  3978.         ]), true$this->parameters['session.storage.options']);
  3979.     }
  3980.     /**
  3981.      * Gets the private 'translation.extractor' shared service.
  3982.      *
  3983.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  3984.      */
  3985.     protected function getTranslation_ExtractorService()
  3986.     {
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  3992.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  3993.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  3994.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  3995.         return $instance;
  3996.     }
  3997.     /**
  3998.      * Gets the private 'translation.loader.csv' shared service.
  3999.      *
  4000.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  4001.      */
  4002.     protected function getTranslation_Loader_CsvService()
  4003.     {
  4004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4008.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  4009.     }
  4010.     /**
  4011.      * Gets the private 'translation.loader.dat' shared service.
  4012.      *
  4013.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  4014.      */
  4015.     protected function getTranslation_Loader_DatService()
  4016.     {
  4017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4020.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  4021.     }
  4022.     /**
  4023.      * Gets the private 'translation.loader.ini' shared service.
  4024.      *
  4025.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  4026.      */
  4027.     protected function getTranslation_Loader_IniService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4033.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  4034.     }
  4035.     /**
  4036.      * Gets the private 'translation.loader.json' shared service.
  4037.      *
  4038.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  4039.      */
  4040.     protected function getTranslation_Loader_JsonService()
  4041.     {
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4046.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  4047.     }
  4048.     /**
  4049.      * Gets the private 'translation.loader.mo' shared service.
  4050.      *
  4051.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  4052.      */
  4053.     protected function getTranslation_Loader_MoService()
  4054.     {
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4059.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  4060.     }
  4061.     /**
  4062.      * Gets the private 'translation.loader.php' shared service.
  4063.      *
  4064.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  4065.      */
  4066.     protected function getTranslation_Loader_PhpService()
  4067.     {
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4072.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  4073.     }
  4074.     /**
  4075.      * Gets the private 'translation.loader.po' shared service.
  4076.      *
  4077.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  4078.      */
  4079.     protected function getTranslation_Loader_PoService()
  4080.     {
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4085.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  4086.     }
  4087.     /**
  4088.      * Gets the private 'translation.loader.qt' shared service.
  4089.      *
  4090.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  4091.      */
  4092.     protected function getTranslation_Loader_QtService()
  4093.     {
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4096.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  4097.     }
  4098.     /**
  4099.      * Gets the private 'translation.loader.res' shared service.
  4100.      *
  4101.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  4102.      */
  4103.     protected function getTranslation_Loader_ResService()
  4104.     {
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4107.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  4108.     }
  4109.     /**
  4110.      * Gets the private 'translation.loader.xliff' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  4113.      */
  4114.     protected function getTranslation_Loader_XliffService()
  4115.     {
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4118.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  4119.     }
  4120.     /**
  4121.      * Gets the private 'translation.loader.yml' shared service.
  4122.      *
  4123.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  4124.      */
  4125.     protected function getTranslation_Loader_YmlService()
  4126.     {
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4131.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  4132.     }
  4133.     /**
  4134.      * Gets the private 'translation.provider_collection' shared service.
  4135.      *
  4136.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  4137.      */
  4138.     protected function getTranslation_ProviderCollectionService()
  4139.     {
  4140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  4142.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  4143.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  4144.         }, 1), []))->fromConfig([]);
  4145.     }
  4146.     /**
  4147.      * Gets the private 'translation.reader' shared service.
  4148.      *
  4149.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  4150.      */
  4151.     protected function getTranslation_ReaderService()
  4152.     {
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4169.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  4170.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  4171.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  4172.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  4173.         $instance->addLoader('yaml'$a);
  4174.         $instance->addLoader('yml'$a);
  4175.         $instance->addLoader('xlf'$b);
  4176.         $instance->addLoader('xliff'$b);
  4177.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  4178.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  4179.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  4180.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  4181.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  4182.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  4183.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  4184.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  4185.         return $instance;
  4186.     }
  4187.     /**
  4188.      * Gets the private 'translation.warmer' shared service.
  4189.      *
  4190.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  4191.      */
  4192.     protected function getTranslation_WarmerService()
  4193.     {
  4194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  4196.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4197.             'translator' => ['services''translator''getTranslatorService'false],
  4198.         ], [
  4199.             'translator' => '?',
  4200.         ]))->withContext('translation.warmer'$this));
  4201.     }
  4202.     /**
  4203.      * Gets the private 'translation.writer' shared service.
  4204.      *
  4205.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  4206.      */
  4207.     protected function getTranslation_WriterService()
  4208.     {
  4209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  4210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  4223.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  4224.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  4225.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  4226.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  4227.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  4228.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  4229.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  4230.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  4231.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  4232.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  4233.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  4234.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  4235.         return $instance;
  4236.     }
  4237.     /**
  4238.      * Gets the private 'translator.default' shared service.
  4239.      *
  4240.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4241.      */
  4242.     protected function getTranslator_DefaultService()
  4243.     {
  4244.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4245.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  4246.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  4247.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  4248.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  4249.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  4250.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  4251.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  4252.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  4253.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  4254.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  4255.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  4256.         ], [
  4257.             'translation.loader.csv' => '?',
  4258.             'translation.loader.dat' => '?',
  4259.             'translation.loader.ini' => '?',
  4260.             'translation.loader.json' => '?',
  4261.             'translation.loader.mo' => '?',
  4262.             'translation.loader.php' => '?',
  4263.             'translation.loader.po' => '?',
  4264.             'translation.loader.qt' => '?',
  4265.             'translation.loader.res' => '?',
  4266.             'translation.loader.xliff' => '?',
  4267.             'translation.loader.yml' => '?',
  4268.         ]), 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')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], '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')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], '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')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], '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')], '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')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/symfony/maker-bundle/src/translations']]], []);
  4269.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4270.         $instance->setFallbackLocales([=> 'en']);
  4271.         return $instance;
  4272.     }
  4273.     /**
  4274.      * Gets the private 'twig.command.debug' shared service.
  4275.      *
  4276.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  4277.      */
  4278.     protected function getTwig_Command_DebugService()
  4279.     {
  4280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  4282.         $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()));
  4283.         $instance->setName('debug:twig');
  4284.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  4285.         return $instance;
  4286.     }
  4287.     /**
  4288.      * Gets the private 'twig.command.lint' shared service.
  4289.      *
  4290.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  4291.      */
  4292.     protected function getTwig_Command_LintService()
  4293.     {
  4294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  4297.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4298.         $instance->setName('lint:twig');
  4299.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  4300.         return $instance;
  4301.     }
  4302.     /**
  4303.      * Gets the private 'twig.form.renderer' shared service.
  4304.      *
  4305.      * @return \Symfony\Component\Form\FormRenderer
  4306.      */
  4307.     protected function getTwig_Form_RendererService()
  4308.     {
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  4314.         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())), NULL);
  4315.     }
  4316.     /**
  4317.      * Gets the private 'twig.runtime.httpkernel' shared service.
  4318.      *
  4319.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  4320.      */
  4321.     protected function getTwig_Runtime_HttpkernelService()
  4322.     {
  4323.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  4329.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4330.         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, [
  4331.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4332.         ], [
  4333.             'inline' => '?',
  4334.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  4335.     }
  4336.     /**
  4337.      * Gets the private 'twig.runtime.serializer' shared service.
  4338.      *
  4339.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  4340.      */
  4341.     protected function getTwig_Runtime_SerializerService()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  4345.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4346.     }
  4347.     /**
  4348.      * Gets the private 'twig.template_cache_warmer' shared service.
  4349.      *
  4350.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  4351.      */
  4352.     protected function getTwig_TemplateCacheWarmerService()
  4353.     {
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  4357.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4358.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4359.         ], [
  4360.             'twig' => '?',
  4361.         ]))->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/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  4362.     }
  4363.     /**
  4364.      * Gets the private 'validator.builder' shared service.
  4365.      *
  4366.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4367.      */
  4368.     protected function getValidator_BuilderService()
  4369.     {
  4370.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4371.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4372.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4373.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  4374.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4375.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  4376.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4377.         ], [
  4378.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4379.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4380.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4381.             'validator.expression' => '?',
  4382.         ])));
  4383.         if ($this->has('translator')) {
  4384.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4385.         }
  4386.         $instance->setTranslationDomain('validators');
  4387.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4388.         $instance->enableAnnotationMapping(true);
  4389.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4390.         $instance->addMethodMapping('loadValidatorMetadata');
  4391.         $instance->addObjectInitializers([]);
  4392.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4393.         return $instance;
  4394.     }
  4395.     /**
  4396.      * Gets the private 'validator.email' shared service.
  4397.      *
  4398.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  4399.      */
  4400.     protected function getValidator_EmailService()
  4401.     {
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  4405.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  4406.     }
  4407.     /**
  4408.      * Gets the private 'validator.expression' shared service.
  4409.      *
  4410.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  4411.      */
  4412.     protected function getValidator_ExpressionService()
  4413.     {
  4414.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  4417.         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())));
  4418.     }
  4419.     /**
  4420.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  4421.      *
  4422.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  4423.      */
  4424.     protected function getValidator_Mapping_CacheWarmerService()
  4425.     {
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  4429.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  4430.     }
  4431.     /**
  4432.      * Gets the private 'validator.not_compromised_password' shared service.
  4433.      *
  4434.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  4435.      */
  4436.     protected function getValidator_NotCompromisedPasswordService()
  4437.     {
  4438.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4440.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  4441.         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);
  4442.     }
  4443.     /**
  4444.      * Gets the private 'var_dumper.command.server_dump' shared service.
  4445.      *
  4446.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  4447.      */
  4448.     protected function getVarDumper_Command_ServerDumpService()
  4449.     {
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  4456.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  4457.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4458.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4459.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4460.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4461.         $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()))]);
  4462.         $instance->setName('server:dump');
  4463.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  4464.         return $instance;
  4465.     }
  4466.     /**
  4467.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  4468.      *
  4469.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  4470.      */
  4471.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  4472.     {
  4473.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  4474.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4475.         return $instance;
  4476.     }
  4477.     /**
  4478.      * Gets the private 'var_dumper.html_dumper' shared service.
  4479.      *
  4480.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4481.      */
  4482.     protected function getVarDumper_HtmlDumperService()
  4483.     {
  4484.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4485.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4486.         return $instance;
  4487.     }
  4488.     /**
  4489.      * Gets the private 'var_dumper.server_connection' shared service.
  4490.      *
  4491.      * @return \Symfony\Component\VarDumper\Server\Connection
  4492.      */
  4493.     protected function getVarDumper_ServerConnectionService()
  4494.     {
  4495.         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()]);
  4496.     }
  4497.     /**
  4498.      * Gets the private 'web_profiler.csp.handler' shared service.
  4499.      *
  4500.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4501.      */
  4502.     protected function getWebProfiler_Csp_HandlerService()
  4503.     {
  4504.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4505.     }
  4506.     /**
  4507.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4508.      *
  4509.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4510.      */
  4511.     protected function getWebProfiler_DebugToolbarService()
  4512.     {
  4513.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  4514.     }
  4515.     /**
  4516.      * Gets the public 'cache_clearer' alias.
  4517.      *
  4518.      * @return object The ".container.private.cache_clearer" service.
  4519.      */
  4520.     protected function getCacheClearerService()
  4521.     {
  4522.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4523.         return $this->get('.container.private.cache_clearer');
  4524.     }
  4525.     /**
  4526.      * Gets the public 'filesystem' alias.
  4527.      *
  4528.      * @return object The ".container.private.filesystem" service.
  4529.      */
  4530.     protected function getFilesystemService()
  4531.     {
  4532.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4533.         return $this->get('.container.private.filesystem');
  4534.     }
  4535.     /**
  4536.      * Gets the public 'serializer' alias.
  4537.      *
  4538.      * @return object The ".container.private.serializer" service.
  4539.      */
  4540.     protected function getSerializerService()
  4541.     {
  4542.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4543.         return $this->get('.container.private.serializer');
  4544.     }
  4545.     /**
  4546.      * Gets the public 'form.factory' alias.
  4547.      *
  4548.      * @return object The ".container.private.form.factory" service.
  4549.      */
  4550.     protected function getForm_FactoryService()
  4551.     {
  4552.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4553.         return $this->get('.container.private.form.factory');
  4554.     }
  4555.     /**
  4556.      * Gets the public 'form.type.file' alias.
  4557.      *
  4558.      * @return object The ".container.private.form.type.file" service.
  4559.      */
  4560.     protected function getForm_Type_FileService()
  4561.     {
  4562.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4563.         return $this->get('.container.private.form.type.file');
  4564.     }
  4565.     /**
  4566.      * Gets the public 'profiler' alias.
  4567.      *
  4568.      * @return object The ".container.private.profiler" service.
  4569.      */
  4570.     protected function getProfilerService()
  4571.     {
  4572.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4573.         return $this->get('.container.private.profiler');
  4574.     }
  4575.     /**
  4576.      * Gets the public 'twig' alias.
  4577.      *
  4578.      * @return object The ".container.private.twig" service.
  4579.      */
  4580.     protected function getTwigService()
  4581.     {
  4582.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4583.         return $this->get('.container.private.twig');
  4584.     }
  4585.     /**
  4586.      * Gets the public 'session' alias.
  4587.      *
  4588.      * @return object The ".container.private.session" service.
  4589.      */
  4590.     protected function getSessionService()
  4591.     {
  4592.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4593.         return $this->get('.container.private.session');
  4594.     }
  4595.     /**
  4596.      * Gets the public 'validator' alias.
  4597.      *
  4598.      * @return object The ".container.private.validator" service.
  4599.      */
  4600.     protected function getValidatorService()
  4601.     {
  4602.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4603.         return $this->get('.container.private.validator');
  4604.     }
  4605.     /**
  4606.      * @return array|bool|float|int|string|null
  4607.      */
  4608.     public function getParameter(string $name)
  4609.     {
  4610.         if (isset($this->buildParameters[$name])) {
  4611.             return $this->buildParameters[$name];
  4612.         }
  4613.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4614.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4615.         }
  4616.         if (isset($this->loadedDynamicParameters[$name])) {
  4617.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4618.         }
  4619.         return $this->parameters[$name];
  4620.     }
  4621.     public function hasParameter(string $name): bool
  4622.     {
  4623.         if (isset($this->buildParameters[$name])) {
  4624.             return true;
  4625.         }
  4626.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4627.     }
  4628.     public function setParameter(string $name$value): void
  4629.     {
  4630.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4631.     }
  4632.     public function getParameterBag(): ParameterBagInterface
  4633.     {
  4634.         if (null === $this->parameterBag) {
  4635.             $parameters $this->parameters;
  4636.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4637.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4638.             }
  4639.             foreach ($this->buildParameters as $name => $value) {
  4640.                 $parameters[$name] = $value;
  4641.             }
  4642.             $this->parameterBag = new FrozenParameterBag($parameters);
  4643.         }
  4644.         return $this->parameterBag;
  4645.     }
  4646.     private $loadedDynamicParameters = [
  4647.         'kernel.runtime_environment' => false,
  4648.         'kernel.build_dir' => false,
  4649.         'kernel.cache_dir' => false,
  4650.         'app.hubspot_key' => false,
  4651.         'kernel.secret' => false,
  4652.         'debug.container.dump' => false,
  4653.         'serializer.mapping.cache.file' => false,
  4654.         'session.save_path' => false,
  4655.         'validator.mapping.cache.file' => false,
  4656.         'profiler.storage.dsn' => false,
  4657.     ];
  4658.     private $dynamicParameters = [];
  4659.     private function getDynamicParameter(string $name)
  4660.     {
  4661.         switch ($name) {
  4662.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4663.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4664.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4665.             case 'app.hubspot_key'$value $this->getEnv('HUBSPOT_API_KEY'); break;
  4666.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4667.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4668.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4669.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4670.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4671.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4672.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4673.         }
  4674.         $this->loadedDynamicParameters[$name] = true;
  4675.         return $this->dynamicParameters[$name] = $value;
  4676.     }
  4677.     protected function getDefaultParameters(): array
  4678.     {
  4679.         return [
  4680.             'kernel.project_dir' => \dirname(__DIR__4),
  4681.             'kernel.environment' => 'dev',
  4682.             'kernel.debug' => true,
  4683.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4684.             'kernel.bundles' => [
  4685.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4686.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4687.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4688.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4689.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4690.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4691.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4692.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4693.             ],
  4694.             'kernel.bundles_metadata' => [
  4695.                 'FrameworkBundle' => [
  4696.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4697.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4698.                 ],
  4699.                 'TwigBundle' => [
  4700.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4701.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4702.                 ],
  4703.                 'TwigExtraBundle' => [
  4704.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4705.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4706.                 ],
  4707.                 'SensioFrameworkExtraBundle' => [
  4708.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4709.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4710.                 ],
  4711.                 'WebProfilerBundle' => [
  4712.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4713.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4714.                 ],
  4715.                 'MonologBundle' => [
  4716.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4717.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4718.                 ],
  4719.                 'DebugBundle' => [
  4720.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4721.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4722.                 ],
  4723.                 'MakerBundle' => [
  4724.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4725.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4726.                 ],
  4727.             ],
  4728.             'kernel.charset' => 'UTF-8',
  4729.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4730.             'container.dumper.inline_class_loader' => true,
  4731.             'container.dumper.inline_factories' => true,
  4732.             'app.dashboard_url' => 'https://app.invoiced.com',
  4733.             'app.robots_default' => 'index,follow',
  4734.             'app.docs_dir' => (\dirname(__DIR__4).'/docs'),
  4735.             'app.root_domain' => 'localhost',
  4736.             'event_dispatcher.event_aliases' => [
  4737.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4738.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4739.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4740.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4741.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4742.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4743.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4744.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4745.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4746.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4747.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4748.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4749.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4750.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4751.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4752.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4753.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4754.             ],
  4755.             'fragment.renderer.hinclude.global_template' => NULL,
  4756.             'fragment.path' => '/_fragment',
  4757.             'kernel.http_method_override' => true,
  4758.             'kernel.trusted_hosts' => [
  4759.             ],
  4760.             'kernel.default_locale' => 'en',
  4761.             'kernel.enabled_locales' => [
  4762.             ],
  4763.             'kernel.error_controller' => 'error_controller',
  4764.             'debug.file_link_format' => NULL,
  4765.             'asset.request_context.base_path' => NULL,
  4766.             'asset.request_context.secure' => NULL,
  4767.             'translator.logging' => false,
  4768.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4769.             'debug.error_handler.throw_at' => -1,
  4770.             'router.request_context.host' => 'localhost',
  4771.             'router.request_context.scheme' => 'http',
  4772.             'router.request_context.base_url' => '',
  4773.             'router.resource' => 'kernel::loadRoutes',
  4774.             'request_listener.http_port' => 80,
  4775.             'request_listener.https_port' => 443,
  4776.             'session.metadata.storage_key' => '_sf2_meta',
  4777.             'session.storage.options' => [
  4778.                 'cache_limiter' => '0',
  4779.                 'cookie_secure' => 'auto',
  4780.                 'cookie_httponly' => true,
  4781.                 'cookie_samesite' => 'lax',
  4782.                 'gc_probability' => 1,
  4783.             ],
  4784.             'session.metadata.update_threshold' => 0,
  4785.             'form.type_extension.csrf.enabled' => false,
  4786.             'validator.translation_domain' => 'validators',
  4787.             'profiler_listener.only_exceptions' => false,
  4788.             'profiler_listener.only_main_requests' => false,
  4789.             'twig.form.resources' => [
  4790.                 => 'form_div_layout.html.twig',
  4791.             ],
  4792.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4793.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4794.             'web_profiler.debug_toolbar.mode' => 2,
  4795.             'monolog.use_microseconds' => true,
  4796.             'monolog.swift_mailer.handlers' => [
  4797.             ],
  4798.             'monolog.handlers_to_channels' => [
  4799.                 'monolog.handler.console' => [
  4800.                     'type' => 'exclusive',
  4801.                     'elements' => [
  4802.                         => 'event',
  4803.                         => 'doctrine',
  4804.                         => 'console',
  4805.                     ],
  4806.                 ],
  4807.                 'monolog.handler.main' => NULL,
  4808.             ],
  4809.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4810.             'maker.compatible_check.doctrine.supports_attributes' => false,
  4811.             'data_collector.templates' => [
  4812.                 'data_collector.request' => [
  4813.                     => 'request',
  4814.                     => '@WebProfiler/Collector/request.html.twig',
  4815.                 ],
  4816.                 'data_collector.time' => [
  4817.                     => 'time',
  4818.                     => '@WebProfiler/Collector/time.html.twig',
  4819.                 ],
  4820.                 'data_collector.memory' => [
  4821.                     => 'memory',
  4822.                     => '@WebProfiler/Collector/memory.html.twig',
  4823.                 ],
  4824.                 'data_collector.validator' => [
  4825.                     => 'validator',
  4826.                     => '@WebProfiler/Collector/validator.html.twig',
  4827.                 ],
  4828.                 'data_collector.ajax' => [
  4829.                     => 'ajax',
  4830.                     => '@WebProfiler/Collector/ajax.html.twig',
  4831.                 ],
  4832.                 'data_collector.form' => [
  4833.                     => 'form',
  4834.                     => '@WebProfiler/Collector/form.html.twig',
  4835.                 ],
  4836.                 'data_collector.exception' => [
  4837.                     => 'exception',
  4838.                     => '@WebProfiler/Collector/exception.html.twig',
  4839.                 ],
  4840.                 'data_collector.logger' => [
  4841.                     => 'logger',
  4842.                     => '@WebProfiler/Collector/logger.html.twig',
  4843.                 ],
  4844.                 'data_collector.events' => [
  4845.                     => 'events',
  4846.                     => '@WebProfiler/Collector/events.html.twig',
  4847.                 ],
  4848.                 'data_collector.router' => [
  4849.                     => 'router',
  4850.                     => '@WebProfiler/Collector/router.html.twig',
  4851.                 ],
  4852.                 'data_collector.cache' => [
  4853.                     => 'cache',
  4854.                     => '@WebProfiler/Collector/cache.html.twig',
  4855.                 ],
  4856.                 'data_collector.translation' => [
  4857.                     => 'translation',
  4858.                     => '@WebProfiler/Collector/translation.html.twig',
  4859.                 ],
  4860.                 'data_collector.twig' => [
  4861.                     => 'twig',
  4862.                     => '@WebProfiler/Collector/twig.html.twig',
  4863.                 ],
  4864.                 'data_collector.http_client' => [
  4865.                     => 'http_client',
  4866.                     => '@WebProfiler/Collector/http_client.html.twig',
  4867.                 ],
  4868.                 'data_collector.dump' => [
  4869.                     => 'dump',
  4870.                     => '@Debug/Profiler/dump.html.twig',
  4871.                 ],
  4872.                 'data_collector.config' => [
  4873.                     => 'config',
  4874.                     => '@WebProfiler/Collector/config.html.twig',
  4875.                 ],
  4876.             ],
  4877.             'console.command.ids' => [
  4878.             ],
  4879.         ];
  4880.     }
  4881.     protected function throw($message)
  4882.     {
  4883.         throw new RuntimeException($message);
  4884.     }
  4885. }