var/cache/dev/ContainerCzzNJ43/App_KernelDevDebugContainer.php line 6578

Open in your IDE?
  1. <?php
  2. namespace ContainerCzzNJ43;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\AdminCouponController' => 'getAdminCouponControllerService',
  47.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  48.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  49.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  50.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  51.             'cache.app' => 'getCache_AppService',
  52.             'cache.app_clearer' => 'getCache_AppClearerService',
  53.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  54.             'cache.system' => 'getCache_SystemService',
  55.             'cache.system_clearer' => 'getCache_SystemClearerService',
  56.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  57.             'cache_warmer' => 'getCacheWarmerService',
  58.             'console.command_loader' => 'getConsole_CommandLoaderService',
  59.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  60.             'data_collector.dump' => 'getDataCollector_DumpService',
  61.             'doctrine' => 'getDoctrineService',
  62.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  63.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  64.             'error_controller' => 'getErrorControllerService',
  65.             'event_dispatcher' => 'getEventDispatcherService',
  66.             'http_kernel' => 'getHttpKernelService',
  67.             'request_stack' => 'getRequestStackService',
  68.             'router' => 'getRouterService',
  69.             'routing.loader' => 'getRouting_LoaderService',
  70.             'services_resetter' => 'getServicesResetterService',
  71.             'translator' => 'getTranslatorService',
  72.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  73.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  74.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  75.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  76.             'cache_clearer' => 'getCacheClearerService',
  77.             'filesystem' => 'getFilesystemService',
  78.             'serializer' => 'getSerializerService',
  79.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  80.             'form.factory' => 'getForm_FactoryService',
  81.             'form.type.file' => 'getForm_Type_FileService',
  82.             'profiler' => 'getProfilerService',
  83.             'twig' => 'getTwigService',
  84.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  85.             'security.token_storage' => 'getSecurity_TokenStorageService',
  86.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  87.             'session' => 'getSessionService',
  88.             'validator' => 'getValidatorService',
  89.         ];
  90.         $this->aliases = [
  91.             'database_connection' => 'doctrine.dbal.default_connection',
  92.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  93.         ];
  94.         $this->privates['service_container'] = function () {
  95.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  96.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  97.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  101.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  102.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  115.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  138.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  173.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  185.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  186.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  187.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  188.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  223.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  229.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  230.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  235.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  236.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  325.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  342.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  378.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  379.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  380.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  403.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  409.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  411.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  419.         };
  420.     }
  421.     public function compile(): void
  422.     {
  423.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  424.     }
  425.     public function isCompiled(): bool
  426.     {
  427.         return true;
  428.     }
  429.     public function getRemovedIds(): array
  430.     {
  431.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  432.     }
  433.     /**
  434.      * Gets the public '.container.private.cache_clearer' shared service.
  435.      *
  436.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  437.      */
  438.     protected function get_Container_Private_CacheClearerService()
  439.     {
  440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  442.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  443.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  444.         }, 1));
  445.     }
  446.     /**
  447.      * Gets the public '.container.private.filesystem' shared service.
  448.      *
  449.      * @return \Symfony\Component\Filesystem\Filesystem
  450.      */
  451.     protected function get_Container_Private_FilesystemService()
  452.     {
  453.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  454.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  455.     }
  456.     /**
  457.      * Gets the public '.container.private.form.factory' shared service.
  458.      *
  459.      * @return \Symfony\Component\Form\FormFactory
  460.      */
  461.     protected function get_Container_Private_Form_FactoryService()
  462.     {
  463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  465.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  466.     }
  467.     /**
  468.      * Gets the public '.container.private.form.type.file' shared service.
  469.      *
  470.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  471.      */
  472.     protected function get_Container_Private_Form_Type_FileService()
  473.     {
  474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  477.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  478.     }
  479.     /**
  480.      * Gets the public '.container.private.profiler' shared service.
  481.      *
  482.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  483.      */
  484.     protected function get_Container_Private_ProfilerService()
  485.     {
  486.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  487.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  488.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  489.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  490.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  491.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  492.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  493.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  494.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  495.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  496.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  497.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  498.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  499.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  500.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  501.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  502.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  503.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  504.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  505.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  506.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  507.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  508.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  509.         if ($this->has('kernel')) {
  510.             $f->setKernel($b);
  511.         }
  512.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  513.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  514.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  515.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  516.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  517.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  518.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  519.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  520.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  521.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  522.         $instance->add($d);
  523.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  524.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  525.         $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())));
  526.         $instance->add($e);
  527.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  528.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  529.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  530.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  531.         $instance->add($f);
  532.         return $instance;
  533.     }
  534.     /**
  535.      * Gets the public '.container.private.security.authorization_checker' shared service.
  536.      *
  537.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  538.      */
  539.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  540.     {
  541.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  542.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  543.             return $this->services['.container.private.security.authorization_checker'];
  544.         }
  545.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  546.     }
  547.     /**
  548.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  549.      *
  550.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  551.      */
  552.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  553.     {
  554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  558.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  559.     }
  560.     /**
  561.      * Gets the public '.container.private.security.password_encoder' shared service.
  562.      *
  563.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  564.      *
  565.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  566.      */
  567.     protected function get_Container_Private_Security_PasswordEncoderService()
  568.     {
  569.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  570.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  571.     }
  572.     /**
  573.      * Gets the public '.container.private.security.token_storage' shared service.
  574.      *
  575.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  576.      */
  577.     protected function get_Container_Private_Security_TokenStorageService()
  578.     {
  579.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  580.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  581.         ], [
  582.             'request_stack' => '?',
  583.         ]));
  584.     }
  585.     /**
  586.      * Gets the public '.container.private.serializer' shared service.
  587.      *
  588.      * @return \Symfony\Component\Serializer\Serializer
  589.      */
  590.     protected function get_Container_Private_SerializerService()
  591.     {
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  634.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  635.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  636.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  637.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  638.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  639.         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\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  640.     }
  641.     /**
  642.      * Gets the public '.container.private.session' shared service.
  643.      *
  644.      * @return \Symfony\Component\HttpFoundation\Session\Session
  645.      */
  646.     protected function get_Container_Private_SessionService()
  647.     {
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  650.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  651.         if (isset($this->services['.container.private.session'])) {
  652.             return $this->services['.container.private.session'];
  653.         }
  654.         return $this->services['.container.private.session'] = $a->createSession();
  655.     }
  656.     /**
  657.      * Gets the public '.container.private.twig' shared service.
  658.      *
  659.      * @return \Twig\Environment
  660.      */
  661.     protected function get_Container_Private_TwigService()
  662.     {
  663.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  664.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  665.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  666.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  667.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  668.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  669.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  672.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  673.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  674.         $a->addPath((\dirname(__DIR__4).'/templates'));
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  678.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  679.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  680.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  681.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  682.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  683.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  684.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  685.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  686.         $h = new \Symfony\Bridge\Twig\AppVariable();
  687.         $h->setEnvironment('dev');
  688.         $h->setDebug(true);
  689.         if ($this->has('.container.private.security.token_storage')) {
  690.             $h->setTokenStorage($f);
  691.         }
  692.         if ($this->has('request_stack')) {
  693.             $h->setRequestStack($e);
  694.         }
  695.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  696.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  697.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  710.         $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())));
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  713.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  714.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  715.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  716.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  717.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  718.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  719.         ], [
  720.             'webpack_encore.entrypoint_lookup_collection' => '?',
  721.             'webpack_encore.tag_renderer' => '?',
  722.         ])));
  723.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  724.         $instance->addGlobal('app'$h);
  725.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  726.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  727.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  728.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  729.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  730.         ], [
  731.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  732.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  733.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  734.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  735.         ])));
  736.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  737.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  738.         $instance->registerUndefinedTokenParserCallback([=> $i=> 'suggestTag']);
  739.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  740.         return $instance;
  741.     }
  742.     /**
  743.      * Gets the public '.container.private.validator' shared service.
  744.      *
  745.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  746.      */
  747.     protected function get_Container_Private_ValidatorService()
  748.     {
  749.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  750.     }
  751.     /**
  752.      * Gets the public 'App\Controller\AdminCouponController' shared autowired service.
  753.      *
  754.      * @return \App\Controller\AdminCouponController
  755.      */
  756.     protected function getAdminCouponControllerService()
  757.     {
  758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  759.         include_once \dirname(__DIR__4).'/src/Controller/AdminCouponController.php';
  760.         include_once \dirname(__DIR__4).'/src/Services/ApiMiddleware.php';
  761.         include_once \dirname(__DIR__4).'/src/Services/ApiClickAndPrint.php';
  762.         $this->services['App\\Controller\\AdminCouponController'] = $instance = new \App\Controller\AdminCouponController(new \App\Services\ApiMiddleware(), new \App\Services\ApiClickAndPrint(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  763.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AdminCouponController'$this));
  764.         return $instance;
  765.     }
  766.     /**
  767.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  768.      *
  769.      * @return \App\Controller\SecurityController
  770.      */
  771.     protected function getSecurityControllerService()
  772.     {
  773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  774.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  775.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  776.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  777.         return $instance;
  778.     }
  779.     /**
  780.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  781.      *
  782.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  783.      */
  784.     protected function getProfilerControllerService()
  785.     {
  786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  787.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  788.     }
  789.     /**
  790.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  791.      *
  792.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  793.      */
  794.     protected function getRedirectControllerService()
  795.     {
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  797.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  798.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  799.     }
  800.     /**
  801.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  802.      *
  803.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  804.      */
  805.     protected function getTemplateControllerService()
  806.     {
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  808.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  809.     }
  810.     /**
  811.      * Gets the public 'cache.app' shared service.
  812.      *
  813.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  814.      */
  815.     protected function getCache_AppService()
  816.     {
  817.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('KX5n53zoTk'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  818.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  819.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  820.     }
  821.     /**
  822.      * Gets the public 'cache.app_clearer' shared service.
  823.      *
  824.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  825.      */
  826.     protected function getCache_AppClearerService()
  827.     {
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  830.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  831.     }
  832.     /**
  833.      * Gets the public 'cache.global_clearer' shared service.
  834.      *
  835.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  836.      */
  837.     protected function getCache_GlobalClearerService()
  838.     {
  839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  841.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  842.     }
  843.     /**
  844.      * Gets the public 'cache.system' shared service.
  845.      *
  846.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  847.      */
  848.     protected function getCache_SystemService()
  849.     {
  850.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NtJ+HjRkCq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  851.     }
  852.     /**
  853.      * Gets the public 'cache.system_clearer' shared service.
  854.      *
  855.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  856.      */
  857.     protected function getCache_SystemClearerService()
  858.     {
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  860.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  861.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  862.     }
  863.     /**
  864.      * Gets the public 'cache.validator_expression_language' shared service.
  865.      *
  866.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  867.      */
  868.     protected function getCache_ValidatorExpressionLanguageService()
  869.     {
  870.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+PBTa4K9rl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  871.     }
  872.     /**
  873.      * Gets the public 'cache_warmer' shared service.
  874.      *
  875.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  876.      */
  877.     protected function getCacheWarmerService()
  878.     {
  879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  881.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  882.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  883.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  884.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  885.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  886.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  887.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  888.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  889.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  890.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  891.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  892.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  893.     }
  894.     /**
  895.      * Gets the public 'console.command_loader' shared service.
  896.      *
  897.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  898.      */
  899.     protected function getConsole_CommandLoaderService()
  900.     {
  901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  903.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  904.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  905.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  906.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  907.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  908.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  909.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  910.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  911.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  912.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  913.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  914.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  915.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  916.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  917.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  918.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  919.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  920.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  921.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  922.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  923.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  924.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  925.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  926.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  927.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  928.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  929.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  930.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  931.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  932.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  933.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  934.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  935.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  936.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  937.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  938.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  939.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  940.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  941.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  942.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  943.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  944.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  945.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  946.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  947.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  948.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  949.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  950.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  951.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  952.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  953.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  954.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  955.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  956.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  957.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  958.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  959.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  960.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  961.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  962.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  963.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  964.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  965.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  966.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  967.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  968.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  969.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  970.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  971.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  972.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  973.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  974.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  975.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  976.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  977.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  978.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  979.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  980.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  981.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  982.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  983.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  984.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  985.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  986.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  987.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  988.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  989.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  990.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  991.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  992.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  993.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  994.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  995.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  996.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  997.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  998.         ], [
  999.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  1000.             'console.command.about' => '?',
  1001.             'console.command.assets_install' => '?',
  1002.             'console.command.cache_clear' => '?',
  1003.             'console.command.cache_pool_clear' => '?',
  1004.             'console.command.cache_pool_prune' => '?',
  1005.             'console.command.cache_pool_delete' => '?',
  1006.             'console.command.cache_pool_list' => '?',
  1007.             'console.command.cache_warmup' => '?',
  1008.             'console.command.config_debug' => '?',
  1009.             'console.command.config_dump_reference' => '?',
  1010.             'console.command.container_debug' => '?',
  1011.             'console.command.container_lint' => '?',
  1012.             'console.command.debug_autowiring' => '?',
  1013.             'console.command.dotenv_debug' => '?',
  1014.             'console.command.event_dispatcher_debug' => '?',
  1015.             'console.command.router_debug' => '?',
  1016.             'console.command.router_match' => '?',
  1017.             'console.command.translation_debug' => '?',
  1018.             'console.command.translation_extract' => '?',
  1019.             'console.command.validator_debug' => '?',
  1020.             'console.command.translation_pull' => '?',
  1021.             'console.command.translation_push' => '?',
  1022.             'console.command.xliff_lint' => '?',
  1023.             'console.command.yaml_lint' => '?',
  1024.             'console.command.form_debug' => '?',
  1025.             'console.command.secrets_set' => '?',
  1026.             'console.command.secrets_remove' => '?',
  1027.             'console.command.secrets_generate_key' => '?',
  1028.             'console.command.secrets_list' => '?',
  1029.             'console.command.secrets_decrypt_to_local' => '?',
  1030.             'console.command.secrets_encrypt_from_local' => '?',
  1031.             'twig.command.debug' => '?',
  1032.             'twig.command.lint' => '?',
  1033.             'var_dumper.command.server_dump' => '?',
  1034.             'monolog.command.server_log' => '?',
  1035.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1036.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1037.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1038.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1039.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1040.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1041.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1042.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1043.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1044.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1045.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1046.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1047.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1048.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1049.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1050.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1051.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1052.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1053.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1054.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1055.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1056.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1057.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1058.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1059.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1060.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1061.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1062.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1063.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1064.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1065.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1066.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1067.             'security.command.debug_firewall' => '?',
  1068.             'security.command.user_password_encoder' => '?',
  1069.             'security.command.user_password_hash' => '?',
  1070.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1071.             'maker.auto_command.make_auth' => '?',
  1072.             'maker.auto_command.make_command' => '?',
  1073.             'maker.auto_command.make_controller' => '?',
  1074.             'maker.auto_command.make_crud' => '?',
  1075.             'maker.auto_command.make_docker_database' => '?',
  1076.             'maker.auto_command.make_entity' => '?',
  1077.             'maker.auto_command.make_fixtures' => '?',
  1078.             'maker.auto_command.make_form' => '?',
  1079.             'maker.auto_command.make_message' => '?',
  1080.             'maker.auto_command.make_messenger_middleware' => '?',
  1081.             'maker.auto_command.make_registration_form' => '?',
  1082.             'maker.auto_command.make_reset_password' => '?',
  1083.             'maker.auto_command.make_serializer_encoder' => '?',
  1084.             'maker.auto_command.make_serializer_normalizer' => '?',
  1085.             'maker.auto_command.make_subscriber' => '?',
  1086.             'maker.auto_command.make_twig_extension' => '?',
  1087.             'maker.auto_command.make_test' => '?',
  1088.             'maker.auto_command.make_validator' => '?',
  1089.             'maker.auto_command.make_voter' => '?',
  1090.             'maker.auto_command.make_user' => '?',
  1091.             'maker.auto_command.make_migration' => '?',
  1092.             'maker.auto_command.make_stimulus_controller' => '?',
  1093.         ]), ['app:create-user' => 'App\\Command\\CreateUserCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1094.     }
  1095.     /**
  1096.      * Gets the public 'container.env_var_processors_locator' shared service.
  1097.      *
  1098.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1099.      */
  1100.     protected function getContainer_EnvVarProcessorsLocatorService()
  1101.     {
  1102.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1103.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1104.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1105.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1106.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1107.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1108.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1109.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1110.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1111.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1112.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1113.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1114.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1115.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1116.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1117.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1118.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1119.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1120.         ], [
  1121.             'base64' => '?',
  1122.             'bool' => '?',
  1123.             'const' => '?',
  1124.             'csv' => '?',
  1125.             'default' => '?',
  1126.             'file' => '?',
  1127.             'float' => '?',
  1128.             'int' => '?',
  1129.             'json' => '?',
  1130.             'key' => '?',
  1131.             'not' => '?',
  1132.             'query_string' => '?',
  1133.             'require' => '?',
  1134.             'resolve' => '?',
  1135.             'string' => '?',
  1136.             'trim' => '?',
  1137.             'url' => '?',
  1138.         ]);
  1139.     }
  1140.     /**
  1141.      * Gets the public 'data_collector.dump' shared service.
  1142.      *
  1143.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1144.      */
  1145.     protected function getDataCollector_DumpService()
  1146.     {
  1147.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1148.     }
  1149.     /**
  1150.      * Gets the public 'doctrine' shared service.
  1151.      *
  1152.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1153.      */
  1154.     protected function getDoctrineService()
  1155.     {
  1156.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1157.     }
  1158.     /**
  1159.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1160.      *
  1161.      * @return \Doctrine\DBAL\Connection
  1162.      */
  1163.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1164.     {
  1165.         $a = new \Doctrine\DBAL\Configuration();
  1166.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1167.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1168.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1169.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1170.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1171.         $c->setConnectionName('default');
  1172.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1173.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1174.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1175.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1176.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1177.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1178.         ], [
  1179.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1180.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1181.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1182.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1183.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1184.     }
  1185.     /**
  1186.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1187.      *
  1188.      * @return \Doctrine\ORM\EntityManager
  1189.      */
  1190.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1191.     {
  1192.         $a = new \Doctrine\ORM\Configuration();
  1193.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1194.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1195.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1196.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1197.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1198.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1199.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1200.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1201.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1202.         ], [
  1203.             'doctrine.ulid_generator' => '?',
  1204.             'doctrine.uuid_generator' => '?',
  1205.         ])));
  1206.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1207.         $a->setProxyNamespace('Proxies');
  1208.         $a->setAutoGenerateProxyClasses(true);
  1209.         $a->setSchemaIgnoreClasses([]);
  1210.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1211.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1212.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1213.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1214.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1215.         $a->setLazyGhostObjectEnabled(false);
  1216.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1217.             'App\\Repository\\BrandRepository' => ['privates''App\\Repository\\BrandRepository''getBrandRepositoryService'false],
  1218.             'App\\Repository\\CouponRepository' => ['privates''App\\Repository\\CouponRepository''getCouponRepositoryService'false],
  1219.             'App\\Repository\\ImpressionRepository' => ['privates''App\\Repository\\ImpressionRepository''getImpressionRepositoryService'false],
  1220.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1221.         ], [
  1222.             'App\\Repository\\BrandRepository' => '?',
  1223.             'App\\Repository\\CouponRepository' => '?',
  1224.             'App\\Repository\\ImpressionRepository' => '?',
  1225.             'App\\Repository\\UserRepository' => '?',
  1226.         ])));
  1227.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1228.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1229.         return $instance;
  1230.     }
  1231.     /**
  1232.      * Gets the public 'error_controller' shared service.
  1233.      *
  1234.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1235.      */
  1236.     protected function getErrorControllerService()
  1237.     {
  1238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1239.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1240.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1241.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1243.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1244.         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)));
  1245.     }
  1246.     /**
  1247.      * Gets the public 'event_dispatcher' shared service.
  1248.      *
  1249.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1250.      */
  1251.     protected function getEventDispatcherService()
  1252.     {
  1253.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1254.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1255.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1256.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1257.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1258.         $instance->addListener('kernel.response', [=> function () {
  1259.             return ($this->privates['App\\EventListener\\RequestListener'] ?? ($this->privates['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener()));
  1260.         }, => 'onKernelResponse'], 0);
  1261.         $instance->addListener('kernel.controller', [=> function () {
  1262.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1263.         }, => 'onKernelController'], 0);
  1264.         $instance->addListener('kernel.exception', [=> function () {
  1265.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1266.         }, => 'onKernelException'], 0);
  1267.         $instance->addListener('kernel.response', [=> function () {
  1268.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1269.         }, => 'onKernelResponse'], 0);
  1270.         $instance->addListener('kernel.response', [=> function () {
  1271.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1272.         }, => 'onKernelResponse'], -1024);
  1273.         $instance->addListener('kernel.request', [=> function () {
  1274.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1275.         }, => 'setDefaultLocale'], 100);
  1276.         $instance->addListener('kernel.request', [=> function () {
  1277.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1278.         }, => 'onKernelRequest'], 16);
  1279.         $instance->addListener('kernel.finish_request', [=> function () {
  1280.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1281.         }, => 'onKernelFinishRequest'], 0);
  1282.         $instance->addListener('kernel.request', [=> function () {
  1283.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1284.         }, => 'onKernelRequest'], 256);
  1285.         $instance->addListener('kernel.response', [=> function () {
  1286.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1287.         }, => 'onResponse'], -255);
  1288.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1289.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1290.         }, => 'onControllerArguments'], 0);
  1291.         $instance->addListener('kernel.exception', [=> function () {
  1292.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1293.         }, => 'logKernelException'], 0);
  1294.         $instance->addListener('kernel.exception', [=> function () {
  1295.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1296.         }, => 'onKernelException'], -128);
  1297.         $instance->addListener('kernel.response', [=> function () {
  1298.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1299.         }, => 'removeCspHeader'], -128);
  1300.         $instance->addListener('kernel.request', [=> function () {
  1301.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1302.         }, => 'onKernelRequest'], 15);
  1303.         $instance->addListener('kernel.finish_request', [=> function () {
  1304.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1305.         }, => 'onKernelFinishRequest'], -15);
  1306.         $instance->addListener('console.error', [=> function () {
  1307.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1308.         }, => 'onConsoleError'], -128);
  1309.         $instance->addListener('console.terminate', [=> function () {
  1310.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1311.         }, => 'onConsoleTerminate'], -128);
  1312.         $instance->addListener('console.error', [=> function () {
  1313.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1314.         }, => 'onConsoleError'], 0);
  1315.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1316.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1317.         }, => 'onMessage'], -255);
  1318.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1319.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1320.         }, => 'onMessage'], -255);
  1321.         $instance->addListener('kernel.request', [=> function () {
  1322.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1323.         }, => 'configure'], 2048);
  1324.         $instance->addListener('console.command', [=> function () {
  1325.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1326.         }, => 'configure'], 2048);
  1327.         $instance->addListener('kernel.request', [=> function () {
  1328.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1329.         }, => 'onKernelRequest'], 32);
  1330.         $instance->addListener('kernel.finish_request', [=> function () {
  1331.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1332.         }, => 'onKernelFinishRequest'], 0);
  1333.         $instance->addListener('kernel.exception', [=> function () {
  1334.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1335.         }, => 'onKernelException'], -64);
  1336.         $instance->addListener('kernel.response', [=> function () {
  1337.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1338.         }, => 'onKernelResponse'], 0);
  1339.         $instance->addListener('kernel.request', [=> function () {
  1340.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1341.         }, => 'onKernelRequest'], 128);
  1342.         $instance->addListener('kernel.response', [=> function () {
  1343.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1344.         }, => 'onKernelResponse'], -1000);
  1345.         $instance->addListener('kernel.finish_request', [=> function () {
  1346.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1347.         }, => 'onFinishRequest'], 0);
  1348.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1349.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1350.         }, => 'onNotification'], -255);
  1351.         $instance->addListener('kernel.response', [=> function () {
  1352.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1353.         }, => 'onKernelResponse'], -100);
  1354.         $instance->addListener('kernel.exception', [=> function () {
  1355.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1356.         }, => 'onKernelException'], 0);
  1357.         $instance->addListener('kernel.terminate', [=> function () {
  1358.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1359.         }, => 'onKernelTerminate'], -1024);
  1360.         $instance->addListener('kernel.controller', [=> function () {
  1361.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1362.         }, => 'onKernelController'], 0);
  1363.         $instance->addListener('kernel.response', [=> function () {
  1364.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1365.         }, => 'onKernelResponse'], 0);
  1366.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1367.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1368.         }, => 'onMessage'], 0);
  1369.         $instance->addListener('kernel.response', [=> function () {
  1370.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1371.         }, => 'onKernelResponse'], -128);
  1372.         $instance->addListener('console.command', [=> function () {
  1373.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1374.         }, => 'onCommand'], 255);
  1375.         $instance->addListener('console.terminate', [=> function () {
  1376.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1377.         }, => 'onTerminate'], -255);
  1378.         $instance->addListener('console.command', [=> function () {
  1379.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1380.         }, => 'configure'], 1024);
  1381.         $instance->addListener('kernel.response', [=> function () {
  1382.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1383.         }, => 'onKernelResponse'], 0);
  1384.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1385.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1386.         }, => 'onVoterVote'], 0);
  1387.         $instance->addListener('kernel.request', [=> function () {
  1388.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1389.         }, => 'configureLogoutUrlGenerator'], 8);
  1390.         $instance->addListener('kernel.request', [=> function () {
  1391.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1392.         }, => 'onKernelRequest'], 8);
  1393.         $instance->addListener('kernel.finish_request', [=> function () {
  1394.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1395.         }, => 'onKernelFinishRequest'], 0);
  1396.         $instance->addListener('console.error', [=> function () {
  1397.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1398.         }, => 'onConsoleError'], 0);
  1399.         $instance->addListener('console.terminate', [=> function () {
  1400.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1401.         }, => 'onConsoleTerminate'], 0);
  1402.         $instance->addListener('kernel.finish_request', [=> function () {
  1403.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1404.         }, => 'resetAssets'], 0);
  1405.         $instance->addListener('kernel.controller', [=> function () {
  1406.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1407.         }, => 'onKernelController'], 0);
  1408.         $instance->addListener('kernel.controller', [=> function () {
  1409.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1410.         }, => 'onKernelController'], 0);
  1411.         $instance->addListener('kernel.controller', [=> function () {
  1412.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1413.         }, => 'onKernelController'], -128);
  1414.         $instance->addListener('kernel.view', [=> function () {
  1415.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1416.         }, => 'onKernelView'], 0);
  1417.         $instance->addListener('kernel.controller', [=> function () {
  1418.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1419.         }, => 'onKernelController'], 0);
  1420.         $instance->addListener('kernel.response', [=> function () {
  1421.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1422.         }, => 'onKernelResponse'], 0);
  1423.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1424.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1425.         }, => 'onKernelControllerArguments'], 0);
  1426.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1427.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1428.         }, => 'onKernelControllerArguments'], 0);
  1429.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1430.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1431.         }, => 'onLogout'], 0);
  1432.         return $instance;
  1433.     }
  1434.     /**
  1435.      * Gets the public 'http_kernel' shared service.
  1436.      *
  1437.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1438.      */
  1439.     protected function getHttpKernelService()
  1440.     {
  1441.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1442.         if (isset($this->services['http_kernel'])) {
  1443.             return $this->services['http_kernel'];
  1444.         }
  1445.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1446.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1447.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1448.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1449.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1450.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1451.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1452.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1453.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1454.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1455.         }, 8)), $b));
  1456.     }
  1457.     /**
  1458.      * Gets the public 'request_stack' shared service.
  1459.      *
  1460.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1461.      */
  1462.     protected function getRequestStackService()
  1463.     {
  1464.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1465.     }
  1466.     /**
  1467.      * Gets the public 'router' shared service.
  1468.      *
  1469.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1470.      */
  1471.     protected function getRouterService()
  1472.     {
  1473.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1474.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1475.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1476.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1477.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1478.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1479.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1480.         ], [
  1481.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1482.         ]))->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');
  1483.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1484.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1485.         return $instance;
  1486.     }
  1487.     /**
  1488.      * Gets the public 'routing.loader' shared service.
  1489.      *
  1490.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1491.      */
  1492.     protected function getRouting_LoaderService()
  1493.     {
  1494.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1501.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1518.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1519.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1520.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1521.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1522.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1523.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1524.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1525.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1526.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1527.             'kernel' => ['services''kernel''getKernelService'false],
  1528.         ], [
  1529.             'kernel' => 'App\\Kernel',
  1530.         ]), 'dev'));
  1531.         $a->addLoader($c);
  1532.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1533.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1534.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1535.     }
  1536.     /**
  1537.      * Gets the public 'services_resetter' shared service.
  1538.      *
  1539.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1540.      */
  1541.     protected function getServicesResetterService()
  1542.     {
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1544.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1545.             if (isset($this->services['cache.app'])) {
  1546.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1547.             }
  1548.             if (isset($this->services['cache.system'])) {
  1549.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1550.             }
  1551.             if (isset($this->privates['cache.validator'])) {
  1552.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1553.             }
  1554.             if (isset($this->privates['cache.serializer'])) {
  1555.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1556.             }
  1557.             if (isset($this->privates['cache.annotations'])) {
  1558.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1559.             }
  1560.             if (isset($this->privates['cache.property_info'])) {
  1561.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1562.             }
  1563.             if (isset($this->privates['.debug.http_client'])) {
  1564.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1565.             }
  1566.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1567.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1568.             }
  1569.             if (isset($this->privates['debug.stopwatch'])) {
  1570.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1571.             }
  1572.             if (isset($this->services['event_dispatcher'])) {
  1573.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1574.             }
  1575.             if (isset($this->privates['session_listener'])) {
  1576.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1577.             }
  1578.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1579.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1580.             }
  1581.             if (isset($this->services['cache.validator_expression_language'])) {
  1582.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1583.             }
  1584.             if (isset($this->services['.container.private.profiler'])) {
  1585.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1586.             }
  1587.             if (isset($this->services['.container.private.validator'])) {
  1588.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1589.             }
  1590.             if (isset($this->privates['twig.form.engine'])) {
  1591.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1592.             }
  1593.             if (isset($this->privates['monolog.handler.main'])) {
  1594.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1595.             }
  1596.             if (isset($this->privates['monolog.handler.console'])) {
  1597.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1598.             }
  1599.             if (isset($this->services['doctrine'])) {
  1600.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1601.             }
  1602.             if (isset($this->privates['form.type.entity'])) {
  1603.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1604.             }
  1605.             if (isset($this->services['.container.private.security.token_storage'])) {
  1606.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1607.             }
  1608.             if (isset($this->privates['cache.security_expression_language'])) {
  1609.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1610.             }
  1611.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1612.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1613.             }
  1614.             if (isset($this->privates['cache.webpack_encore'])) {
  1615.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1616.             }
  1617.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1618.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1619.             }
  1620.             if (isset($this->privates['.debug.http_client'])) {
  1621.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1622.             }
  1623.         }, function () {
  1624.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client']));
  1625.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1626.     }
  1627.     /**
  1628.      * Gets the public 'translator' shared service.
  1629.      *
  1630.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1631.      */
  1632.     protected function getTranslatorService()
  1633.     {
  1634.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1635.     }
  1636.     /**
  1637.      * Gets the public 'var_dumper.cloner' shared service.
  1638.      *
  1639.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1640.      */
  1641.     protected function getVarDumper_ClonerService()
  1642.     {
  1643.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1644.         $instance->setMaxItems(2500);
  1645.         $instance->setMinDepth(1);
  1646.         $instance->setMaxString(-1);
  1647.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1648.         return $instance;
  1649.     }
  1650.     /**
  1651.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1652.      *
  1653.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1654.      */
  1655.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1656.     {
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1658.         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()));
  1659.     }
  1660.     /**
  1661.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1662.      *
  1663.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1664.      */
  1665.     protected function getWebProfiler_Controller_ProfilerService()
  1666.     {
  1667.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1668.         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));
  1669.     }
  1670.     /**
  1671.      * Gets the public 'web_profiler.controller.router' shared service.
  1672.      *
  1673.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1674.      */
  1675.     protected function getWebProfiler_Controller_RouterService()
  1676.     {
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1678.         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 () {
  1679.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1680.         }, 1));
  1681.     }
  1682.     /**
  1683.      * Gets the private '.console.command.about.lazy' shared service.
  1684.      *
  1685.      * @return \Symfony\Component\Console\Command\LazyCommand
  1686.      */
  1687.     protected function get_Console_Command_About_LazyService()
  1688.     {
  1689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1691.         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 {
  1692.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1693.         });
  1694.     }
  1695.     /**
  1696.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1697.      *
  1698.      * @return \Symfony\Component\Console\Command\LazyCommand
  1699.      */
  1700.     protected function get_Console_Command_AssetsInstall_LazyService()
  1701.     {
  1702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1704.         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 {
  1705.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1706.         });
  1707.     }
  1708.     /**
  1709.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1710.      *
  1711.      * @return \Symfony\Component\Console\Command\LazyCommand
  1712.      */
  1713.     protected function get_Console_Command_CacheClear_LazyService()
  1714.     {
  1715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1717.         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 {
  1718.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1719.         });
  1720.     }
  1721.     /**
  1722.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1723.      *
  1724.      * @return \Symfony\Component\Console\Command\LazyCommand
  1725.      */
  1726.     protected function get_Console_Command_CachePoolClear_LazyService()
  1727.     {
  1728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1730.         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 {
  1731.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1732.         });
  1733.     }
  1734.     /**
  1735.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1736.      *
  1737.      * @return \Symfony\Component\Console\Command\LazyCommand
  1738.      */
  1739.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1740.     {
  1741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1743.         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 {
  1744.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1745.         });
  1746.     }
  1747.     /**
  1748.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1749.      *
  1750.      * @return \Symfony\Component\Console\Command\LazyCommand
  1751.      */
  1752.     protected function get_Console_Command_CachePoolList_LazyService()
  1753.     {
  1754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1756.         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 {
  1757.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1758.         });
  1759.     }
  1760.     /**
  1761.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1762.      *
  1763.      * @return \Symfony\Component\Console\Command\LazyCommand
  1764.      */
  1765.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1766.     {
  1767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1769.         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 {
  1770.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1771.         });
  1772.     }
  1773.     /**
  1774.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1775.      *
  1776.      * @return \Symfony\Component\Console\Command\LazyCommand
  1777.      */
  1778.     protected function get_Console_Command_CacheWarmup_LazyService()
  1779.     {
  1780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1782.         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 {
  1783.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1784.         });
  1785.     }
  1786.     /**
  1787.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1788.      *
  1789.      * @return \Symfony\Component\Console\Command\LazyCommand
  1790.      */
  1791.     protected function get_Console_Command_ConfigDebug_LazyService()
  1792.     {
  1793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1795.         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 {
  1796.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1797.         });
  1798.     }
  1799.     /**
  1800.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1801.      *
  1802.      * @return \Symfony\Component\Console\Command\LazyCommand
  1803.      */
  1804.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1808.         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 {
  1809.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1810.         });
  1811.     }
  1812.     /**
  1813.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1814.      *
  1815.      * @return \Symfony\Component\Console\Command\LazyCommand
  1816.      */
  1817.     protected function get_Console_Command_ContainerDebug_LazyService()
  1818.     {
  1819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1821.         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 {
  1822.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1823.         });
  1824.     }
  1825.     /**
  1826.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1827.      *
  1828.      * @return \Symfony\Component\Console\Command\LazyCommand
  1829.      */
  1830.     protected function get_Console_Command_ContainerLint_LazyService()
  1831.     {
  1832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1834.         return $this->privates['.console.command.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 {
  1835.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1836.         });
  1837.     }
  1838.     /**
  1839.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1840.      *
  1841.      * @return \Symfony\Component\Console\Command\LazyCommand
  1842.      */
  1843.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1844.     {
  1845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1847.         return $this->privates['.console.command.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 {
  1848.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1849.         });
  1850.     }
  1851.     /**
  1852.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1853.      *
  1854.      * @return \Symfony\Component\Console\Command\LazyCommand
  1855.      */
  1856.     protected function get_Console_Command_DotenvDebug_LazyService()
  1857.     {
  1858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1860.         return $this->privates['.console.command.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 {
  1861.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1862.         });
  1863.     }
  1864.     /**
  1865.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1866.      *
  1867.      * @return \Symfony\Component\Console\Command\LazyCommand
  1868.      */
  1869.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1870.     {
  1871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1873.         return $this->privates['.console.command.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 {
  1874.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1875.         });
  1876.     }
  1877.     /**
  1878.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1879.      *
  1880.      * @return \Symfony\Component\Console\Command\LazyCommand
  1881.      */
  1882.     protected function get_Console_Command_FormDebug_LazyService()
  1883.     {
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1886.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  1887.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1888.         });
  1889.     }
  1890.     /**
  1891.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\Console\Command\LazyCommand
  1894.      */
  1895.     protected function get_Console_Command_RouterDebug_LazyService()
  1896.     {
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1899.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  1900.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1901.         });
  1902.     }
  1903.     /**
  1904.      * Gets the private '.console.command.router_match.lazy' shared service.
  1905.      *
  1906.      * @return \Symfony\Component\Console\Command\LazyCommand
  1907.      */
  1908.     protected function get_Console_Command_RouterMatch_LazyService()
  1909.     {
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1912.         return $this->privates['.console.command.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 {
  1913.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  1914.         });
  1915.     }
  1916.     /**
  1917.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  1918.      *
  1919.      * @return \Symfony\Component\Console\Command\LazyCommand
  1920.      */
  1921.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  1922.     {
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1925.         return $this->privates['.console.command.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 {
  1926.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  1927.         });
  1928.     }
  1929.     /**
  1930.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  1931.      *
  1932.      * @return \Symfony\Component\Console\Command\LazyCommand
  1933.      */
  1934.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  1935.     {
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1938.         return $this->privates['.console.command.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 {
  1939.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  1940.         });
  1941.     }
  1942.     /**
  1943.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\Console\Command\LazyCommand
  1946.      */
  1947.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  1948.     {
  1949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1951.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  1952.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  1953.         });
  1954.     }
  1955.     /**
  1956.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  1957.      *
  1958.      * @return \Symfony\Component\Console\Command\LazyCommand
  1959.      */
  1960.     protected function get_Console_Command_SecretsList_LazyService()
  1961.     {
  1962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1964.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  1965.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  1966.         });
  1967.     }
  1968.     /**
  1969.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  1970.      *
  1971.      * @return \Symfony\Component\Console\Command\LazyCommand
  1972.      */
  1973.     protected function get_Console_Command_SecretsRemove_LazyService()
  1974.     {
  1975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1977.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  1978.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  1979.         });
  1980.     }
  1981.     /**
  1982.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  1983.      *
  1984.      * @return \Symfony\Component\Console\Command\LazyCommand
  1985.      */
  1986.     protected function get_Console_Command_SecretsSet_LazyService()
  1987.     {
  1988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1990.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  1991.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  1992.         });
  1993.     }
  1994.     /**
  1995.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  1996.      *
  1997.      * @return \Symfony\Component\Console\Command\LazyCommand
  1998.      */
  1999.     protected function get_Console_Command_TranslationDebug_LazyService()
  2000.     {
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2003.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2004.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2005.         });
  2006.     }
  2007.     /**
  2008.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2009.      *
  2010.      * @return \Symfony\Component\Console\Command\LazyCommand
  2011.      */
  2012.     protected function get_Console_Command_TranslationExtract_LazyService()
  2013.     {
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2016.         return $this->privates['.console.command.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 {
  2017.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2018.         });
  2019.     }
  2020.     /**
  2021.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2022.      *
  2023.      * @return \Symfony\Component\Console\Command\LazyCommand
  2024.      */
  2025.     protected function get_Console_Command_TranslationPull_LazyService()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2029.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2030.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2031.         });
  2032.     }
  2033.     /**
  2034.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2035.      *
  2036.      * @return \Symfony\Component\Console\Command\LazyCommand
  2037.      */
  2038.     protected function get_Console_Command_TranslationPush_LazyService()
  2039.     {
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2042.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2043.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2044.         });
  2045.     }
  2046.     /**
  2047.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2048.      *
  2049.      * @return \Symfony\Component\Console\Command\LazyCommand
  2050.      */
  2051.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2052.     {
  2053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2055.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2056.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2057.         });
  2058.     }
  2059.     /**
  2060.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2061.      *
  2062.      * @return \Symfony\Component\Console\Command\LazyCommand
  2063.      */
  2064.     protected function get_Console_Command_XliffLint_LazyService()
  2065.     {
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2068.         return $this->privates['.console.command.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 {
  2069.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2070.         });
  2071.     }
  2072.     /**
  2073.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2074.      *
  2075.      * @return \Symfony\Component\Console\Command\LazyCommand
  2076.      */
  2077.     protected function get_Console_Command_YamlLint_LazyService()
  2078.     {
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2081.         return $this->privates['.console.command.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 {
  2082.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2083.         });
  2084.     }
  2085.     /**
  2086.      * Gets the private '.debug.http_client' shared service.
  2087.      *
  2088.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2089.      */
  2090.     protected function get_Debug_HttpClientService()
  2091.     {
  2092.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2093.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2094.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2095.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2096.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2097.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2098.         $a->setLogger($b);
  2099.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2100.     }
  2101.     /**
  2102.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2105.      */
  2106.     protected function getLoaderInterfaceService()
  2107.     {
  2108.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2109.     }
  2110.     /**
  2111.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2112.      *
  2113.      * @return \Symfony\Component\Console\Command\LazyCommand
  2114.      */
  2115.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2116.     {
  2117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2119.         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 {
  2120.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2121.         });
  2122.     }
  2123.     /**
  2124.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2125.      *
  2126.      * @return \Symfony\Component\Console\Command\LazyCommand
  2127.      */
  2128.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2129.     {
  2130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2132.         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 {
  2133.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2134.         });
  2135.     }
  2136.     /**
  2137.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2138.      *
  2139.      * @return \Symfony\Component\Console\Command\LazyCommand
  2140.      */
  2141.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2142.     {
  2143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2145.         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 {
  2146.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2147.         });
  2148.     }
  2149.     /**
  2150.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2151.      *
  2152.      * @return \Symfony\Component\Console\Command\LazyCommand
  2153.      */
  2154.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2155.     {
  2156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2158.         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 {
  2159.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2160.         });
  2161.     }
  2162.     /**
  2163.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2164.      *
  2165.      * @return \Symfony\Component\Console\Command\LazyCommand
  2166.      */
  2167.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2168.     {
  2169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2171.         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 {
  2172.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2173.         });
  2174.     }
  2175.     /**
  2176.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2177.      *
  2178.      * @return \Symfony\Component\Console\Command\LazyCommand
  2179.      */
  2180.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2181.     {
  2182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2184.         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 {
  2185.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2186.         });
  2187.     }
  2188.     /**
  2189.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2190.      *
  2191.      * @return \Symfony\Component\Console\Command\LazyCommand
  2192.      */
  2193.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2194.     {
  2195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2197.         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 {
  2198.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2199.         });
  2200.     }
  2201.     /**
  2202.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2203.      *
  2204.      * @return \Symfony\Component\Console\Command\LazyCommand
  2205.      */
  2206.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2207.     {
  2208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2210.         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 {
  2211.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2212.         });
  2213.     }
  2214.     /**
  2215.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\Console\Command\LazyCommand
  2218.      */
  2219.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2220.     {
  2221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2223.         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 {
  2224.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2225.         });
  2226.     }
  2227.     /**
  2228.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2229.      *
  2230.      * @return \Symfony\Component\Console\Command\LazyCommand
  2231.      */
  2232.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2233.     {
  2234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2236.         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 {
  2237.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2238.         });
  2239.     }
  2240.     /**
  2241.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2242.      *
  2243.      * @return \Symfony\Component\Console\Command\LazyCommand
  2244.      */
  2245.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2249.         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 {
  2250.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2251.         });
  2252.     }
  2253.     /**
  2254.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2255.      *
  2256.      * @return \Symfony\Component\Console\Command\LazyCommand
  2257.      */
  2258.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2259.     {
  2260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2262.         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 {
  2263.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2264.         });
  2265.     }
  2266.     /**
  2267.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\Console\Command\LazyCommand
  2270.      */
  2271.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2272.     {
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2275.         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 {
  2276.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2277.         });
  2278.     }
  2279.     /**
  2280.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2281.      *
  2282.      * @return \Symfony\Component\Console\Command\LazyCommand
  2283.      */
  2284.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2285.     {
  2286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2288.         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 {
  2289.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2290.         });
  2291.     }
  2292.     /**
  2293.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2294.      *
  2295.      * @return \Symfony\Component\Console\Command\LazyCommand
  2296.      */
  2297.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2298.     {
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2301.         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 {
  2302.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2303.         });
  2304.     }
  2305.     /**
  2306.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2307.      *
  2308.      * @return \Symfony\Component\Console\Command\LazyCommand
  2309.      */
  2310.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2311.     {
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2314.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2315.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2316.         });
  2317.     }
  2318.     /**
  2319.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2320.      *
  2321.      * @return \Symfony\Component\Console\Command\LazyCommand
  2322.      */
  2323.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2327.         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 {
  2328.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2329.         });
  2330.     }
  2331.     /**
  2332.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2333.      *
  2334.      * @return \Symfony\Component\Console\Command\LazyCommand
  2335.      */
  2336.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2337.     {
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2340.         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 {
  2341.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2342.         });
  2343.     }
  2344.     /**
  2345.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\Console\Command\LazyCommand
  2348.      */
  2349.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2353.         return $this->privates['.maker.auto_command.make_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 {
  2354.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2355.         });
  2356.     }
  2357.     /**
  2358.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2359.      *
  2360.      * @return \Symfony\Component\Console\Command\LazyCommand
  2361.      */
  2362.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2363.     {
  2364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2366.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2367.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2368.         });
  2369.     }
  2370.     /**
  2371.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2372.      *
  2373.      * @return \Symfony\Component\Console\Command\LazyCommand
  2374.      */
  2375.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2379.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2380.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2381.         });
  2382.     }
  2383.     /**
  2384.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\Console\Command\LazyCommand
  2387.      */
  2388.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2389.     {
  2390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2392.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2393.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2394.         });
  2395.     }
  2396.     /**
  2397.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Console\Command\LazyCommand
  2400.      */
  2401.     protected function get_Monolog_Command_ServerLog_LazyService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2405.         return $this->privates['.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 {
  2406.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2407.         });
  2408.     }
  2409.     /**
  2410.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\Console\Command\LazyCommand
  2413.      */
  2414.     protected function get_Security_Command_DebugFirewall_LazyService()
  2415.     {
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2418.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  2419.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2420.         });
  2421.     }
  2422.     /**
  2423.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2424.      *
  2425.      * @return \Symfony\Component\Console\Command\LazyCommand
  2426.      */
  2427.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2428.     {
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2431.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  2432.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2433.         });
  2434.     }
  2435.     /**
  2436.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2437.      *
  2438.      * @return \Symfony\Component\Console\Command\LazyCommand
  2439.      */
  2440.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2441.     {
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2444.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  2445.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2446.         });
  2447.     }
  2448.     /**
  2449.      * Gets the private '.service_locator.D6VZ1Kk' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2452.      */
  2453.     protected function get_ServiceLocator_D6VZ1KkService()
  2454.     {
  2455.         return $this->privates['.service_locator.D6VZ1Kk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2456.             'App\\Controller\\SecurityController::forgotPassword' => ['privates''.service_locator.ErQw7D6''get_ServiceLocator_ErQw7D6Service'false],
  2457.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2458.             'App\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  2459.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2460.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2461.             'App\\Controller\\SecurityController:forgotPassword' => ['privates''.service_locator.ErQw7D6''get_ServiceLocator_ErQw7D6Service'false],
  2462.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2463.             'App\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  2464.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2465.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2466.         ], [
  2467.             'App\\Controller\\SecurityController::forgotPassword' => '?',
  2468.             'App\\Controller\\SecurityController::login' => '?',
  2469.             'App\\Controller\\SecurityController::resetPassword' => '?',
  2470.             'kernel::loadRoutes' => '?',
  2471.             'kernel::registerContainerConfiguration' => '?',
  2472.             'App\\Controller\\SecurityController:forgotPassword' => '?',
  2473.             'App\\Controller\\SecurityController:login' => '?',
  2474.             'App\\Controller\\SecurityController:resetPassword' => '?',
  2475.             'kernel:loadRoutes' => '?',
  2476.             'kernel:registerContainerConfiguration' => '?',
  2477.         ]);
  2478.     }
  2479.     /**
  2480.      * Gets the private '.service_locator.ErQw7D6' shared service.
  2481.      *
  2482.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2483.      */
  2484.     protected function get_ServiceLocator_ErQw7D6Service()
  2485.     {
  2486.         return $this->privates['.service_locator.ErQw7D6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2487.             'router' => ['services''router''getRouterService'false],
  2488.         ], [
  2489.             'router' => '?',
  2490.         ]);
  2491.     }
  2492.     /**
  2493.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2496.      */
  2497.     protected function get_ServiceLocator_GNc8e5BService()
  2498.     {
  2499.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2500.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2501.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2502.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2503.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2504.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2505.             'router' => ['services''router''getRouterService'false],
  2506.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2507.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2508.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2509.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2510.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2511.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2512.         ], [
  2513.             'doctrine' => '?',
  2514.             'form.factory' => '?',
  2515.             'http_kernel' => '?',
  2516.             'parameter_bag' => '?',
  2517.             'request_stack' => '?',
  2518.             'router' => '?',
  2519.             'security.authorization_checker' => '?',
  2520.             'security.csrf.token_manager' => '?',
  2521.             'security.token_storage' => '?',
  2522.             'serializer' => '?',
  2523.             'session' => '.session.deprecated',
  2524.             'twig' => '?',
  2525.         ]);
  2526.     }
  2527.     /**
  2528.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2531.      */
  2532.     protected function get_ServiceLocator_KfbR3DYService()
  2533.     {
  2534.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2535.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  2536.         ], [
  2537.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2538.         ]);
  2539.     }
  2540.     /**
  2541.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2544.      */
  2545.     protected function get_ServiceLocator_UDgw6OlService()
  2546.     {
  2547.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2548.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2549.         ], [
  2550.             'authenticationUtils' => '?',
  2551.         ]);
  2552.     }
  2553.     /**
  2554.      * Gets the private '.service_locator.jlyTfzM' shared service.
  2555.      *
  2556.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2557.      */
  2558.     protected function get_ServiceLocator_JlyTfzMService()
  2559.     {
  2560.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2561.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2562.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2563.         ], [
  2564.             'event_dispatcher' => '?',
  2565.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2566.         ]);
  2567.     }
  2568.     /**
  2569.      * Gets the private '.service_locator.pwZ6MTM' shared service.
  2570.      *
  2571.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2572.      */
  2573.     protected function get_ServiceLocator_PwZ6MTMService()
  2574.     {
  2575.         return $this->privates['.service_locator.pwZ6MTM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2576.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  2577.         ], [
  2578.             'passwordEncoder' => '?',
  2579.         ]);
  2580.     }
  2581.     /**
  2582.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2583.      *
  2584.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2585.      */
  2586.     protected function get_ServiceLocator_ZJyh7qSService()
  2587.     {
  2588.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2589.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2590.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2591.         ], [
  2592.             'security.firewall.map.context.dev' => '?',
  2593.             'security.firewall.map.context.main' => '?',
  2594.         ]);
  2595.     }
  2596.     /**
  2597.      * Gets the private '.session.deprecated' shared service.
  2598.      *
  2599.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2600.      */
  2601.     protected function get_Session_DeprecatedService()
  2602.     {
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2605.         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();
  2606.     }
  2607.     /**
  2608.      * Gets the private '.twig.command.debug.lazy' shared service.
  2609.      *
  2610.      * @return \Symfony\Component\Console\Command\LazyCommand
  2611.      */
  2612.     protected function get_Twig_Command_Debug_LazyService()
  2613.     {
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2616.         return $this->privates['.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 {
  2617.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2618.         });
  2619.     }
  2620.     /**
  2621.      * Gets the private '.twig.command.lint.lazy' shared service.
  2622.      *
  2623.      * @return \Symfony\Component\Console\Command\LazyCommand
  2624.      */
  2625.     protected function get_Twig_Command_Lint_LazyService()
  2626.     {
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2629.         return $this->privates['.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 {
  2630.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2631.         });
  2632.     }
  2633.     /**
  2634.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\Console\Command\LazyCommand
  2637.      */
  2638.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2639.     {
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2642.         return $this->privates['.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 {
  2643.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2644.         });
  2645.     }
  2646.     /**
  2647.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  2648.      *
  2649.      * @return \App\Command\CreateUserCommand
  2650.      */
  2651.     protected function getCreateUserCommandService()
  2652.     {
  2653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2654.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  2655.         $this->privates['App\\Command\\CreateUserCommand'] = $instance = new \App\Command\CreateUserCommand(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2656.         $instance->setName('app:create-user');
  2657.         return $instance;
  2658.     }
  2659.     /**
  2660.      * Gets the private 'App\Form\ImpressionType' shared autowired service.
  2661.      *
  2662.      * @return \App\Form\ImpressionType
  2663.      */
  2664.     protected function getImpressionTypeService()
  2665.     {
  2666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2668.         include_once \dirname(__DIR__4).'/src/Form/ImpressionType.php';
  2669.         return $this->privates['App\\Form\\ImpressionType'] = new \App\Form\ImpressionType();
  2670.     }
  2671.     /**
  2672.      * Gets the private 'App\Repository\BrandRepository' shared autowired service.
  2673.      *
  2674.      * @return \App\Repository\BrandRepository
  2675.      */
  2676.     protected function getBrandRepositoryService()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2683.         include_once \dirname(__DIR__4).'/src/Repository/BrandRepository.php';
  2684.         return $this->privates['App\\Repository\\BrandRepository'] = new \App\Repository\BrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2685.     }
  2686.     /**
  2687.      * Gets the private 'App\Repository\CouponRepository' shared autowired service.
  2688.      *
  2689.      * @return \App\Repository\CouponRepository
  2690.      */
  2691.     protected function getCouponRepositoryService()
  2692.     {
  2693.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2694.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2698.         include_once \dirname(__DIR__4).'/src/Repository/CouponRepository.php';
  2699.         return $this->privates['App\\Repository\\CouponRepository'] = new \App\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2700.     }
  2701.     /**
  2702.      * Gets the private 'App\Repository\ImpressionRepository' shared autowired service.
  2703.      *
  2704.      * @return \App\Repository\ImpressionRepository
  2705.      */
  2706.     protected function getImpressionRepositoryService()
  2707.     {
  2708.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2709.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2713.         include_once \dirname(__DIR__4).'/src/Repository/ImpressionRepository.php';
  2714.         return $this->privates['App\\Repository\\ImpressionRepository'] = new \App\Repository\ImpressionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2715.     }
  2716.     /**
  2717.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2718.      *
  2719.      * @return \App\Repository\UserRepository
  2720.      */
  2721.     protected function getUserRepositoryService()
  2722.     {
  2723.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2726.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2729.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2730.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2731.     }
  2732.     /**
  2733.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2734.      *
  2735.      * @return \App\Security\LoginFormAuthenticator
  2736.      */
  2737.     protected function getLoginFormAuthenticatorService()
  2738.     {
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2745.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2746.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  2747.     }
  2748.     /**
  2749.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2750.      *
  2751.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2752.      */
  2753.     protected function getManagerRegistryAwareConnectionProviderService()
  2754.     {
  2755.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2757.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  2758.     }
  2759.     /**
  2760.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2761.      *
  2762.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2763.      */
  2764.     protected function getRunSqlCommandService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2768.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  2769.         $instance->setName('dbal:run-sql');
  2770.         return $instance;
  2771.     }
  2772.     /**
  2773.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2774.      *
  2775.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2776.      */
  2777.     protected function getResetAssetsEventListenerService()
  2778.     {
  2779.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2780.     }
  2781.     /**
  2782.      * Gets the private 'annotations.cache_adapter' shared service.
  2783.      *
  2784.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2785.      */
  2786.     protected function getAnnotations_CacheAdapterService()
  2787.     {
  2788.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2789.     }
  2790.     /**
  2791.      * Gets the private 'annotations.cache_warmer' shared service.
  2792.      *
  2793.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2794.      */
  2795.     protected function getAnnotations_CacheWarmerService()
  2796.     {
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2800.         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);
  2801.     }
  2802.     /**
  2803.      * Gets the private 'annotations.cached_reader' shared service.
  2804.      *
  2805.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2806.      */
  2807.     protected function getAnnotations_CachedReaderService()
  2808.     {
  2809.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2810.     }
  2811.     /**
  2812.      * Gets the private 'annotations.reader' shared service.
  2813.      *
  2814.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2815.      */
  2816.     protected function getAnnotations_ReaderService()
  2817.     {
  2818.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2819.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2820.         $a->registerUniqueLoader('class_exists');
  2821.         $instance->addGlobalIgnoredName('required'$a);
  2822.         return $instance;
  2823.     }
  2824.     /**
  2825.      * Gets the private 'assets.packages' shared service.
  2826.      *
  2827.      * @return \Symfony\Component\Asset\Packages
  2828.      */
  2829.     protected function getAssets_PackagesService()
  2830.     {
  2831.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2832.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  2833.             return new \EmptyIterator();
  2834.         }, 0));
  2835.     }
  2836.     /**
  2837.      * Gets the private 'cache.annotations' shared service.
  2838.      *
  2839.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2840.      */
  2841.     protected function getCache_AnnotationsService()
  2842.     {
  2843.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0OIbjpaaD9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2844.     }
  2845.     /**
  2846.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2847.      *
  2848.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2849.      */
  2850.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2851.     {
  2852.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2853.     }
  2854.     /**
  2855.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2856.      *
  2857.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2858.      */
  2859.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2860.     {
  2861.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2862.     }
  2863.     /**
  2864.      * Gets the private 'cache.property_info' shared service.
  2865.      *
  2866.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2867.      */
  2868.     protected function getCache_PropertyInfoService()
  2869.     {
  2870.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OPaAKcXcxX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2871.     }
  2872.     /**
  2873.      * Gets the private 'cache.security_expression_language' shared service.
  2874.      *
  2875.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2876.      */
  2877.     protected function getCache_SecurityExpressionLanguageService()
  2878.     {
  2879.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gnUicOYwVP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2880.     }
  2881.     /**
  2882.      * Gets the private 'cache.serializer' shared service.
  2883.      *
  2884.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2885.      */
  2886.     protected function getCache_SerializerService()
  2887.     {
  2888.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kfDIu2vxWI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2889.     }
  2890.     /**
  2891.      * Gets the private 'cache.validator' shared service.
  2892.      *
  2893.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2894.      */
  2895.     protected function getCache_ValidatorService()
  2896.     {
  2897.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('begC3R+P-B'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2898.     }
  2899.     /**
  2900.      * Gets the private 'cache.webpack_encore' shared service.
  2901.      *
  2902.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2903.      */
  2904.     protected function getCache_WebpackEncoreService()
  2905.     {
  2906.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ypH8TnWbal'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2907.     }
  2908.     /**
  2909.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  2910.      *
  2911.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  2912.      */
  2913.     protected function getCachePoolClearer_CacheWarmerService()
  2914.     {
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  2917.         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']);
  2918.     }
  2919.     /**
  2920.      * Gets the private 'config_builder.warmer' shared service.
  2921.      *
  2922.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  2923.      */
  2924.     protected function getConfigBuilder_WarmerService()
  2925.     {
  2926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  2928.         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()));
  2929.     }
  2930.     /**
  2931.      * Gets the private 'config_cache_factory' shared service.
  2932.      *
  2933.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2934.      */
  2935.     protected function getConfigCacheFactoryService()
  2936.     {
  2937.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2938.             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)));
  2939.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2940.         }, 2));
  2941.     }
  2942.     /**
  2943.      * Gets the private 'console.command.about' shared service.
  2944.      *
  2945.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2946.      */
  2947.     protected function getConsole_Command_AboutService()
  2948.     {
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2951.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2952.         $instance->setName('about');
  2953.         $instance->setDescription('Display information about the current project');
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the private 'console.command.assets_install' shared service.
  2958.      *
  2959.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2960.      */
  2961.     protected function getConsole_Command_AssetsInstallService()
  2962.     {
  2963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2966.         $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));
  2967.         $instance->setName('assets:install');
  2968.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  2969.         return $instance;
  2970.     }
  2971.     /**
  2972.      * Gets the private 'console.command.cache_clear' shared service.
  2973.      *
  2974.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2975.      */
  2976.     protected function getConsole_Command_CacheClearService()
  2977.     {
  2978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2981.         $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())));
  2982.         $instance->setName('cache:clear');
  2983.         $instance->setDescription('Clear the cache');
  2984.         return $instance;
  2985.     }
  2986.     /**
  2987.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2988.      *
  2989.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2990.      */
  2991.     protected function getConsole_Command_CachePoolClearService()
  2992.     {
  2993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2995.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  2996.         $instance->setName('cache:pool:clear');
  2997.         $instance->setDescription('Clear cache pools');
  2998.         return $instance;
  2999.     }
  3000.     /**
  3001.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3002.      *
  3003.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3004.      */
  3005.     protected function getConsole_Command_CachePoolDeleteService()
  3006.     {
  3007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3009.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3010.         $instance->setName('cache:pool:delete');
  3011.         $instance->setDescription('Delete an item from a cache pool');
  3012.         return $instance;
  3013.     }
  3014.     /**
  3015.      * Gets the private 'console.command.cache_pool_list' shared service.
  3016.      *
  3017.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3018.      */
  3019.     protected function getConsole_Command_CachePoolListService()
  3020.     {
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3023.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3024.         $instance->setName('cache:pool:list');
  3025.         $instance->setDescription('List available cache pools');
  3026.         return $instance;
  3027.     }
  3028.     /**
  3029.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3030.      *
  3031.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3032.      */
  3033.     protected function getConsole_Command_CachePoolPruneService()
  3034.     {
  3035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3036.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3037.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3038.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3039.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3040.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3041.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3042.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3043.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3044.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3045.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3046.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3047.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3048.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3049.         }, 11));
  3050.         $instance->setName('cache:pool:prune');
  3051.         $instance->setDescription('Prune cache pools');
  3052.         return $instance;
  3053.     }
  3054.     /**
  3055.      * Gets the private 'console.command.cache_warmup' shared service.
  3056.      *
  3057.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3058.      */
  3059.     protected function getConsole_Command_CacheWarmupService()
  3060.     {
  3061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3063.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3064.         $instance->setName('cache:warmup');
  3065.         $instance->setDescription('Warm up an empty cache');
  3066.         return $instance;
  3067.     }
  3068.     /**
  3069.      * Gets the private 'console.command.config_debug' shared service.
  3070.      *
  3071.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3072.      */
  3073.     protected function getConsole_Command_ConfigDebugService()
  3074.     {
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3076.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3080.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3081.         $instance->setName('debug:config');
  3082.         $instance->setDescription('Dump the current configuration for an extension');
  3083.         return $instance;
  3084.     }
  3085.     /**
  3086.      * Gets the private 'console.command.config_dump_reference' shared service.
  3087.      *
  3088.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3089.      */
  3090.     protected function getConsole_Command_ConfigDumpReferenceService()
  3091.     {
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3097.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3098.         $instance->setName('config:dump-reference');
  3099.         $instance->setDescription('Dump the default configuration for an extension');
  3100.         return $instance;
  3101.     }
  3102.     /**
  3103.      * Gets the private 'console.command.container_debug' shared service.
  3104.      *
  3105.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3106.      */
  3107.     protected function getConsole_Command_ContainerDebugService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3112.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3113.         $instance->setName('debug:container');
  3114.         $instance->setDescription('Display current services for an application');
  3115.         return $instance;
  3116.     }
  3117.     /**
  3118.      * Gets the private 'console.command.container_lint' shared service.
  3119.      *
  3120.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3121.      */
  3122.     protected function getConsole_Command_ContainerLintService()
  3123.     {
  3124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3126.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3127.         $instance->setName('lint:container');
  3128.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3129.         return $instance;
  3130.     }
  3131.     /**
  3132.      * Gets the private 'console.command.debug_autowiring' shared service.
  3133.      *
  3134.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3135.      */
  3136.     protected function getConsole_Command_DebugAutowiringService()
  3137.     {
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3142.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3143.         $instance->setName('debug:autowiring');
  3144.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3145.         return $instance;
  3146.     }
  3147.     /**
  3148.      * Gets the private 'console.command.dotenv_debug' shared service.
  3149.      *
  3150.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3151.      */
  3152.     protected function getConsole_Command_DotenvDebugService()
  3153.     {
  3154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3156.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  3157.         $instance->setName('debug:dotenv');
  3158.         $instance->setDescription('Lists all dotenv files with variables and values');
  3159.         return $instance;
  3160.     }
  3161.     /**
  3162.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3163.      *
  3164.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3165.      */
  3166.     protected function getConsole_Command_EventDispatcherDebugService()
  3167.     {
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3170.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  3171.         $instance->setName('debug:event-dispatcher');
  3172.         $instance->setDescription('Display configured listeners for an application');
  3173.         return $instance;
  3174.     }
  3175.     /**
  3176.      * Gets the private 'console.command.form_debug' shared service.
  3177.      *
  3178.      * @return \Symfony\Component\Form\Command\DebugCommand
  3179.      */
  3180.     protected function getConsole_Command_FormDebugService()
  3181.     {
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3184.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\ImpressionType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3185.         $instance->setName('debug:form');
  3186.         $instance->setDescription('Display form type information');
  3187.         return $instance;
  3188.     }
  3189.     /**
  3190.      * Gets the private 'console.command.router_debug' shared service.
  3191.      *
  3192.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3193.      */
  3194.     protected function getConsole_Command_RouterDebugService()
  3195.     {
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3199.         $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()));
  3200.         $instance->setName('debug:router');
  3201.         $instance->setDescription('Display current routes for an application');
  3202.         return $instance;
  3203.     }
  3204.     /**
  3205.      * Gets the private 'console.command.router_match' shared service.
  3206.      *
  3207.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3208.      */
  3209.     protected function getConsole_Command_RouterMatchService()
  3210.     {
  3211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3213.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3214.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3215.         }, 1));
  3216.         $instance->setName('router:match');
  3217.         $instance->setDescription('Help debug routes by simulating a path info match');
  3218.         return $instance;
  3219.     }
  3220.     /**
  3221.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3222.      *
  3223.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3224.      */
  3225.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3226.     {
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3231.         $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')))));
  3232.         $instance->setName('secrets:decrypt-to-local');
  3233.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3234.         return $instance;
  3235.     }
  3236.     /**
  3237.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3238.      *
  3239.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3240.      */
  3241.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3242.     {
  3243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3247.         $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')))));
  3248.         $instance->setName('secrets:encrypt-from-local');
  3249.         $instance->setDescription('Encrypt all local secrets to the vault');
  3250.         return $instance;
  3251.     }
  3252.     /**
  3253.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3254.      *
  3255.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3256.      */
  3257.     protected function getConsole_Command_SecretsGenerateKeyService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3263.         $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')))));
  3264.         $instance->setName('secrets:generate-keys');
  3265.         $instance->setDescription('Generate new encryption keys');
  3266.         return $instance;
  3267.     }
  3268.     /**
  3269.      * Gets the private 'console.command.secrets_list' shared service.
  3270.      *
  3271.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3272.      */
  3273.     protected function getConsole_Command_SecretsListService()
  3274.     {
  3275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3279.         $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')))));
  3280.         $instance->setName('secrets:list');
  3281.         $instance->setDescription('List all secrets');
  3282.         return $instance;
  3283.     }
  3284.     /**
  3285.      * Gets the private 'console.command.secrets_remove' shared service.
  3286.      *
  3287.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3288.      */
  3289.     protected function getConsole_Command_SecretsRemoveService()
  3290.     {
  3291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3295.         $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')))));
  3296.         $instance->setName('secrets:remove');
  3297.         $instance->setDescription('Remove a secret from the vault');
  3298.         return $instance;
  3299.     }
  3300.     /**
  3301.      * Gets the private 'console.command.secrets_set' shared service.
  3302.      *
  3303.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3304.      */
  3305.     protected function getConsole_Command_SecretsSetService()
  3306.     {
  3307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3311.         $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')))));
  3312.         $instance->setName('secrets:set');
  3313.         $instance->setDescription('Set a secret in the vault');
  3314.         return $instance;
  3315.     }
  3316.     /**
  3317.      * Gets the private 'console.command.translation_debug' shared service.
  3318.      *
  3319.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3320.      */
  3321.     protected function getConsole_Command_TranslationDebugService()
  3322.     {
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3325.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3326.         $instance->setName('debug:translation');
  3327.         $instance->setDescription('Display translation messages information');
  3328.         return $instance;
  3329.     }
  3330.     /**
  3331.      * Gets the private 'console.command.translation_extract' shared service.
  3332.      *
  3333.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3334.      */
  3335.     protected function getConsole_Command_TranslationExtractService()
  3336.     {
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3339.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3340.         $instance->setName('translation:extract');
  3341.         $instance->setAliases([=> 'translation:update']);
  3342.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3343.         return $instance;
  3344.     }
  3345.     /**
  3346.      * Gets the private 'console.command.translation_pull' shared service.
  3347.      *
  3348.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3349.      */
  3350.     protected function getConsole_Command_TranslationPullService()
  3351.     {
  3352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3355.         $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', [], []);
  3356.         $instance->setName('translation:pull');
  3357.         $instance->setDescription('Pull translations from a given provider.');
  3358.         return $instance;
  3359.     }
  3360.     /**
  3361.      * Gets the private 'console.command.translation_push' shared service.
  3362.      *
  3363.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3364.      */
  3365.     protected function getConsole_Command_TranslationPushService()
  3366.     {
  3367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3370.         $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()), [], []);
  3371.         $instance->setName('translation:push');
  3372.         $instance->setDescription('Push translations to a given provider.');
  3373.         return $instance;
  3374.     }
  3375.     /**
  3376.      * Gets the private 'console.command.validator_debug' shared service.
  3377.      *
  3378.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3379.      */
  3380.     protected function getConsole_Command_ValidatorDebugService()
  3381.     {
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3384.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3385.         $instance->setName('debug:validator');
  3386.         $instance->setDescription('Display validation constraints for classes');
  3387.         return $instance;
  3388.     }
  3389.     /**
  3390.      * Gets the private 'console.command.xliff_lint' shared service.
  3391.      *
  3392.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3393.      */
  3394.     protected function getConsole_Command_XliffLintService()
  3395.     {
  3396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3398.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3399.         $instance->setName('lint:xliff');
  3400.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3401.         return $instance;
  3402.     }
  3403.     /**
  3404.      * Gets the private 'console.command.yaml_lint' shared service.
  3405.      *
  3406.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3407.      */
  3408.     protected function getConsole_Command_YamlLintService()
  3409.     {
  3410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3413.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3414.         $instance->setName('lint:yaml');
  3415.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3416.         return $instance;
  3417.     }
  3418.     /**
  3419.      * Gets the private 'console.error_listener' shared service.
  3420.      *
  3421.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3422.      */
  3423.     protected function getConsole_ErrorListenerService()
  3424.     {
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3426.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3427.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3428.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3429.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3430.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3431.     }
  3432.     /**
  3433.      * Gets the private 'container.env_var_processor' shared service.
  3434.      *
  3435.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3436.      */
  3437.     protected function getContainer_EnvVarProcessorService()
  3438.     {
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3441.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3442.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3443.         }, 1));
  3444.     }
  3445.     /**
  3446.      * Gets the private 'container.getenv' shared service.
  3447.      *
  3448.      * @return \Closure
  3449.      */
  3450.     protected function getContainer_GetenvService()
  3451.     {
  3452.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3453.     }
  3454.     /**
  3455.      * Gets the private 'data_collector.form' shared service.
  3456.      *
  3457.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3458.      */
  3459.     protected function getDataCollector_FormService()
  3460.     {
  3461.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3462.     }
  3463.     /**
  3464.      * Gets the private 'data_collector.request' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3467.      */
  3468.     protected function getDataCollector_RequestService()
  3469.     {
  3470.         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())));
  3471.     }
  3472.     /**
  3473.      * Gets the private 'data_collector.request.session_collector' shared service.
  3474.      *
  3475.      * @return \Closure
  3476.      */
  3477.     protected function getDataCollector_Request_SessionCollectorService()
  3478.     {
  3479.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3480.     }
  3481.     /**
  3482.      * Gets the private 'debug.argument_resolver.default' shared service.
  3483.      *
  3484.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3485.      */
  3486.     protected function getDebug_ArgumentResolver_DefaultService()
  3487.     {
  3488.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3491.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3492.     }
  3493.     /**
  3494.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3495.      *
  3496.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3497.      */
  3498.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3499.     {
  3500.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3503.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.D6VZ1Kk'] ?? $this->get_ServiceLocator_D6VZ1KkService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'debug.argument_resolver.request' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3509.      */
  3510.     protected function getDebug_ArgumentResolver_RequestService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3515.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3516.     }
  3517.     /**
  3518.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3519.      *
  3520.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3521.      */
  3522.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3523.     {
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3527.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3528.     }
  3529.     /**
  3530.      * Gets the private 'debug.argument_resolver.service' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3533.      */
  3534.     protected function getDebug_ArgumentResolver_ServiceService()
  3535.     {
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3539.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.D6VZ1Kk'] ?? $this->get_ServiceLocator_D6VZ1KkService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3540.     }
  3541.     /**
  3542.      * Gets the private 'debug.argument_resolver.session' shared service.
  3543.      *
  3544.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3545.      */
  3546.     protected function getDebug_ArgumentResolver_SessionService()
  3547.     {
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3551.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3552.     }
  3553.     /**
  3554.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3555.      *
  3556.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3557.      */
  3558.     protected function getDebug_ArgumentResolver_VariadicService()
  3559.     {
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3563.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3564.     }
  3565.     /**
  3566.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3567.      *
  3568.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3569.      */
  3570.     protected function getDebug_DebugHandlersListenerService()
  3571.     {
  3572.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3573.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3574.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3575.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3576.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3577.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3578.     }
  3579.     /**
  3580.      * Gets the private 'debug.dump_listener' shared service.
  3581.      *
  3582.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3583.      */
  3584.     protected function getDebug_DumpListenerService()
  3585.     {
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3588.         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()));
  3589.     }
  3590.     /**
  3591.      * Gets the private 'debug.file_link_formatter' shared service.
  3592.      *
  3593.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3594.      */
  3595.     protected function getDebug_FileLinkFormatterService()
  3596.     {
  3597.         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 () {
  3598.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3599.         });
  3600.     }
  3601.     /**
  3602.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3603.      *
  3604.      * @return \string
  3605.      */
  3606.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3607.     {
  3608.         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');
  3609.     }
  3610.     /**
  3611.      * Gets the private 'debug.log_processor' shared service.
  3612.      *
  3613.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3614.      */
  3615.     protected function getDebug_LogProcessorService()
  3616.     {
  3617.         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())));
  3618.     }
  3619.     /**
  3620.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3621.      *
  3622.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3623.      */
  3624.     protected function getDebug_Security_Access_DecisionManagerService()
  3625.     {
  3626.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  3627.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3628.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  3629.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3630.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3631.     }
  3632.     /**
  3633.      * Gets the private 'debug.security.firewall' shared service.
  3634.      *
  3635.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3636.      */
  3637.     protected function getDebug_Security_FirewallService()
  3638.     {
  3639.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3640.         if (isset($this->privates['debug.security.firewall'])) {
  3641.             return $this->privates['debug.security.firewall'];
  3642.         }
  3643.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3644.         if (isset($this->privates['debug.security.firewall'])) {
  3645.             return $this->privates['debug.security.firewall'];
  3646.         }
  3647.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3648.     }
  3649.     /**
  3650.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3651.      *
  3652.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3653.      */
  3654.     protected function getDebug_Security_UserValueResolverService()
  3655.     {
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3659.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3660.     }
  3661.     /**
  3662.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3663.      *
  3664.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3665.      */
  3666.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3667.     {
  3668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3670.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3672.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3673.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  3674.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  3675.         }
  3676.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  3677.     }
  3678.     /**
  3679.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3680.      *
  3681.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3682.      */
  3683.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3684.     {
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3689.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3690.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  3691.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  3692.         }
  3693.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3694.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  3695.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  3696.         }
  3697.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  3698.     }
  3699.     /**
  3700.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  3701.      *
  3702.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3703.      */
  3704.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  3705.     {
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  3711.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3712.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  3713.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  3714.         }
  3715.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  3716.     }
  3717.     /**
  3718.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3719.      *
  3720.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3721.      */
  3722.     protected function getDebug_Security_Voter_VoteListenerService()
  3723.     {
  3724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3725.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  3726.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  3727.             return $this->privates['debug.security.voter.vote_listener'];
  3728.         }
  3729.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  3730.     }
  3731.     /**
  3732.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3733.      *
  3734.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  3735.      */
  3736.     protected function getDoctrine_CacheClearMetadataCommandService()
  3737.     {
  3738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3741.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3742.         $instance->setName('doctrine:cache:clear-metadata');
  3743.         return $instance;
  3744.     }
  3745.     /**
  3746.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3747.      *
  3748.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  3749.      */
  3750.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3751.     {
  3752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3753.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3755.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3756.         $instance->setName('doctrine:cache:clear-query');
  3757.         return $instance;
  3758.     }
  3759.     /**
  3760.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3761.      *
  3762.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  3763.      */
  3764.     protected function getDoctrine_CacheClearResultCommandService()
  3765.     {
  3766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3769.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3770.         $instance->setName('doctrine:cache:clear-result');
  3771.         return $instance;
  3772.     }
  3773.     /**
  3774.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3775.      *
  3776.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  3777.      */
  3778.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3779.     {
  3780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3783.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3784.         $instance->setName('doctrine:cache:clear-collection-region');
  3785.         return $instance;
  3786.     }
  3787.     /**
  3788.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3789.      *
  3790.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  3791.      */
  3792.     protected function getDoctrine_ClearEntityRegionCommandService()
  3793.     {
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3797.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3798.         $instance->setName('doctrine:cache:clear-entity-region');
  3799.         return $instance;
  3800.     }
  3801.     /**
  3802.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3803.      *
  3804.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  3805.      */
  3806.     protected function getDoctrine_ClearQueryRegionCommandService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3811.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3812.         $instance->setName('doctrine:cache:clear-query-region');
  3813.         return $instance;
  3814.     }
  3815.     /**
  3816.      * Gets the private 'doctrine.database_create_command' shared service.
  3817.      *
  3818.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3819.      */
  3820.     protected function getDoctrine_DatabaseCreateCommandService()
  3821.     {
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3824.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3825.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3826.         $instance->setName('doctrine:database:create');
  3827.         return $instance;
  3828.     }
  3829.     /**
  3830.      * Gets the private 'doctrine.database_drop_command' shared service.
  3831.      *
  3832.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3833.      */
  3834.     protected function getDoctrine_DatabaseDropCommandService()
  3835.     {
  3836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3839.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3840.         $instance->setName('doctrine:database:drop');
  3841.         return $instance;
  3842.     }
  3843.     /**
  3844.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3845.      *
  3846.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  3847.      */
  3848.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3849.     {
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3853.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3854.         $instance->setName('doctrine:ensure-production-settings');
  3855.         return $instance;
  3856.     }
  3857.     /**
  3858.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  3859.      *
  3860.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  3861.      */
  3862.     protected function getDoctrine_FixturesLoadCommandService()
  3863.     {
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  3869.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3875.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  3876.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserFixtures.php';
  3877.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  3878.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  3879.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  3880.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\UserFixtures(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService())), 'groups' => []]]);
  3881.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  3882.         $instance->setName('doctrine:fixtures:load');
  3883.         return $instance;
  3884.     }
  3885.     /**
  3886.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3887.      *
  3888.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  3889.      */
  3890.     protected function getDoctrine_MappingConvertCommandService()
  3891.     {
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3895.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3896.         $instance->setName('doctrine:mapping:convert');
  3897.         return $instance;
  3898.     }
  3899.     /**
  3900.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3901.      *
  3902.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3903.      */
  3904.     protected function getDoctrine_MappingImportCommandService()
  3905.     {
  3906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3909.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3910.         $instance->setName('doctrine:mapping:import');
  3911.         return $instance;
  3912.     }
  3913.     /**
  3914.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3915.      *
  3916.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  3917.      */
  3918.     protected function getDoctrine_MappingInfoCommandService()
  3919.     {
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3923.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3924.         $instance->setName('doctrine:mapping:info');
  3925.         return $instance;
  3926.     }
  3927.     /**
  3928.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  3929.      *
  3930.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  3931.      */
  3932.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  3933.     {
  3934.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  3936.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  3937.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  3938.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  3939.         }
  3940.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  3941.     }
  3942.     /**
  3943.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3944.      *
  3945.      * @return \Doctrine\Migrations\DependencyFactory
  3946.      */
  3947.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3948.     {
  3949.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  3957.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3958.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3959.         $a->setAllOrNothing(false);
  3960.         $a->setCheckDatabasePlatform(true);
  3961.         $a->setTransactional(true);
  3962.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3963.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3964.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3965.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  3966.         });
  3967.         return $instance;
  3968.     }
  3969.     /**
  3970.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  3971.      *
  3972.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  3973.      */
  3974.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  3975.     {
  3976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  3978.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3979.     }
  3980.     /**
  3981.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3982.      *
  3983.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3984.      */
  3985.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3986.     {
  3987.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  3988.     }
  3989.     /**
  3990.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3991.      *
  3992.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3993.      */
  3994.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3995.     {
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3997.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3998.     }
  3999.     /**
  4000.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4001.      *
  4002.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4003.      */
  4004.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4005.     {
  4006.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4007.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4008.     }
  4009.     /**
  4010.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4011.      *
  4012.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4013.      */
  4014.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4015.     {
  4016.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4018.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4019.     }
  4020.     /**
  4021.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4022.      *
  4023.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4024.      */
  4025.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4026.     {
  4027.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4029.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4030.             return new \EmptyIterator();
  4031.         }, 0));
  4032.     }
  4033.     /**
  4034.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4035.      *
  4036.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4037.      */
  4038.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4039.     {
  4040.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4042.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4043.     }
  4044.     /**
  4045.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4046.      *
  4047.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4048.      */
  4049.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4050.     {
  4051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4053.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4054.     }
  4055.     /**
  4056.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4057.      *
  4058.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4059.      */
  4060.     protected function getDoctrine_Orm_Validator_UniqueService()
  4061.     {
  4062.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4064.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4065.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4066.     }
  4067.     /**
  4068.      * Gets the private 'doctrine.query_dql_command' shared service.
  4069.      *
  4070.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  4071.      */
  4072.     protected function getDoctrine_QueryDqlCommandService()
  4073.     {
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4077.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4078.         $instance->setName('doctrine:query:dql');
  4079.         return $instance;
  4080.     }
  4081.     /**
  4082.      * Gets the private 'doctrine.query_sql_command' shared service.
  4083.      *
  4084.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4085.      */
  4086.     protected function getDoctrine_QuerySqlCommandService()
  4087.     {
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4091.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4092.         $instance->setName('doctrine:query:sql');
  4093.         return $instance;
  4094.     }
  4095.     /**
  4096.      * Gets the private 'doctrine.schema_create_command' shared service.
  4097.      *
  4098.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  4099.      */
  4100.     protected function getDoctrine_SchemaCreateCommandService()
  4101.     {
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4106.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4107.         $instance->setName('doctrine:schema:create');
  4108.         return $instance;
  4109.     }
  4110.     /**
  4111.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4112.      *
  4113.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  4114.      */
  4115.     protected function getDoctrine_SchemaDropCommandService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4121.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4122.         $instance->setName('doctrine:schema:drop');
  4123.         return $instance;
  4124.     }
  4125.     /**
  4126.      * Gets the private 'doctrine.schema_update_command' shared service.
  4127.      *
  4128.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  4129.      */
  4130.     protected function getDoctrine_SchemaUpdateCommandService()
  4131.     {
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4136.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4137.         $instance->setName('doctrine:schema:update');
  4138.         return $instance;
  4139.     }
  4140.     /**
  4141.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4142.      *
  4143.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  4144.      */
  4145.     protected function getDoctrine_SchemaValidateCommandService()
  4146.     {
  4147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4150.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4151.         $instance->setName('doctrine:schema:validate');
  4152.         return $instance;
  4153.     }
  4154.     /**
  4155.      * Gets the private 'doctrine.ulid_generator' shared service.
  4156.      *
  4157.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4158.      */
  4159.     protected function getDoctrine_UlidGeneratorService()
  4160.     {
  4161.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4163.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4164.     }
  4165.     /**
  4166.      * Gets the private 'doctrine.uuid_generator' shared service.
  4167.      *
  4168.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4169.      */
  4170.     protected function getDoctrine_UuidGeneratorService()
  4171.     {
  4172.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4174.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4175.     }
  4176.     /**
  4177.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4178.      *
  4179.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4180.      */
  4181.     protected function getDoctrineMigrations_CurrentCommandService()
  4182.     {
  4183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4186.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  4187.         $instance->setName('doctrine:migrations:current');
  4188.         return $instance;
  4189.     }
  4190.     /**
  4191.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4192.      *
  4193.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4194.      */
  4195.     protected function getDoctrineMigrations_DiffCommandService()
  4196.     {
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4198.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4200.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  4201.         $instance->setName('doctrine:migrations:diff');
  4202.         return $instance;
  4203.     }
  4204.     /**
  4205.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4206.      *
  4207.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4208.      */
  4209.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4214.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4215.         $instance->setName('doctrine:migrations:dump-schema');
  4216.         return $instance;
  4217.     }
  4218.     /**
  4219.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4220.      *
  4221.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4222.      */
  4223.     protected function getDoctrineMigrations_ExecuteCommandService()
  4224.     {
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4228.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4229.         $instance->setName('doctrine:migrations:execute');
  4230.         return $instance;
  4231.     }
  4232.     /**
  4233.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4234.      *
  4235.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4236.      */
  4237.     protected function getDoctrineMigrations_GenerateCommandService()
  4238.     {
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4242.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4243.         $instance->setName('doctrine:migrations:generate');
  4244.         return $instance;
  4245.     }
  4246.     /**
  4247.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4248.      *
  4249.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4250.      */
  4251.     protected function getDoctrineMigrations_LatestCommandService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4256.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  4257.         $instance->setName('doctrine:migrations:latest');
  4258.         return $instance;
  4259.     }
  4260.     /**
  4261.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4262.      *
  4263.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4264.      */
  4265.     protected function getDoctrineMigrations_MigrateCommandService()
  4266.     {
  4267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4270.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  4271.         $instance->setName('doctrine:migrations:migrate');
  4272.         return $instance;
  4273.     }
  4274.     /**
  4275.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4276.      *
  4277.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4278.      */
  4279.     protected function getDoctrineMigrations_RollupCommandService()
  4280.     {
  4281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4284.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  4285.         $instance->setName('doctrine:migrations:rollup');
  4286.         return $instance;
  4287.     }
  4288.     /**
  4289.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4290.      *
  4291.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4292.      */
  4293.     protected function getDoctrineMigrations_StatusCommandService()
  4294.     {
  4295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4298.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  4299.         $instance->setName('doctrine:migrations:status');
  4300.         return $instance;
  4301.     }
  4302.     /**
  4303.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4304.      *
  4305.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4306.      */
  4307.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4308.     {
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4312.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  4313.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4314.         return $instance;
  4315.     }
  4316.     /**
  4317.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4318.      *
  4319.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4320.      */
  4321.     protected function getDoctrineMigrations_UpToDateCommandService()
  4322.     {
  4323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4326.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  4327.         $instance->setName('doctrine:migrations:up-to-date');
  4328.         return $instance;
  4329.     }
  4330.     /**
  4331.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4332.      *
  4333.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4334.      */
  4335.     protected function getDoctrineMigrations_VersionCommandService()
  4336.     {
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4340.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  4341.         $instance->setName('doctrine:migrations:version');
  4342.         return $instance;
  4343.     }
  4344.     /**
  4345.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4346.      *
  4347.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4348.      */
  4349.     protected function getDoctrineMigrations_VersionsCommandService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4354.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  4355.         $instance->setName('doctrine:migrations:list');
  4356.         return $instance;
  4357.     }
  4358.     /**
  4359.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4360.      *
  4361.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4362.      */
  4363.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4367.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4368.         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()));
  4369.     }
  4370.     /**
  4371.      * Gets the private 'exception_listener' shared service.
  4372.      *
  4373.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4374.      */
  4375.     protected function getExceptionListenerService()
  4376.     {
  4377.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4378.     }
  4379.     /**
  4380.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4381.      *
  4382.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4383.      */
  4384.     protected function getForm_ChoiceListFactory_CachedService()
  4385.     {
  4386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4390.         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())));
  4391.     }
  4392.     /**
  4393.      * Gets the private 'form.registry' shared service.
  4394.      *
  4395.      * @return \Symfony\Component\Form\FormRegistry
  4396.      */
  4397.     protected function getForm_RegistryService()
  4398.     {
  4399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4406.         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, [
  4407.             'App\\Form\\ImpressionType' => ['privates''App\\Form\\ImpressionType''getImpressionTypeService'false],
  4408.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4409.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4410.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4411.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4412.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4413.         ], [
  4414.             'App\\Form\\ImpressionType' => '?',
  4415.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4416.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4417.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4418.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4419.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4420.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4421.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4422.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4423.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4424.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4425.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4426.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4427.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4428.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4429.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4430.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4431.         }, 1)], new RewindableGenerator(function () {
  4432.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4433.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4434.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4435.     }
  4436.     /**
  4437.      * Gets the private 'form.server_params' shared service.
  4438.      *
  4439.      * @return \Symfony\Component\Form\Util\ServerParams
  4440.      */
  4441.     protected function getForm_ServerParamsService()
  4442.     {
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4444.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4445.     }
  4446.     /**
  4447.      * Gets the private 'form.type.choice' shared service.
  4448.      *
  4449.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4450.      */
  4451.     protected function getForm_Type_ChoiceService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4456.         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()));
  4457.     }
  4458.     /**
  4459.      * Gets the private 'form.type.color' shared service.
  4460.      *
  4461.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4462.      */
  4463.     protected function getForm_Type_ColorService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4468.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4469.     }
  4470.     /**
  4471.      * Gets the private 'form.type.entity' shared service.
  4472.      *
  4473.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4474.      */
  4475.     protected function getForm_Type_EntityService()
  4476.     {
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4481.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4482.     }
  4483.     /**
  4484.      * Gets the private 'form.type.form' shared service.
  4485.      *
  4486.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4487.      */
  4488.     protected function getForm_Type_FormService()
  4489.     {
  4490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4494.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4495.     }
  4496.     /**
  4497.      * Gets the private 'form.type_extension.csrf' shared service.
  4498.      *
  4499.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4500.      */
  4501.     protected function getForm_TypeExtension_CsrfService()
  4502.     {
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4506.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4507.     }
  4508.     /**
  4509.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4510.      *
  4511.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4512.      */
  4513.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4514.     {
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4518.         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()));
  4519.     }
  4520.     /**
  4521.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4522.      *
  4523.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4524.      */
  4525.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4526.     {
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4532.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  4533.     }
  4534.     /**
  4535.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4536.      *
  4537.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4538.      */
  4539.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4540.     {
  4541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4544.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'form.type_extension.form.validator' shared service.
  4548.      *
  4549.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4550.      */
  4551.     protected function getForm_TypeExtension_Form_ValidatorService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4557.         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()));
  4558.     }
  4559.     /**
  4560.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4561.      *
  4562.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4563.      */
  4564.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4565.     {
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4569.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4570.     }
  4571.     /**
  4572.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4573.      *
  4574.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4575.      */
  4576.     protected function getForm_TypeGuesser_DoctrineService()
  4577.     {
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4580.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4581.     }
  4582.     /**
  4583.      * Gets the private 'form.type_guesser.validator' shared service.
  4584.      *
  4585.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4586.      */
  4587.     protected function getForm_TypeGuesser_ValidatorService()
  4588.     {
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4591.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4592.     }
  4593.     /**
  4594.      * Gets the private 'fragment.renderer.inline' shared service.
  4595.      *
  4596.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4597.      */
  4598.     protected function getFragment_Renderer_InlineService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4603.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  4604.         if (isset($this->privates['fragment.renderer.inline'])) {
  4605.             return $this->privates['fragment.renderer.inline'];
  4606.         }
  4607.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4608.         if (isset($this->privates['fragment.renderer.inline'])) {
  4609.             return $this->privates['fragment.renderer.inline'];
  4610.         }
  4611.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  4612.         $instance->setFragmentPath('/_fragment');
  4613.         return $instance;
  4614.     }
  4615.     /**
  4616.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4617.      *
  4618.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4619.      */
  4620.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4621.     {
  4622.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  4623.     }
  4624.     /**
  4625.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4626.      *
  4627.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4628.      */
  4629.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4630.     {
  4631.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4632.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4633.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4634.         }
  4635.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  4636.     }
  4637.     /**
  4638.      * Gets the private 'locale_aware_listener' shared service.
  4639.      *
  4640.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4641.      */
  4642.     protected function getLocaleAwareListenerService()
  4643.     {
  4644.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4645.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4646.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4647.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4648.     }
  4649.     /**
  4650.      * Gets the private 'locale_listener' shared service.
  4651.      *
  4652.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4653.      */
  4654.     protected function getLocaleListenerService()
  4655.     {
  4656.         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, []);
  4657.     }
  4658.     /**
  4659.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4660.      *
  4661.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4662.      */
  4663.     protected function getMaker_AutoCommand_MakeAuthService()
  4664.     {
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4672.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4673.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4674.         $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);
  4675.         $instance->setName('make:auth');
  4676.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4677.         return $instance;
  4678.     }
  4679.     /**
  4680.      * Gets the private 'maker.auto_command.make_command' shared service.
  4681.      *
  4682.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4683.      */
  4684.     protected function getMaker_AutoCommand_MakeCommandService()
  4685.     {
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4691.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4692.         $instance->setName('make:command');
  4693.         $instance->setDescription('Creates a new console command class');
  4694.         return $instance;
  4695.     }
  4696.     /**
  4697.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4698.      *
  4699.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4700.      */
  4701.     protected function getMaker_AutoCommand_MakeControllerService()
  4702.     {
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4708.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4709.         $instance->setName('make:controller');
  4710.         $instance->setDescription('Creates a new controller class');
  4711.         return $instance;
  4712.     }
  4713.     /**
  4714.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4715.      *
  4716.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4717.      */
  4718.     protected function getMaker_AutoCommand_MakeCrudService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4725.         $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()));
  4726.         $instance->setName('make:crud');
  4727.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4728.         return $instance;
  4729.     }
  4730.     /**
  4731.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4732.      *
  4733.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4734.      */
  4735.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4736.     {
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4742.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4743.         $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()));
  4744.         $instance->setName('make:docker:database');
  4745.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4746.         return $instance;
  4747.     }
  4748.     /**
  4749.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4750.      *
  4751.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4752.      */
  4753.     protected function getMaker_AutoCommand_MakeEntityService()
  4754.     {
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4761.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4762.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4763.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  4764.         $instance->setName('make:entity');
  4765.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4766.         return $instance;
  4767.     }
  4768.     /**
  4769.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4770.      *
  4771.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4772.      */
  4773.     protected function getMaker_AutoCommand_MakeFixturesService()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4780.         $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()));
  4781.         $instance->setName('make:fixtures');
  4782.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4783.         return $instance;
  4784.     }
  4785.     /**
  4786.      * Gets the private 'maker.auto_command.make_form' shared service.
  4787.      *
  4788.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4789.      */
  4790.     protected function getMaker_AutoCommand_MakeFormService()
  4791.     {
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4797.         $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()));
  4798.         $instance->setName('make:form');
  4799.         $instance->setDescription('Creates a new form class');
  4800.         return $instance;
  4801.     }
  4802.     /**
  4803.      * Gets the private 'maker.auto_command.make_message' shared service.
  4804.      *
  4805.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4806.      */
  4807.     protected function getMaker_AutoCommand_MakeMessageService()
  4808.     {
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4814.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4815.         $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()));
  4816.         $instance->setName('make:message');
  4817.         $instance->setDescription('Creates a new message and handler');
  4818.         return $instance;
  4819.     }
  4820.     /**
  4821.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4822.      *
  4823.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4824.      */
  4825.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4832.         $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()));
  4833.         $instance->setName('make:messenger-middleware');
  4834.         $instance->setDescription('Creates a new messenger middleware');
  4835.         return $instance;
  4836.     }
  4837.     /**
  4838.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4839.      *
  4840.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4841.      */
  4842.     protected function getMaker_AutoCommand_MakeMigrationService()
  4843.     {
  4844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4850.         $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()));
  4851.         $instance->setName('make:migration');
  4852.         $instance->setDescription('Creates a new migration based on database changes');
  4853.         return $instance;
  4854.     }
  4855.     /**
  4856.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4857.      *
  4858.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4859.      */
  4860.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4861.     {
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4867.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4868.         $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()));
  4869.         $instance->setName('make:registration-form');
  4870.         $instance->setDescription('Creates a new registration form system');
  4871.         return $instance;
  4872.     }
  4873.     /**
  4874.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4875.      *
  4876.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4877.      */
  4878.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4879.     {
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4885.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4886.         $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()));
  4887.         $instance->setName('make:reset-password');
  4888.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4889.         return $instance;
  4890.     }
  4891.     /**
  4892.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4893.      *
  4894.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4895.      */
  4896.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4897.     {
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4903.         $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()));
  4904.         $instance->setName('make:serializer:encoder');
  4905.         $instance->setDescription('Creates a new serializer encoder class');
  4906.         return $instance;
  4907.     }
  4908.     /**
  4909.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4910.      *
  4911.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4912.      */
  4913.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4914.     {
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4920.         $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()));
  4921.         $instance->setName('make:serializer:normalizer');
  4922.         $instance->setDescription('Creates a new serializer normalizer class');
  4923.         return $instance;
  4924.     }
  4925.     /**
  4926.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  4927.      *
  4928.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4929.      */
  4930.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  4937.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4938.         $instance->setName('make:stimulus-controller');
  4939.         $instance->setDescription('Creates a new Stimulus controller');
  4940.         return $instance;
  4941.     }
  4942.     /**
  4943.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4944.      *
  4945.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4946.      */
  4947.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4948.     {
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4955.         $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()));
  4956.         $instance->setName('make:subscriber');
  4957.         $instance->setDescription('Creates a new event subscriber class');
  4958.         return $instance;
  4959.     }
  4960.     /**
  4961.      * Gets the private 'maker.auto_command.make_test' shared service.
  4962.      *
  4963.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4964.      */
  4965.     protected function getMaker_AutoCommand_MakeTestService()
  4966.     {
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4973.         $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()));
  4974.         $instance->setName('make:test');
  4975.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4976.         $instance->setDescription('Creates a new test class');
  4977.         return $instance;
  4978.     }
  4979.     /**
  4980.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4981.      *
  4982.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4983.      */
  4984.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4985.     {
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4991.         $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()));
  4992.         $instance->setName('make:twig-extension');
  4993.         $instance->setDescription('Creates a new Twig extension class');
  4994.         return $instance;
  4995.     }
  4996.     /**
  4997.      * Gets the private 'maker.auto_command.make_user' shared service.
  4998.      *
  4999.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5000.      */
  5001.     protected function getMaker_AutoCommand_MakeUserService()
  5002.     {
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5010.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5011.         $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()));
  5012.         $instance->setName('make:user');
  5013.         $instance->setDescription('Creates a new security user class');
  5014.         return $instance;
  5015.     }
  5016.     /**
  5017.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5018.      *
  5019.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5020.      */
  5021.     protected function getMaker_AutoCommand_MakeValidatorService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5028.         $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()));
  5029.         $instance->setName('make:validator');
  5030.         $instance->setDescription('Creates a new validator and constraint class');
  5031.         return $instance;
  5032.     }
  5033.     /**
  5034.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5035.      *
  5036.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5037.      */
  5038.     protected function getMaker_AutoCommand_MakeVoterService()
  5039.     {
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5045.         $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()));
  5046.         $instance->setName('make:voter');
  5047.         $instance->setDescription('Creates a new security voter class');
  5048.         return $instance;
  5049.     }
  5050.     /**
  5051.      * Gets the private 'maker.doctrine_helper' shared service.
  5052.      *
  5053.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5054.      */
  5055.     protected function getMaker_DoctrineHelperService()
  5056.     {
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5058.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5059.     }
  5060.     /**
  5061.      * Gets the private 'maker.entity_class_generator' shared service.
  5062.      *
  5063.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5064.      */
  5065.     protected function getMaker_EntityClassGeneratorService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5068.         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()));
  5069.     }
  5070.     /**
  5071.      * Gets the private 'maker.file_manager' shared service.
  5072.      *
  5073.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5074.      */
  5075.     protected function getMaker_FileManagerService()
  5076.     {
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5082.         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'));
  5083.     }
  5084.     /**
  5085.      * Gets the private 'maker.generator' shared service.
  5086.      *
  5087.      * @return \Symfony\Bundle\MakerBundle\Generator
  5088.      */
  5089.     protected function getMaker_GeneratorService()
  5090.     {
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5093.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5094.         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));
  5095.     }
  5096.     /**
  5097.      * Gets the private 'maker.php_compat_util' shared service.
  5098.      *
  5099.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5100.      */
  5101.     protected function getMaker_PhpCompatUtilService()
  5102.     {
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5104.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5105.     }
  5106.     /**
  5107.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5108.      *
  5109.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5110.      */
  5111.     protected function getMaker_Renderer_FormTypeRendererService()
  5112.     {
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5114.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5115.     }
  5116.     /**
  5117.      * Gets the private 'mime_types' shared service.
  5118.      *
  5119.      * @return \Symfony\Component\Mime\MimeTypes
  5120.      */
  5121.     protected function getMimeTypesService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5126.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5127.         $instance->setDefault($instance);
  5128.         return $instance;
  5129.     }
  5130.     /**
  5131.      * Gets the private 'monolog.command.server_log' shared service.
  5132.      *
  5133.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5134.      */
  5135.     protected function getMonolog_Command_ServerLogService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5139.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5140.         $instance->setName('server:log');
  5141.         $instance->setDescription('Start a log server that displays logs in real time');
  5142.         return $instance;
  5143.     }
  5144.     /**
  5145.      * Gets the private 'monolog.handler.console' shared service.
  5146.      *
  5147.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5148.      */
  5149.     protected function getMonolog_Handler_ConsoleService()
  5150.     {
  5151.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5152.     }
  5153.     /**
  5154.      * Gets the private 'monolog.handler.main' shared service.
  5155.      *
  5156.      * @return \Monolog\Handler\StreamHandler
  5157.      */
  5158.     protected function getMonolog_Handler_MainService()
  5159.     {
  5160.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5161.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5162.         return $instance;
  5163.     }
  5164.     /**
  5165.      * Gets the private 'monolog.logger' shared service.
  5166.      *
  5167.      * @return \Symfony\Bridge\Monolog\Logger
  5168.      */
  5169.     protected function getMonolog_LoggerService()
  5170.     {
  5171.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5172.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5173.         $instance->useMicrosecondTimestamps(true);
  5174.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5175.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5176.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5177.         return $instance;
  5178.     }
  5179.     /**
  5180.      * Gets the private 'monolog.logger.cache' shared service.
  5181.      *
  5182.      * @return \Symfony\Bridge\Monolog\Logger
  5183.      */
  5184.     protected function getMonolog_Logger_CacheService()
  5185.     {
  5186.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5187.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5188.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5189.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5190.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5191.         return $instance;
  5192.     }
  5193.     /**
  5194.      * Gets the private 'monolog.logger.request' shared service.
  5195.      *
  5196.      * @return \Symfony\Bridge\Monolog\Logger
  5197.      */
  5198.     protected function getMonolog_Logger_RequestService()
  5199.     {
  5200.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5201.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5202.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5203.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5204.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5205.         return $instance;
  5206.     }
  5207.     /**
  5208.      * Gets the private 'monolog.logger.security' shared service.
  5209.      *
  5210.      * @return \Symfony\Bridge\Monolog\Logger
  5211.      */
  5212.     protected function getMonolog_Logger_SecurityService()
  5213.     {
  5214.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5215.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5216.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5217.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5218.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5219.         return $instance;
  5220.     }
  5221.     /**
  5222.      * Gets the private 'parameter_bag' shared service.
  5223.      *
  5224.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5225.      */
  5226.     protected function getParameterBagService()
  5227.     {
  5228.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5229.     }
  5230.     /**
  5231.      * Gets the private 'profiler_listener' shared service.
  5232.      *
  5233.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5234.      */
  5235.     protected function getProfilerListenerService()
  5236.     {
  5237.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5238.         if (isset($this->privates['profiler_listener'])) {
  5239.             return $this->privates['profiler_listener'];
  5240.         }
  5241.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  5242.     }
  5243.     /**
  5244.      * Gets the private 'property_accessor' shared service.
  5245.      *
  5246.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5247.      */
  5248.     protected function getPropertyAccessorService()
  5249.     {
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5256.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5257.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5258.     }
  5259.     /**
  5260.      * Gets the private 'property_info' shared service.
  5261.      *
  5262.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5263.      */
  5264.     protected function getPropertyInfoService()
  5265.     {
  5266.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5267.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5268.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5269.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5270.         }, 3), new RewindableGenerator(function () {
  5271.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5272.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5273.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5274.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5275.         }, 4), new RewindableGenerator(function () {
  5276.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5277.         }, 1), new RewindableGenerator(function () {
  5278.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5279.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5280.         }, 2), new RewindableGenerator(function () {
  5281.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5282.         }, 1));
  5283.     }
  5284.     /**
  5285.      * Gets the private 'property_info.serializer_extractor' shared service.
  5286.      *
  5287.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5288.      */
  5289.     protected function getPropertyInfo_SerializerExtractorService()
  5290.     {
  5291.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5292.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5293.     }
  5294.     /**
  5295.      * Gets the private 'router.cache_warmer' shared service.
  5296.      *
  5297.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5298.      */
  5299.     protected function getRouter_CacheWarmerService()
  5300.     {
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5303.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5304.             'router' => ['services''router''getRouterService'false],
  5305.         ], [
  5306.             'router' => '?',
  5307.         ]))->withContext('router.cache_warmer'$this));
  5308.     }
  5309.     /**
  5310.      * Gets the private 'router.expression_language_provider' shared service.
  5311.      *
  5312.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5313.      */
  5314.     protected function getRouter_ExpressionLanguageProviderService()
  5315.     {
  5316.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5317.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5318.         ], [
  5319.             'env' => 'Closure',
  5320.         ]));
  5321.     }
  5322.     /**
  5323.      * Gets the private 'router.request_context' shared service.
  5324.      *
  5325.      * @return \Symfony\Component\Routing\RequestContext
  5326.      */
  5327.     protected function getRouter_RequestContextService()
  5328.     {
  5329.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5330.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5331.         return $instance;
  5332.     }
  5333.     /**
  5334.      * Gets the private 'router_listener' shared service.
  5335.      *
  5336.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5337.      */
  5338.     protected function getRouterListenerService()
  5339.     {
  5340.         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);
  5341.     }
  5342.     /**
  5343.      * Gets the private 'secrets.vault' shared service.
  5344.      *
  5345.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5346.      */
  5347.     protected function getSecrets_VaultService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5353.         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'));
  5354.     }
  5355.     /**
  5356.      * Gets the private 'security.access_listener' shared service.
  5357.      *
  5358.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5359.      */
  5360.     protected function getSecurity_AccessListenerService()
  5361.     {
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5365.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5366.         if (isset($this->privates['security.access_listener'])) {
  5367.             return $this->privates['security.access_listener'];
  5368.         }
  5369.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5370.         if (isset($this->privates['security.access_listener'])) {
  5371.             return $this->privates['security.access_listener'];
  5372.         }
  5373.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  5374.     }
  5375.     /**
  5376.      * Gets the private 'security.access_map' shared service.
  5377.      *
  5378.      * @return \Symfony\Component\Security\Http\AccessMap
  5379.      */
  5380.     protected function getSecurity_AccessMapService()
  5381.     {
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5386.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5387.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5388.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/coupons'), [=> 'ROLE_USER'], NULL);
  5389.         return $instance;
  5390.     }
  5391.     /**
  5392.      * Gets the private 'security.authentication.guard_handler' shared service.
  5393.      *
  5394.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  5395.      *
  5396.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  5397.      */
  5398.     protected function getSecurity_Authentication_GuardHandlerService()
  5399.     {
  5400.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5403.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5404.         if (isset($this->privates['security.authentication.guard_handler'])) {
  5405.             return $this->privates['security.authentication.guard_handler'];
  5406.         }
  5407.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  5408.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5409.         return $instance;
  5410.     }
  5411.     /**
  5412.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5413.      *
  5414.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5415.      *
  5416.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  5417.      */
  5418.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5419.     {
  5420.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5421.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5422.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  5423.             return $this->privates['security.authentication.listener.anonymous.main'];
  5424.         }
  5425.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  5426.     }
  5427.     /**
  5428.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5429.      *
  5430.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5431.      *
  5432.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  5433.      */
  5434.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5435.     {
  5436.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  5437.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  5438.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  5439.             return $this->privates['security.authentication.listener.guard.main'];
  5440.         }
  5441.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5442.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  5443.             return $this->privates['security.authentication.listener.guard.main'];
  5444.         }
  5445.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  5446.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5447.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5448.     }
  5449.     /**
  5450.      * Gets the private 'security.authentication.manager' shared service.
  5451.      *
  5452.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5453.      *
  5454.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  5455.      */
  5456.     protected function getSecurity_Authentication_ManagerService()
  5457.     {
  5458.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  5459.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5460.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5461.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  5462.         }, 2), true);
  5463.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5464.         return $instance;
  5465.     }
  5466.     /**
  5467.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  5468.      *
  5469.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  5470.      *
  5471.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  5472.      */
  5473.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  5474.     {
  5475.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5476.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  5477.     }
  5478.     /**
  5479.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5480.      *
  5481.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5482.      *
  5483.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  5484.      */
  5485.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5486.     {
  5487.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  5492.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5493.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5494.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  5495.     }
  5496.     /**
  5497.      * Gets the private 'security.authentication_utils' shared service.
  5498.      *
  5499.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  5500.      */
  5501.     protected function getSecurity_AuthenticationUtilsService()
  5502.     {
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  5504.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5505.     }
  5506.     /**
  5507.      * Gets the private 'security.channel_listener' shared service.
  5508.      *
  5509.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5510.      */
  5511.     protected function getSecurity_ChannelListenerService()
  5512.     {
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5516.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5517.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  5518.     }
  5519.     /**
  5520.      * Gets the private 'security.command.debug_firewall' shared service.
  5521.      *
  5522.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  5523.      */
  5524.     protected function getSecurity_Command_DebugFirewallService()
  5525.     {
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  5528.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()), [], false);
  5529.         $instance->setName('debug:firewall');
  5530.         $instance->setDescription('Display information about your security firewall(s)');
  5531.         return $instance;
  5532.     }
  5533.     /**
  5534.      * Gets the private 'security.command.user_password_encoder' shared service.
  5535.      *
  5536.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5537.      *
  5538.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  5539.      */
  5540.     protected function getSecurity_Command_UserPasswordEncoderService()
  5541.     {
  5542.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  5543.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5544.         $instance->setName('security:encode-password');
  5545.         $instance->setDescription('Encode a password');
  5546.         return $instance;
  5547.     }
  5548.     /**
  5549.      * Gets the private 'security.command.user_password_hash' shared service.
  5550.      *
  5551.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  5552.      */
  5553.     protected function getSecurity_Command_UserPasswordHashService()
  5554.     {
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  5557.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  5558.         $instance->setName('security:hash-password');
  5559.         $instance->setDescription('Hash a user password');
  5560.         return $instance;
  5561.     }
  5562.     /**
  5563.      * Gets the private 'security.context_listener.0' shared service.
  5564.      *
  5565.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5566.      */
  5567.     protected function getSecurity_ContextListener_0Service()
  5568.     {
  5569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5572.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5573.         if (isset($this->privates['security.context_listener.0'])) {
  5574.             return $this->privates['security.context_listener.0'];
  5575.         }
  5576.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  5577.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5578.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  5579.     }
  5580.     /**
  5581.      * Gets the private 'security.csrf.token_storage' shared service.
  5582.      *
  5583.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5584.      */
  5585.     protected function getSecurity_Csrf_TokenStorageService()
  5586.     {
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5590.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5591.     }
  5592.     /**
  5593.      * Gets the private 'security.encoder_factory.generic' shared service.
  5594.      *
  5595.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5596.      *
  5597.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  5598.      */
  5599.     protected function getSecurity_EncoderFactory_GenericService()
  5600.     {
  5601.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  5602.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  5603.     }
  5604.     /**
  5605.      * Gets the private 'security.event_dispatcher.main' shared service.
  5606.      *
  5607.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5608.      */
  5609.     protected function getSecurity_EventDispatcher_MainService()
  5610.     {
  5611.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5612.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5613.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  5614.         }, => 'onLogout'], 64);
  5615.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5616.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5617.         }, => 'onLogout'], 0);
  5618.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5619.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5620.         }, => 'onLogout'], 0);
  5621.         return $instance;
  5622.     }
  5623.     /**
  5624.      * Gets the private 'security.firewall.map' shared service.
  5625.      *
  5626.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5627.      */
  5628.     protected function getSecurity_Firewall_MapService()
  5629.     {
  5630.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  5631.         if (isset($this->privates['security.firewall.map'])) {
  5632.             return $this->privates['security.firewall.map'];
  5633.         }
  5634.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5635.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  5636.             yield 'security.firewall.map.context.main' => NULL;
  5637.         }, 2));
  5638.     }
  5639.     /**
  5640.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5641.      *
  5642.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5643.      */
  5644.     protected function getSecurity_Firewall_Map_Context_DevService()
  5645.     {
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5648.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5649.             return new \EmptyIterator();
  5650.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  5651.     }
  5652.     /**
  5653.      * Gets the private 'security.firewall.map.context.main' shared service.
  5654.      *
  5655.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5656.      */
  5657.     protected function getSecurity_Firewall_Map_Context_MainService()
  5658.     {
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5666.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  5667.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5668.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5669.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5670.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5671.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5672.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5673.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5674.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  5675.     }
  5676.     /**
  5677.      * Gets the private 'security.http_utils' shared service.
  5678.      *
  5679.      * @return \Symfony\Component\Security\Http\HttpUtils
  5680.      */
  5681.     protected function getSecurity_HttpUtilsService()
  5682.     {
  5683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5684.         $a = ($this->services['router'] ?? $this->getRouterService());
  5685.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5686.     }
  5687.     /**
  5688.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  5689.      *
  5690.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  5691.      */
  5692.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  5695.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  5696.     }
  5697.     /**
  5698.      * Gets the private 'security.logout.listener.default.main' shared service.
  5699.      *
  5700.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  5701.      */
  5702.     protected function getSecurity_Logout_Listener_Default_MainService()
  5703.     {
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  5705.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  5706.     }
  5707.     /**
  5708.      * Gets the private 'security.logout_url_generator' shared service.
  5709.      *
  5710.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5711.      */
  5712.     protected function getSecurity_LogoutUrlGeneratorService()
  5713.     {
  5714.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5715.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5716.         return $instance;
  5717.     }
  5718.     /**
  5719.      * Gets the private 'security.password_hasher_factory' shared service.
  5720.      *
  5721.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  5722.      */
  5723.     protected function getSecurity_PasswordHasherFactoryService()
  5724.     {
  5725.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  5727.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  5728.     }
  5729.     /**
  5730.      * Gets the private 'security.role_hierarchy' shared service.
  5731.      *
  5732.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5733.      */
  5734.     protected function getSecurity_RoleHierarchyService()
  5735.     {
  5736.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5737.     }
  5738.     /**
  5739.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5740.      *
  5741.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5742.      */
  5743.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5744.     {
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5748.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  5749.     }
  5750.     /**
  5751.      * Gets the private 'security.validator.user_password' shared service.
  5752.      *
  5753.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5754.      */
  5755.     protected function getSecurity_Validator_UserPasswordService()
  5756.     {
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5760.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  5761.     }
  5762.     /**
  5763.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5764.      *
  5765.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5766.      */
  5767.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5768.     {
  5769.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5770.     }
  5771.     /**
  5772.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5773.      *
  5774.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5775.      */
  5776.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5777.     {
  5778.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5779.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5780.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5781.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5782.     }
  5783.     /**
  5784.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5785.      *
  5786.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5787.      */
  5788.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5789.     {
  5790.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5791.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  5792.             return $this->privates['sensio_framework_extra.security.listener'];
  5793.         }
  5794.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5795.     }
  5796.     /**
  5797.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5798.      *
  5799.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5800.      */
  5801.     protected function getSensioFrameworkExtra_View_ListenerService()
  5802.     {
  5803.         $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))));
  5804.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5805.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5806.         ], [
  5807.             'twig' => '?',
  5808.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5809.         return $instance;
  5810.     }
  5811.     /**
  5812.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5813.      *
  5814.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5815.      */
  5816.     protected function getSerializer_Mapping_CacheWarmerService()
  5817.     {
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5823.         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'));
  5824.     }
  5825.     /**
  5826.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5827.      *
  5828.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5829.      */
  5830.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5831.     {
  5832.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5833.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5834.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5838.         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()))]));
  5839.     }
  5840.     /**
  5841.      * Gets the private 'session.factory' shared service.
  5842.      *
  5843.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  5844.      */
  5845.     protected function getSession_FactoryService()
  5846.     {
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  5849.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5850.         if (isset($this->privates['session.factory'])) {
  5851.             return $this->privates['session.factory'];
  5852.         }
  5853.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  5854.     }
  5855.     /**
  5856.      * Gets the private 'session.storage.factory.service' shared service.
  5857.      *
  5858.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  5859.      *
  5860.      * @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.
  5861.      */
  5862.     protected function getSession_Storage_Factory_ServiceService()
  5863.     {
  5864.         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.');
  5865.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  5866.     }
  5867.     /**
  5868.      * Gets the private 'session.storage.metadata_bag' shared service.
  5869.      *
  5870.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  5871.      *
  5872.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  5873.      */
  5874.     protected function getSession_Storage_MetadataBagService()
  5875.     {
  5876.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  5877.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  5878.     }
  5879.     /**
  5880.      * Gets the private 'session.storage.native' shared service.
  5881.      *
  5882.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5883.      *
  5884.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  5885.      */
  5886.     protected function getSession_Storage_NativeService()
  5887.     {
  5888.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  5889.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  5890.     }
  5891.     /**
  5892.      * Gets the private 'session_listener' shared service.
  5893.      *
  5894.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5895.      */
  5896.     protected function getSessionListenerService()
  5897.     {
  5898.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5899.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  5900.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5901.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5902.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  5903.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  5904.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  5905.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5906.         ], [
  5907.             'initialized_session' => '?',
  5908.             'logger' => '?',
  5909.             'request_stack' => '?',
  5910.             'session' => '?',
  5911.             'session_collector' => '?',
  5912.             'session_factory' => '?',
  5913.             'session_storage' => '?',
  5914.         ]), true$this->parameters['session.storage.options']);
  5915.     }
  5916.     /**
  5917.      * Gets the private 'translation.extractor' shared service.
  5918.      *
  5919.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5920.      */
  5921.     protected function getTranslation_ExtractorService()
  5922.     {
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5928.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5929.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5930.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  5931.         return $instance;
  5932.     }
  5933.     /**
  5934.      * Gets the private 'translation.loader.csv' shared service.
  5935.      *
  5936.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5937.      */
  5938.     protected function getTranslation_Loader_CsvService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5944.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5945.     }
  5946.     /**
  5947.      * Gets the private 'translation.loader.dat' shared service.
  5948.      *
  5949.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5950.      */
  5951.     protected function getTranslation_Loader_DatService()
  5952.     {
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5956.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5957.     }
  5958.     /**
  5959.      * Gets the private 'translation.loader.ini' shared service.
  5960.      *
  5961.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5962.      */
  5963.     protected function getTranslation_Loader_IniService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5969.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5970.     }
  5971.     /**
  5972.      * Gets the private 'translation.loader.json' shared service.
  5973.      *
  5974.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5975.      */
  5976.     protected function getTranslation_Loader_JsonService()
  5977.     {
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5982.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5983.     }
  5984.     /**
  5985.      * Gets the private 'translation.loader.mo' shared service.
  5986.      *
  5987.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5988.      */
  5989.     protected function getTranslation_Loader_MoService()
  5990.     {
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5995.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5996.     }
  5997.     /**
  5998.      * Gets the private 'translation.loader.php' shared service.
  5999.      *
  6000.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6001.      */
  6002.     protected function getTranslation_Loader_PhpService()
  6003.     {
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6008.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6009.     }
  6010.     /**
  6011.      * Gets the private 'translation.loader.po' shared service.
  6012.      *
  6013.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6014.      */
  6015.     protected function getTranslation_Loader_PoService()
  6016.     {
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6021.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6022.     }
  6023.     /**
  6024.      * Gets the private 'translation.loader.qt' shared service.
  6025.      *
  6026.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6027.      */
  6028.     protected function getTranslation_Loader_QtService()
  6029.     {
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6032.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6033.     }
  6034.     /**
  6035.      * Gets the private 'translation.loader.res' shared service.
  6036.      *
  6037.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6038.      */
  6039.     protected function getTranslation_Loader_ResService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6043.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6044.     }
  6045.     /**
  6046.      * Gets the private 'translation.loader.xliff' shared service.
  6047.      *
  6048.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6049.      */
  6050.     protected function getTranslation_Loader_XliffService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6054.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6055.     }
  6056.     /**
  6057.      * Gets the private 'translation.loader.yml' shared service.
  6058.      *
  6059.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6060.      */
  6061.     protected function getTranslation_Loader_YmlService()
  6062.     {
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6067.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6068.     }
  6069.     /**
  6070.      * Gets the private 'translation.provider_collection' shared service.
  6071.      *
  6072.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6073.      */
  6074.     protected function getTranslation_ProviderCollectionService()
  6075.     {
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6078.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6079.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6080.         }, 1), []))->fromConfig([]);
  6081.     }
  6082.     /**
  6083.      * Gets the private 'translation.reader' shared service.
  6084.      *
  6085.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6086.      */
  6087.     protected function getTranslation_ReaderService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6105.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6106.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6107.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6108.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6109.         $instance->addLoader('yaml'$a);
  6110.         $instance->addLoader('yml'$a);
  6111.         $instance->addLoader('xlf'$b);
  6112.         $instance->addLoader('xliff'$b);
  6113.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6114.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6115.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6116.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6117.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6118.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6119.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6120.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6121.         return $instance;
  6122.     }
  6123.     /**
  6124.      * Gets the private 'translation.warmer' shared service.
  6125.      *
  6126.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6127.      */
  6128.     protected function getTranslation_WarmerService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6132.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6133.             'translator' => ['services''translator''getTranslatorService'false],
  6134.         ], [
  6135.             'translator' => '?',
  6136.         ]))->withContext('translation.warmer'$this));
  6137.     }
  6138.     /**
  6139.      * Gets the private 'translation.writer' shared service.
  6140.      *
  6141.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6142.      */
  6143.     protected function getTranslation_WriterService()
  6144.     {
  6145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6159.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6160.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6161.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6162.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6163.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6164.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6165.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6166.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6167.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6168.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6169.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6170.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6171.         return $instance;
  6172.     }
  6173.     /**
  6174.      * Gets the private 'translator.default' shared service.
  6175.      *
  6176.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6177.      */
  6178.     protected function getTranslator_DefaultService()
  6179.     {
  6180.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6181.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6182.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6183.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6184.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6185.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6186.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6187.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6188.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6189.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6190.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6191.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6192.         ], [
  6193.             'translation.loader.csv' => '?',
  6194.             'translation.loader.dat' => '?',
  6195.             'translation.loader.ini' => '?',
  6196.             'translation.loader.json' => '?',
  6197.             'translation.loader.mo' => '?',
  6198.             'translation.loader.php' => '?',
  6199.             'translation.loader.po' => '?',
  6200.             'translation.loader.qt' => '?',
  6201.             'translation.loader.res' => '?',
  6202.             'translation.loader.xliff' => '?',
  6203.             'translation.loader.yml' => '?',
  6204.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-migrations-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/symfony/webpack-encore-bundle/src/translations'15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'16 => 'vendor/sensio/framework-extra-bundle/src/translations']]], []);
  6205.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6206.         $instance->setFallbackLocales([=> 'en']);
  6207.         return $instance;
  6208.     }
  6209.     /**
  6210.      * Gets the private 'twig.command.debug' shared service.
  6211.      *
  6212.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6213.      */
  6214.     protected function getTwig_Command_DebugService()
  6215.     {
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6218.         $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()));
  6219.         $instance->setName('debug:twig');
  6220.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6221.         return $instance;
  6222.     }
  6223.     /**
  6224.      * Gets the private 'twig.command.lint' shared service.
  6225.      *
  6226.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6227.      */
  6228.     protected function getTwig_Command_LintService()
  6229.     {
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6233.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6234.         $instance->setName('lint:twig');
  6235.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6236.         return $instance;
  6237.     }
  6238.     /**
  6239.      * Gets the private 'twig.form.engine' shared service.
  6240.      *
  6241.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6242.      */
  6243.     protected function getTwig_Form_EngineService()
  6244.     {
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6248.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6249.         if (isset($this->privates['twig.form.engine'])) {
  6250.             return $this->privates['twig.form.engine'];
  6251.         }
  6252.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  6253.     }
  6254.     /**
  6255.      * Gets the private 'twig.form.renderer' shared service.
  6256.      *
  6257.      * @return \Symfony\Component\Form\FormRenderer
  6258.      */
  6259.     protected function getTwig_Form_RendererService()
  6260.     {
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6263.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  6264.         if (isset($this->privates['twig.form.renderer'])) {
  6265.             return $this->privates['twig.form.renderer'];
  6266.         }
  6267.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6268.     }
  6269.     /**
  6270.      * Gets the private 'twig.mailer.message_listener' shared service.
  6271.      *
  6272.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6273.      */
  6274.     protected function getTwig_Mailer_MessageListenerService()
  6275.     {
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6277.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6279.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6280.         if (isset($this->privates['twig.mailer.message_listener'])) {
  6281.             return $this->privates['twig.mailer.message_listener'];
  6282.         }
  6283.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  6284.     }
  6285.     /**
  6286.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6287.      *
  6288.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6289.      */
  6290.     protected function getTwig_Runtime_HttpkernelService()
  6291.     {
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6298.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6299.         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, [
  6300.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6301.         ], [
  6302.             'inline' => '?',
  6303.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6304.     }
  6305.     /**
  6306.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6307.      *
  6308.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6309.      */
  6310.     protected function getTwig_Runtime_SecurityCsrfService()
  6311.     {
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6313.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6314.     }
  6315.     /**
  6316.      * Gets the private 'twig.runtime.serializer' shared service.
  6317.      *
  6318.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6319.      */
  6320.     protected function getTwig_Runtime_SerializerService()
  6321.     {
  6322.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6324.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6325.     }
  6326.     /**
  6327.      * Gets the private 'twig.template_cache_warmer' shared service.
  6328.      *
  6329.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6330.      */
  6331.     protected function getTwig_TemplateCacheWarmerService()
  6332.     {
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6336.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6337.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6338.         ], [
  6339.             'twig' => '?',
  6340.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  6341.     }
  6342.     /**
  6343.      * Gets the private 'validator.builder' shared service.
  6344.      *
  6345.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6346.      */
  6347.     protected function getValidator_BuilderService()
  6348.     {
  6349.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6350.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6351.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6352.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6353.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6354.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6355.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6356.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6357.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6358.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6359.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6360.         ], [
  6361.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6362.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6363.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6364.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6365.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6366.             'doctrine.orm.validator.unique' => '?',
  6367.             'security.validator.user_password' => '?',
  6368.             'validator.expression' => '?',
  6369.         ])));
  6370.         if ($this->has('translator')) {
  6371.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6372.         }
  6373.         $instance->setTranslationDomain('validators');
  6374.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6375.         $instance->enableAnnotationMapping(true);
  6376.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6377.         $instance->addMethodMapping('loadValidatorMetadata');
  6378.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6379.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6380.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6381.         return $instance;
  6382.     }
  6383.     /**
  6384.      * Gets the private 'validator.email' shared service.
  6385.      *
  6386.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6387.      */
  6388.     protected function getValidator_EmailService()
  6389.     {
  6390.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6392.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6393.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6394.     }
  6395.     /**
  6396.      * Gets the private 'validator.expression' shared service.
  6397.      *
  6398.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6399.      */
  6400.     protected function getValidator_ExpressionService()
  6401.     {
  6402.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6405.         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())));
  6406.     }
  6407.     /**
  6408.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6409.      *
  6410.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6411.      */
  6412.     protected function getValidator_Mapping_CacheWarmerService()
  6413.     {
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6417.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6418.     }
  6419.     /**
  6420.      * Gets the private 'validator.not_compromised_password' shared service.
  6421.      *
  6422.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6423.      */
  6424.     protected function getValidator_NotCompromisedPasswordService()
  6425.     {
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6427.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6429.         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);
  6430.     }
  6431.     /**
  6432.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6433.      *
  6434.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6435.      */
  6436.     protected function getVarDumper_Command_ServerDumpService()
  6437.     {
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6442.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6443.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6444.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6445.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6446.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6447.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6448.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6449.         $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()))]);
  6450.         $instance->setName('server:dump');
  6451.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  6452.         return $instance;
  6453.     }
  6454.     /**
  6455.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6456.      *
  6457.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6458.      */
  6459.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6460.     {
  6461.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6462.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6463.         return $instance;
  6464.     }
  6465.     /**
  6466.      * Gets the private 'var_dumper.html_dumper' shared service.
  6467.      *
  6468.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6469.      */
  6470.     protected function getVarDumper_HtmlDumperService()
  6471.     {
  6472.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6473.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6474.         return $instance;
  6475.     }
  6476.     /**
  6477.      * Gets the private 'var_dumper.server_connection' shared service.
  6478.      *
  6479.      * @return \Symfony\Component\VarDumper\Server\Connection
  6480.      */
  6481.     protected function getVarDumper_ServerConnectionService()
  6482.     {
  6483.         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()]);
  6484.     }
  6485.     /**
  6486.      * Gets the private 'web_profiler.csp.handler' shared service.
  6487.      *
  6488.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6489.      */
  6490.     protected function getWebProfiler_Csp_HandlerService()
  6491.     {
  6492.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6493.     }
  6494.     /**
  6495.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6496.      *
  6497.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6498.      */
  6499.     protected function getWebProfiler_DebugToolbarService()
  6500.     {
  6501.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6502.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6503.             return $this->privates['web_profiler.debug_toolbar'];
  6504.         }
  6505.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  6506.     }
  6507.     /**
  6508.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  6509.      *
  6510.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  6511.      */
  6512.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  6513.     {
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  6516.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  6517.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  6518.     }
  6519.     /**
  6520.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6521.      *
  6522.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6523.      */
  6524.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6525.     {
  6526.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6527.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  6528.         ], [
  6529.             '_default' => '?',
  6530.         ]), '_default');
  6531.     }
  6532.     /**
  6533.      * Gets the private 'webpack_encore.exception_listener' shared service.
  6534.      *
  6535.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  6536.      */
  6537.     protected function getWebpackEncore_ExceptionListenerService()
  6538.     {
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  6540.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6541.     }
  6542.     /**
  6543.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  6544.      *
  6545.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  6546.      */
  6547.     protected function getWebpackEncore_TagRendererService()
  6548.     {
  6549.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  6550.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6551.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  6552.             return $this->privates['webpack_encore.tag_renderer'];
  6553.         }
  6554.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], $a);
  6555.     }
  6556.     /**
  6557.      * Gets the public 'cache_clearer' alias.
  6558.      *
  6559.      * @return object The ".container.private.cache_clearer" service.
  6560.      */
  6561.     protected function getCacheClearerService()
  6562.     {
  6563.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6564.         return $this->get('.container.private.cache_clearer');
  6565.     }
  6566.     /**
  6567.      * Gets the public 'filesystem' alias.
  6568.      *
  6569.      * @return object The ".container.private.filesystem" service.
  6570.      */
  6571.     protected function getFilesystemService()
  6572.     {
  6573.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6574.         return $this->get('.container.private.filesystem');
  6575.     }
  6576.     /**
  6577.      * Gets the public 'serializer' alias.
  6578.      *
  6579.      * @return object The ".container.private.serializer" service.
  6580.      */
  6581.     protected function getSerializerService()
  6582.     {
  6583.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6584.         return $this->get('.container.private.serializer');
  6585.     }
  6586.     /**
  6587.      * Gets the public 'security.csrf.token_manager' alias.
  6588.      *
  6589.      * @return object The ".container.private.security.csrf.token_manager" service.
  6590.      */
  6591.     protected function getSecurity_Csrf_TokenManagerService()
  6592.     {
  6593.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6594.         return $this->get('.container.private.security.csrf.token_manager');
  6595.     }
  6596.     /**
  6597.      * Gets the public 'form.factory' alias.
  6598.      *
  6599.      * @return object The ".container.private.form.factory" service.
  6600.      */
  6601.     protected function getForm_FactoryService()
  6602.     {
  6603.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6604.         return $this->get('.container.private.form.factory');
  6605.     }
  6606.     /**
  6607.      * Gets the public 'form.type.file' alias.
  6608.      *
  6609.      * @return object The ".container.private.form.type.file" service.
  6610.      */
  6611.     protected function getForm_Type_FileService()
  6612.     {
  6613.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6614.         return $this->get('.container.private.form.type.file');
  6615.     }
  6616.     /**
  6617.      * Gets the public 'profiler' alias.
  6618.      *
  6619.      * @return object The ".container.private.profiler" service.
  6620.      */
  6621.     protected function getProfilerService()
  6622.     {
  6623.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6624.         return $this->get('.container.private.profiler');
  6625.     }
  6626.     /**
  6627.      * Gets the public 'twig' alias.
  6628.      *
  6629.      * @return object The ".container.private.twig" service.
  6630.      */
  6631.     protected function getTwigService()
  6632.     {
  6633.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6634.         return $this->get('.container.private.twig');
  6635.     }
  6636.     /**
  6637.      * Gets the public 'security.authorization_checker' alias.
  6638.      *
  6639.      * @return object The ".container.private.security.authorization_checker" service.
  6640.      */
  6641.     protected function getSecurity_AuthorizationCheckerService()
  6642.     {
  6643.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6644.         return $this->get('.container.private.security.authorization_checker');
  6645.     }
  6646.     /**
  6647.      * Gets the public 'security.token_storage' alias.
  6648.      *
  6649.      * @return object The ".container.private.security.token_storage" service.
  6650.      */
  6651.     protected function getSecurity_TokenStorageService()
  6652.     {
  6653.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6654.         return $this->get('.container.private.security.token_storage');
  6655.     }
  6656.     /**
  6657.      * Gets the public 'security.password_encoder' alias.
  6658.      *
  6659.      * @return object The ".container.private.security.password_encoder" service.
  6660.      */
  6661.     protected function getSecurity_PasswordEncoderService()
  6662.     {
  6663.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6664.         return $this->get('.container.private.security.password_encoder');
  6665.     }
  6666.     /**
  6667.      * Gets the public 'session' alias.
  6668.      *
  6669.      * @return object The ".container.private.session" service.
  6670.      */
  6671.     protected function getSessionService()
  6672.     {
  6673.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6674.         return $this->get('.container.private.session');
  6675.     }
  6676.     /**
  6677.      * Gets the public 'validator' alias.
  6678.      *
  6679.      * @return object The ".container.private.validator" service.
  6680.      */
  6681.     protected function getValidatorService()
  6682.     {
  6683.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6684.         return $this->get('.container.private.validator');
  6685.     }
  6686.     /**
  6687.      * @return array|bool|float|int|string|\UnitEnum|null
  6688.      */
  6689.     public function getParameter(string $name)
  6690.     {
  6691.         if (isset($this->buildParameters[$name])) {
  6692.             return $this->buildParameters[$name];
  6693.         }
  6694.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6695.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6696.         }
  6697.         if (isset($this->loadedDynamicParameters[$name])) {
  6698.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6699.         }
  6700.         return $this->parameters[$name];
  6701.     }
  6702.     public function hasParameter(string $name): bool
  6703.     {
  6704.         if (isset($this->buildParameters[$name])) {
  6705.             return true;
  6706.         }
  6707.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6708.     }
  6709.     public function setParameter(string $name$value): void
  6710.     {
  6711.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6712.     }
  6713.     public function getParameterBag(): ParameterBagInterface
  6714.     {
  6715.         if (null === $this->parameterBag) {
  6716.             $parameters $this->parameters;
  6717.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6718.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6719.             }
  6720.             foreach ($this->buildParameters as $name => $value) {
  6721.                 $parameters[$name] = $value;
  6722.             }
  6723.             $this->parameterBag = new FrozenParameterBag($parameters);
  6724.         }
  6725.         return $this->parameterBag;
  6726.     }
  6727.     private $loadedDynamicParameters = [
  6728.         'kernel.runtime_environment' => false,
  6729.         'kernel.build_dir' => false,
  6730.         'kernel.cache_dir' => false,
  6731.         'kernel.secret' => false,
  6732.         'debug.container.dump' => false,
  6733.         'serializer.mapping.cache.file' => false,
  6734.         'session.save_path' => false,
  6735.         'validator.mapping.cache.file' => false,
  6736.         'profiler.storage.dsn' => false,
  6737.         'doctrine.orm.proxy_dir' => false,
  6738.     ];
  6739.     private $dynamicParameters = [];
  6740.     private function getDynamicParameter(string $name)
  6741.     {
  6742.         switch ($name) {
  6743.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6744.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6745.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6746.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6747.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6748.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6749.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6750.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6751.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6752.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6753.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6754.         }
  6755.         $this->loadedDynamicParameters[$name] = true;
  6756.         return $this->dynamicParameters[$name] = $value;
  6757.     }
  6758.     protected function getDefaultParameters(): array
  6759.     {
  6760.         return [
  6761.             'kernel.project_dir' => \dirname(__DIR__4),
  6762.             'kernel.environment' => 'dev',
  6763.             'kernel.debug' => true,
  6764.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6765.             'kernel.bundles' => [
  6766.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6767.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6768.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6769.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6770.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6771.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6772.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6773.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6774.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6775.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6776.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6777.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6778.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6779.             ],
  6780.             'kernel.bundles_metadata' => [
  6781.                 'FrameworkBundle' => [
  6782.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6783.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6784.                 ],
  6785.                 'TwigBundle' => [
  6786.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6787.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6788.                 ],
  6789.                 'TwigExtraBundle' => [
  6790.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6791.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6792.                 ],
  6793.                 'WebProfilerBundle' => [
  6794.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6795.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6796.                 ],
  6797.                 'MonologBundle' => [
  6798.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6799.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6800.                 ],
  6801.                 'DebugBundle' => [
  6802.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6803.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6804.                 ],
  6805.                 'DoctrineBundle' => [
  6806.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6807.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6808.                 ],
  6809.                 'DoctrineMigrationsBundle' => [
  6810.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6811.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6812.                 ],
  6813.                 'SecurityBundle' => [
  6814.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6815.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6816.                 ],
  6817.                 'MakerBundle' => [
  6818.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6819.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6820.                 ],
  6821.                 'WebpackEncoreBundle' => [
  6822.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6823.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6824.                 ],
  6825.                 'DoctrineFixturesBundle' => [
  6826.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6827.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6828.                 ],
  6829.                 'SensioFrameworkExtraBundle' => [
  6830.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6831.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6832.                 ],
  6833.             ],
  6834.             'kernel.charset' => 'UTF-8',
  6835.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6836.             'container.dumper.inline_class_loader' => true,
  6837.             'container.dumper.inline_factories' => true,
  6838.             'event_dispatcher.event_aliases' => [
  6839.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6840.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6841.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6842.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6843.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6844.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6845.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6846.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6847.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6848.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6849.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6850.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6851.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6852.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6853.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6854.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6855.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6856.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6857.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6858.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6859.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6860.             ],
  6861.             'fragment.renderer.hinclude.global_template' => NULL,
  6862.             'fragment.path' => '/_fragment',
  6863.             'kernel.http_method_override' => true,
  6864.             'kernel.trusted_hosts' => [
  6865.             ],
  6866.             'kernel.default_locale' => 'en',
  6867.             'kernel.enabled_locales' => [
  6868.             ],
  6869.             'kernel.error_controller' => 'error_controller',
  6870.             'debug.file_link_format' => NULL,
  6871.             'asset.request_context.base_path' => NULL,
  6872.             'asset.request_context.secure' => NULL,
  6873.             'translator.logging' => false,
  6874.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6875.             'debug.error_handler.throw_at' => -1,
  6876.             'router.request_context.host' => 'localhost',
  6877.             'router.request_context.scheme' => 'http',
  6878.             'router.request_context.base_url' => '',
  6879.             'router.resource' => 'kernel::loadRoutes',
  6880.             'request_listener.http_port' => 80,
  6881.             'request_listener.https_port' => 443,
  6882.             'session.metadata.storage_key' => '_sf2_meta',
  6883.             'session.storage.options' => [
  6884.                 'cache_limiter' => '0',
  6885.                 'cookie_secure' => 'auto',
  6886.                 'cookie_httponly' => true,
  6887.                 'cookie_samesite' => 'lax',
  6888.                 'gc_probability' => 1,
  6889.             ],
  6890.             'session.metadata.update_threshold' => 0,
  6891.             'form.type_extension.csrf.enabled' => true,
  6892.             'form.type_extension.csrf.field_name' => '_token',
  6893.             'validator.translation_domain' => 'validators',
  6894.             'profiler_listener.only_exceptions' => false,
  6895.             'profiler_listener.only_main_requests' => false,
  6896.             'twig.form.resources' => [
  6897.                 => 'form_div_layout.html.twig',
  6898.             ],
  6899.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6900.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6901.             'web_profiler.debug_toolbar.mode' => 2,
  6902.             'monolog.use_microseconds' => true,
  6903.             'monolog.swift_mailer.handlers' => [
  6904.             ],
  6905.             'monolog.handlers_to_channels' => [
  6906.                 'monolog.handler.console' => [
  6907.                     'type' => 'exclusive',
  6908.                     'elements' => [
  6909.                         => 'event',
  6910.                         => 'doctrine',
  6911.                         => 'console',
  6912.                     ],
  6913.                 ],
  6914.                 'monolog.handler.main' => [
  6915.                     'type' => 'exclusive',
  6916.                     'elements' => [
  6917.                         => 'event',
  6918.                     ],
  6919.                 ],
  6920.             ],
  6921.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6922.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6923.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6924.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6925.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6926.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6927.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6928.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6929.             'doctrine.entity_managers' => [
  6930.                 'default' => 'doctrine.orm.default_entity_manager',
  6931.             ],
  6932.             'doctrine.default_entity_manager' => 'default',
  6933.             'doctrine.dbal.connection_factory.types' => [
  6934.             ],
  6935.             'doctrine.connections' => [
  6936.                 'default' => 'doctrine.dbal.default_connection',
  6937.             ],
  6938.             'doctrine.default_connection' => 'default',
  6939.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6940.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6941.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6942.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6943.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6944.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6945.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6946.             'doctrine.orm.cache.memcache_port' => 11211,
  6947.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6948.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6949.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6950.             'doctrine.orm.cache.memcached_port' => 11211,
  6951.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6952.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6953.             'doctrine.orm.cache.redis_host' => 'localhost',
  6954.             'doctrine.orm.cache.redis_port' => 6379,
  6955.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6956.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6957.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6958.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6959.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6960.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6961.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6962.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6963.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6964.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6965.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6966.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6967.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6968.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6969.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6970.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6971.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6972.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6973.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6974.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6975.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6976.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6977.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6978.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6979.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6980.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6981.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6982.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6983.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6984.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6985.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6986.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6987.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6988.             'doctrine.migrations.preferred_em' => NULL,
  6989.             'doctrine.migrations.preferred_connection' => NULL,
  6990.             'security.role_hierarchy.roles' => [
  6991.                 'ROLE_ADMIN' => [
  6992.                     => 'ROLE_USER',
  6993.                 ],
  6994.             ],
  6995.             'security.access.denied_url' => NULL,
  6996.             'security.authentication.manager.erase_credentials' => true,
  6997.             'security.authentication.session_strategy.strategy' => 'migrate',
  6998.             'security.access.always_authenticate_before_granting' => false,
  6999.             'security.authentication.hide_user_not_found' => true,
  7000.             'security.firewalls' => [
  7001.                 => 'dev',
  7002.                 => 'main',
  7003.             ],
  7004.             'security.main._indexed_authenticators' => [
  7005.             ],
  7006.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7007.             'data_collector.templates' => [
  7008.                 'data_collector.request' => [
  7009.                     => 'request',
  7010.                     => '@WebProfiler/Collector/request.html.twig',
  7011.                 ],
  7012.                 'data_collector.time' => [
  7013.                     => 'time',
  7014.                     => '@WebProfiler/Collector/time.html.twig',
  7015.                 ],
  7016.                 'data_collector.memory' => [
  7017.                     => 'memory',
  7018.                     => '@WebProfiler/Collector/memory.html.twig',
  7019.                 ],
  7020.                 'data_collector.validator' => [
  7021.                     => 'validator',
  7022.                     => '@WebProfiler/Collector/validator.html.twig',
  7023.                 ],
  7024.                 'data_collector.ajax' => [
  7025.                     => 'ajax',
  7026.                     => '@WebProfiler/Collector/ajax.html.twig',
  7027.                 ],
  7028.                 'data_collector.form' => [
  7029.                     => 'form',
  7030.                     => '@WebProfiler/Collector/form.html.twig',
  7031.                 ],
  7032.                 'data_collector.exception' => [
  7033.                     => 'exception',
  7034.                     => '@WebProfiler/Collector/exception.html.twig',
  7035.                 ],
  7036.                 'data_collector.logger' => [
  7037.                     => 'logger',
  7038.                     => '@WebProfiler/Collector/logger.html.twig',
  7039.                 ],
  7040.                 'data_collector.events' => [
  7041.                     => 'events',
  7042.                     => '@WebProfiler/Collector/events.html.twig',
  7043.                 ],
  7044.                 'data_collector.router' => [
  7045.                     => 'router',
  7046.                     => '@WebProfiler/Collector/router.html.twig',
  7047.                 ],
  7048.                 'data_collector.cache' => [
  7049.                     => 'cache',
  7050.                     => '@WebProfiler/Collector/cache.html.twig',
  7051.                 ],
  7052.                 'data_collector.translation' => [
  7053.                     => 'translation',
  7054.                     => '@WebProfiler/Collector/translation.html.twig',
  7055.                 ],
  7056.                 'data_collector.security' => [
  7057.                     => 'security',
  7058.                     => '@Security/Collector/security.html.twig',
  7059.                 ],
  7060.                 'data_collector.twig' => [
  7061.                     => 'twig',
  7062.                     => '@WebProfiler/Collector/twig.html.twig',
  7063.                 ],
  7064.                 'data_collector.http_client' => [
  7065.                     => 'http_client',
  7066.                     => '@WebProfiler/Collector/http_client.html.twig',
  7067.                 ],
  7068.                 'data_collector.doctrine' => [
  7069.                     => 'db',
  7070.                     => '@Doctrine/Collector/db.html.twig',
  7071.                 ],
  7072.                 'data_collector.dump' => [
  7073.                     => 'dump',
  7074.                     => '@Debug/Profiler/dump.html.twig',
  7075.                 ],
  7076.                 'mailer.data_collector' => [
  7077.                     => 'mailer',
  7078.                     => '@WebProfiler/Collector/mailer.html.twig',
  7079.                 ],
  7080.                 'notifier.data_collector' => [
  7081.                     => 'notifier',
  7082.                     => '@WebProfiler/Collector/notifier.html.twig',
  7083.                 ],
  7084.                 'data_collector.config' => [
  7085.                     => 'config',
  7086.                     => '@WebProfiler/Collector/config.html.twig',
  7087.                 ],
  7088.             ],
  7089.             'console.command.ids' => [
  7090.             ],
  7091.         ];
  7092.     }
  7093.     protected function throw($message)
  7094.     {
  7095.         throw new RuntimeException($message);
  7096.     }
  7097. }