var/cache/dev/ContainerMb1CPak/App_KernelDevDebugContainer.php line 6614

Open in your IDE?
  1. <?php
  2. namespace ContainerMb1CPak;
  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).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  114.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  130.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  137.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  172.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  185.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  186.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  221.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  227.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  228.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  232.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  233.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  234.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.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/Schema/SchemaManagerFactory.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  345.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  406.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  412.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  414.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  422.         };
  423.     }
  424.     public function compile(): void
  425.     {
  426.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  427.     }
  428.     public function isCompiled(): bool
  429.     {
  430.         return true;
  431.     }
  432.     public function getRemovedIds(): array
  433.     {
  434.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  435.     }
  436.     /**
  437.      * Gets the public '.container.private.cache_clearer' shared service.
  438.      *
  439.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  440.      */
  441.     protected function get_Container_Private_CacheClearerService()
  442.     {
  443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  445.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  446.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  447.         }, 1));
  448.     }
  449.     /**
  450.      * Gets the public '.container.private.filesystem' shared service.
  451.      *
  452.      * @return \Symfony\Component\Filesystem\Filesystem
  453.      */
  454.     protected function get_Container_Private_FilesystemService()
  455.     {
  456.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  457.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  458.     }
  459.     /**
  460.      * Gets the public '.container.private.form.factory' shared service.
  461.      *
  462.      * @return \Symfony\Component\Form\FormFactory
  463.      */
  464.     protected function get_Container_Private_Form_FactoryService()
  465.     {
  466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  468.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  469.     }
  470.     /**
  471.      * Gets the public '.container.private.form.type.file' shared service.
  472.      *
  473.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  474.      */
  475.     protected function get_Container_Private_Form_Type_FileService()
  476.     {
  477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  480.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  481.     }
  482.     /**
  483.      * Gets the public '.container.private.profiler' shared service.
  484.      *
  485.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  486.      */
  487.     protected function get_Container_Private_ProfilerService()
  488.     {
  489.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  490.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  491.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  492.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  493.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  494.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  495.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  496.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  497.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  498.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  499.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  500.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  501.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  502.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  503.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  504.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  505.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  506.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  507.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  508.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  509.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  510.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  511.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  512.         if ($this->has('kernel')) {
  513.             $f->setKernel($b);
  514.         }
  515.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  516.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  517.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  518.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  519.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  520.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  521.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  522.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  523.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  524.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  525.         $instance->add($d);
  526.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  527.         $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));
  528.         $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())));
  529.         $instance->add($e);
  530.         $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([])))));
  531.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  532.         $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()))));
  533.         $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()))));
  534.         $instance->add($f);
  535.         return $instance;
  536.     }
  537.     /**
  538.      * Gets the public '.container.private.security.authorization_checker' shared service.
  539.      *
  540.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  541.      */
  542.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  543.     {
  544.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  545.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  546.             return $this->services['.container.private.security.authorization_checker'];
  547.         }
  548.         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);
  549.     }
  550.     /**
  551.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  552.      *
  553.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  554.      */
  555.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  556.     {
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  561.         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())));
  562.     }
  563.     /**
  564.      * Gets the public '.container.private.security.password_encoder' shared service.
  565.      *
  566.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  567.      *
  568.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  569.      */
  570.     protected function get_Container_Private_Security_PasswordEncoderService()
  571.     {
  572.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  573.         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()));
  574.     }
  575.     /**
  576.      * Gets the public '.container.private.security.token_storage' shared service.
  577.      *
  578.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  579.      */
  580.     protected function get_Container_Private_Security_TokenStorageService()
  581.     {
  582.         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, [
  583.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  584.         ], [
  585.             'request_stack' => '?',
  586.         ]));
  587.     }
  588.     /**
  589.      * Gets the public '.container.private.serializer' shared service.
  590.      *
  591.      * @return \Symfony\Component\Serializer\Serializer
  592.      */
  593.     protected function get_Container_Private_SerializerService()
  594.     {
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  637.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  638.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  639.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  640.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  641.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  642.         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()]);
  643.     }
  644.     /**
  645.      * Gets the public '.container.private.session' shared service.
  646.      *
  647.      * @return \Symfony\Component\HttpFoundation\Session\Session
  648.      */
  649.     protected function get_Container_Private_SessionService()
  650.     {
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  653.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  654.         if (isset($this->services['.container.private.session'])) {
  655.             return $this->services['.container.private.session'];
  656.         }
  657.         return $this->services['.container.private.session'] = $a->createSession();
  658.     }
  659.     /**
  660.      * Gets the public '.container.private.twig' shared service.
  661.      *
  662.      * @return \Twig\Environment
  663.      */
  664.     protected function get_Container_Private_TwigService()
  665.     {
  666.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  667.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  668.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  669.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  672.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  673.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  674.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  677.         $a->addPath((\dirname(__DIR__4).'/templates'));
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  681.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  682.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  683.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  684.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  685.         $e = ($this->services['router'] ?? $this->getRouterService());
  686.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  687.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  688.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  689.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  690.         $i = new \Symfony\Bridge\Twig\AppVariable();
  691.         $i->setEnvironment('dev');
  692.         $i->setDebug(true);
  693.         if ($this->has('.container.private.security.token_storage')) {
  694.             $i->setTokenStorage($g);
  695.         }
  696.         if ($this->has('request_stack')) {
  697.             $i->setRequestStack($f);
  698.         }
  699.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  714.         $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())));
  715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  717.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  718.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  719.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  720.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  721.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  722.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  723.         ], [
  724.             'webpack_encore.entrypoint_lookup_collection' => '?',
  725.             'webpack_encore.tag_renderer' => '?',
  726.         ])));
  727.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  728.         $instance->addGlobal('app'$i);
  729.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  730.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  731.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  732.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  733.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  734.         ], [
  735.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  736.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  737.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  738.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  739.         ])));
  740.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  741.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  742.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  743.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  744.         return $instance;
  745.     }
  746.     /**
  747.      * Gets the public '.container.private.validator' shared service.
  748.      *
  749.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  750.      */
  751.     protected function get_Container_Private_ValidatorService()
  752.     {
  753.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  754.     }
  755.     /**
  756.      * Gets the public 'App\Controller\AdminCouponController' shared autowired service.
  757.      *
  758.      * @return \App\Controller\AdminCouponController
  759.      */
  760.     protected function getAdminCouponControllerService()
  761.     {
  762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  763.         include_once \dirname(__DIR__4).'/src/Controller/AdminCouponController.php';
  764.         include_once \dirname(__DIR__4).'/src/Services/ApiMiddleware.php';
  765.         include_once \dirname(__DIR__4).'/src/Services/ApiClickAndPrint.php';
  766.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  767.         $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()), $a), $a);
  768.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AdminCouponController'$this));
  769.         return $instance;
  770.     }
  771.     /**
  772.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  773.      *
  774.      * @return \App\Controller\SecurityController
  775.      */
  776.     protected function getSecurityControllerService()
  777.     {
  778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  779.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  780.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  781.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  782.         return $instance;
  783.     }
  784.     /**
  785.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  786.      *
  787.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  788.      */
  789.     protected function getProfilerControllerService()
  790.     {
  791.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  792.         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()));
  793.     }
  794.     /**
  795.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  796.      *
  797.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  798.      */
  799.     protected function getRedirectControllerService()
  800.     {
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  802.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  803.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  804.     }
  805.     /**
  806.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  807.      *
  808.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  809.      */
  810.     protected function getTemplateControllerService()
  811.     {
  812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  813.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  814.     }
  815.     /**
  816.      * Gets the public 'cache.app' shared service.
  817.      *
  818.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  819.      */
  820.     protected function getCache_AppService()
  821.     {
  822.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2MQoq8OZaf'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  823.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  824.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  825.     }
  826.     /**
  827.      * Gets the public 'cache.app_clearer' shared service.
  828.      *
  829.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  830.      */
  831.     protected function getCache_AppClearerService()
  832.     {
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  835.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  836.     }
  837.     /**
  838.      * Gets the public 'cache.global_clearer' shared service.
  839.      *
  840.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  841.      */
  842.     protected function getCache_GlobalClearerService()
  843.     {
  844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  846.         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())]);
  847.     }
  848.     /**
  849.      * Gets the public 'cache.system' shared service.
  850.      *
  851.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  852.      */
  853.     protected function getCache_SystemService()
  854.     {
  855.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5NCO58lVMr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  856.     }
  857.     /**
  858.      * Gets the public 'cache.system_clearer' shared service.
  859.      *
  860.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  861.      */
  862.     protected function getCache_SystemClearerService()
  863.     {
  864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  866.         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())]);
  867.     }
  868.     /**
  869.      * Gets the public 'cache.validator_expression_language' shared service.
  870.      *
  871.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  872.      */
  873.     protected function getCache_ValidatorExpressionLanguageService()
  874.     {
  875.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LgOKfEIUvJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  876.     }
  877.     /**
  878.      * Gets the public 'cache_warmer' shared service.
  879.      *
  880.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  881.      */
  882.     protected function getCacheWarmerService()
  883.     {
  884.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  885.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  886.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  887.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  888.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  889.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  890.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  891.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  892.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  893.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  894.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  895.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  896.             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'))));
  897.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  898.     }
  899.     /**
  900.      * Gets the public 'console.command_loader' shared service.
  901.      *
  902.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  903.      */
  904.     protected function getConsole_CommandLoaderService()
  905.     {
  906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  908.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  909.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  910.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  911.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  912.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  913.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  914.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  915.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  916.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  917.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  918.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  919.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  920.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  921.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  922.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  923.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  924.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  925.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  926.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  927.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  928.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  929.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  930.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  931.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  932.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  933.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  934.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  935.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  936.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  937.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  938.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  939.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  940.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  941.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  942.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  943.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  944.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  945.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  946.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  947.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  948.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  949.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  950.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  951.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  952.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  953.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  954.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  955.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  956.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  957.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  958.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  959.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  960.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  961.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  962.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  963.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  964.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  965.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  966.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  967.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  968.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  969.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  970.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  971.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  972.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  973.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  974.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  975.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  976.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  977.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  978.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  979.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  980.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  981.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  982.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  983.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  984.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  985.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  986.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  987.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  988.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  989.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  990.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  991.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  992.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  993.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  994.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  995.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  996.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  997.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  998.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  999.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1000.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1001.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1002.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1003.         ], [
  1004.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  1005.             'console.command.about' => '?',
  1006.             'console.command.assets_install' => '?',
  1007.             'console.command.cache_clear' => '?',
  1008.             'console.command.cache_pool_clear' => '?',
  1009.             'console.command.cache_pool_prune' => '?',
  1010.             'console.command.cache_pool_delete' => '?',
  1011.             'console.command.cache_pool_list' => '?',
  1012.             'console.command.cache_warmup' => '?',
  1013.             'console.command.config_debug' => '?',
  1014.             'console.command.config_dump_reference' => '?',
  1015.             'console.command.container_debug' => '?',
  1016.             'console.command.container_lint' => '?',
  1017.             'console.command.debug_autowiring' => '?',
  1018.             'console.command.dotenv_debug' => '?',
  1019.             'console.command.event_dispatcher_debug' => '?',
  1020.             'console.command.router_debug' => '?',
  1021.             'console.command.router_match' => '?',
  1022.             'console.command.translation_debug' => '?',
  1023.             'console.command.translation_extract' => '?',
  1024.             'console.command.validator_debug' => '?',
  1025.             'console.command.translation_pull' => '?',
  1026.             'console.command.translation_push' => '?',
  1027.             'console.command.xliff_lint' => '?',
  1028.             'console.command.yaml_lint' => '?',
  1029.             'console.command.form_debug' => '?',
  1030.             'console.command.secrets_set' => '?',
  1031.             'console.command.secrets_remove' => '?',
  1032.             'console.command.secrets_generate_key' => '?',
  1033.             'console.command.secrets_list' => '?',
  1034.             'console.command.secrets_decrypt_to_local' => '?',
  1035.             'console.command.secrets_encrypt_from_local' => '?',
  1036.             'twig.command.debug' => '?',
  1037.             'twig.command.lint' => '?',
  1038.             'var_dumper.command.server_dump' => '?',
  1039.             'monolog.command.server_log' => '?',
  1040.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1041.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1042.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1043.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1044.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1045.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1046.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1047.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1048.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1049.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1050.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1051.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1052.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1053.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1054.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1055.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1056.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1057.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1058.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1059.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1060.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1061.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1062.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1063.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1064.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1065.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1066.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1067.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1068.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1069.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1070.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1071.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1072.             'security.command.debug_firewall' => '?',
  1073.             'security.command.user_password_encoder' => '?',
  1074.             'security.command.user_password_hash' => '?',
  1075.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1076.             'maker.auto_command.make_auth' => '?',
  1077.             'maker.auto_command.make_command' => '?',
  1078.             'maker.auto_command.make_controller' => '?',
  1079.             'maker.auto_command.make_crud' => '?',
  1080.             'maker.auto_command.make_docker_database' => '?',
  1081.             'maker.auto_command.make_entity' => '?',
  1082.             'maker.auto_command.make_fixtures' => '?',
  1083.             'maker.auto_command.make_form' => '?',
  1084.             'maker.auto_command.make_message' => '?',
  1085.             'maker.auto_command.make_messenger_middleware' => '?',
  1086.             'maker.auto_command.make_registration_form' => '?',
  1087.             'maker.auto_command.make_reset_password' => '?',
  1088.             'maker.auto_command.make_serializer_encoder' => '?',
  1089.             'maker.auto_command.make_serializer_normalizer' => '?',
  1090.             'maker.auto_command.make_subscriber' => '?',
  1091.             'maker.auto_command.make_twig_extension' => '?',
  1092.             'maker.auto_command.make_test' => '?',
  1093.             'maker.auto_command.make_validator' => '?',
  1094.             'maker.auto_command.make_voter' => '?',
  1095.             'maker.auto_command.make_user' => '?',
  1096.             'maker.auto_command.make_migration' => '?',
  1097.             'maker.auto_command.make_stimulus_controller' => '?',
  1098.         ]), ['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']);
  1099.     }
  1100.     /**
  1101.      * Gets the public 'container.env_var_processors_locator' shared service.
  1102.      *
  1103.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1104.      */
  1105.     protected function getContainer_EnvVarProcessorsLocatorService()
  1106.     {
  1107.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1108.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1109.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1110.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1111.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1112.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1113.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1114.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1115.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1116.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1117.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1118.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1119.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1120.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1121.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1122.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1123.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1124.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1125.         ], [
  1126.             'base64' => '?',
  1127.             'bool' => '?',
  1128.             'const' => '?',
  1129.             'csv' => '?',
  1130.             'default' => '?',
  1131.             'file' => '?',
  1132.             'float' => '?',
  1133.             'int' => '?',
  1134.             'json' => '?',
  1135.             'key' => '?',
  1136.             'not' => '?',
  1137.             'query_string' => '?',
  1138.             'require' => '?',
  1139.             'resolve' => '?',
  1140.             'string' => '?',
  1141.             'trim' => '?',
  1142.             'url' => '?',
  1143.         ]);
  1144.     }
  1145.     /**
  1146.      * Gets the public 'data_collector.dump' shared service.
  1147.      *
  1148.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1149.      */
  1150.     protected function getDataCollector_DumpService()
  1151.     {
  1152.         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()));
  1153.     }
  1154.     /**
  1155.      * Gets the public 'doctrine' shared service.
  1156.      *
  1157.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1158.      */
  1159.     protected function getDoctrineService()
  1160.     {
  1161.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1162.     }
  1163.     /**
  1164.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1165.      *
  1166.      * @return \Doctrine\DBAL\Connection
  1167.      */
  1168.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1169.     {
  1170.         $a = new \Doctrine\DBAL\Configuration();
  1171.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1172.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1173.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1174.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1175.         $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))));
  1176.         $c->setConnectionName('default');
  1177.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1178.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1179.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1180.     }
  1181.     /**
  1182.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1183.      *
  1184.      * @return \Doctrine\ORM\EntityManager
  1185.      */
  1186.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1187.     {
  1188.         $a = new \Doctrine\ORM\Configuration();
  1189.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1190.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1191.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1192.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1193.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1194.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1195.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1196.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1197.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1198.         ], [
  1199.             'doctrine.ulid_generator' => '?',
  1200.             'doctrine.uuid_generator' => '?',
  1201.         ])));
  1202.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1203.         $a->setProxyNamespace('Proxies');
  1204.         $a->setAutoGenerateProxyClasses(true);
  1205.         $a->setSchemaIgnoreClasses([]);
  1206.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1207.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1208.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1209.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1210.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1211.         $a->setLazyGhostObjectEnabled(false);
  1212.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1213.             'App\\Repository\\ImpressionRepository' => ['privates''App\\Repository\\ImpressionRepository''getImpressionRepositoryService'false],
  1214.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1215.         ], [
  1216.             'App\\Repository\\ImpressionRepository' => '?',
  1217.             'App\\Repository\\UserRepository' => '?',
  1218.         ])));
  1219.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1220.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1221.         return $instance;
  1222.     }
  1223.     /**
  1224.      * Gets the public 'error_controller' shared service.
  1225.      *
  1226.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1227.      */
  1228.     protected function getErrorControllerService()
  1229.     {
  1230.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1235.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1236.         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)));
  1237.     }
  1238.     /**
  1239.      * Gets the public 'event_dispatcher' shared service.
  1240.      *
  1241.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1242.      */
  1243.     protected function getEventDispatcherService()
  1244.     {
  1245.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1246.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1247.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1248.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1249.         $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())));
  1250.         $instance->addListener('kernel.controller', [=> function () {
  1251.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1252.         }, => 'onKernelController'], 0);
  1253.         $instance->addListener('kernel.exception', [=> function () {
  1254.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1255.         }, => 'onKernelException'], 0);
  1256.         $instance->addListener('kernel.response', [=> function () {
  1257.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1258.         }, => 'onKernelResponse'], 0);
  1259.         $instance->addListener('kernel.response', [=> function () {
  1260.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1261.         }, => 'onKernelResponse'], -1024);
  1262.         $instance->addListener('kernel.request', [=> function () {
  1263.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1264.         }, => 'setDefaultLocale'], 100);
  1265.         $instance->addListener('kernel.request', [=> function () {
  1266.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1267.         }, => 'onKernelRequest'], 16);
  1268.         $instance->addListener('kernel.finish_request', [=> function () {
  1269.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1270.         }, => 'onKernelFinishRequest'], 0);
  1271.         $instance->addListener('kernel.request', [=> function () {
  1272.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1273.         }, => 'onKernelRequest'], 256);
  1274.         $instance->addListener('kernel.response', [=> function () {
  1275.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1276.         }, => 'onResponse'], -255);
  1277.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1278.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1279.         }, => 'onControllerArguments'], 0);
  1280.         $instance->addListener('kernel.exception', [=> function () {
  1281.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1282.         }, => 'logKernelException'], 0);
  1283.         $instance->addListener('kernel.exception', [=> function () {
  1284.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1285.         }, => 'onKernelException'], -128);
  1286.         $instance->addListener('kernel.response', [=> function () {
  1287.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1288.         }, => 'removeCspHeader'], -128);
  1289.         $instance->addListener('kernel.request', [=> function () {
  1290.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1291.         }, => 'onKernelRequest'], 15);
  1292.         $instance->addListener('kernel.finish_request', [=> function () {
  1293.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1294.         }, => 'onKernelFinishRequest'], -15);
  1295.         $instance->addListener('console.error', [=> function () {
  1296.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1297.         }, => 'onConsoleError'], -128);
  1298.         $instance->addListener('console.terminate', [=> function () {
  1299.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1300.         }, => 'onConsoleTerminate'], -128);
  1301.         $instance->addListener('console.error', [=> function () {
  1302.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1303.         }, => 'onConsoleError'], 0);
  1304.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1305.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1306.         }, => 'onMessage'], -255);
  1307.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1308.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1309.         }, => 'onMessage'], -255);
  1310.         $instance->addListener('kernel.request', [=> function () {
  1311.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1312.         }, => 'configure'], 2048);
  1313.         $instance->addListener('console.command', [=> function () {
  1314.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1315.         }, => 'configure'], 2048);
  1316.         $instance->addListener('kernel.request', [=> function () {
  1317.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1318.         }, => 'onKernelRequest'], 32);
  1319.         $instance->addListener('kernel.finish_request', [=> function () {
  1320.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1321.         }, => 'onKernelFinishRequest'], 0);
  1322.         $instance->addListener('kernel.exception', [=> function () {
  1323.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1324.         }, => 'onKernelException'], -64);
  1325.         $instance->addListener('kernel.response', [=> function () {
  1326.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1327.         }, => 'onKernelResponse'], 0);
  1328.         $instance->addListener('kernel.request', [=> function () {
  1329.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1330.         }, => 'onKernelRequest'], 128);
  1331.         $instance->addListener('kernel.response', [=> function () {
  1332.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1333.         }, => 'onKernelResponse'], -1000);
  1334.         $instance->addListener('kernel.finish_request', [=> function () {
  1335.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1336.         }, => 'onFinishRequest'], 0);
  1337.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1338.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1339.         }, => 'onNotification'], -255);
  1340.         $instance->addListener('kernel.response', [=> function () {
  1341.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1342.         }, => 'onKernelResponse'], -100);
  1343.         $instance->addListener('kernel.exception', [=> function () {
  1344.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1345.         }, => 'onKernelException'], 0);
  1346.         $instance->addListener('kernel.terminate', [=> function () {
  1347.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1348.         }, => 'onKernelTerminate'], -1024);
  1349.         $instance->addListener('kernel.controller', [=> function () {
  1350.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1351.         }, => 'onKernelController'], 0);
  1352.         $instance->addListener('kernel.response', [=> function () {
  1353.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1354.         }, => 'onKernelResponse'], 0);
  1355.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1356.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1357.         }, => 'onMessage'], 0);
  1358.         $instance->addListener('kernel.response', [=> function () {
  1359.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1360.         }, => 'onKernelResponse'], -128);
  1361.         $instance->addListener('console.command', [=> function () {
  1362.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1363.         }, => 'onCommand'], 255);
  1364.         $instance->addListener('console.terminate', [=> function () {
  1365.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1366.         }, => 'onTerminate'], -255);
  1367.         $instance->addListener('console.command', [=> function () {
  1368.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1369.         }, => 'configure'], 1024);
  1370.         $instance->addListener('kernel.response', [=> function () {
  1371.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1372.         }, => 'onKernelResponse'], 0);
  1373.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1374.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1375.         }, => 'onVoterVote'], 0);
  1376.         $instance->addListener('kernel.request', [=> function () {
  1377.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1378.         }, => 'configureLogoutUrlGenerator'], 8);
  1379.         $instance->addListener('kernel.request', [=> function () {
  1380.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1381.         }, => 'onKernelRequest'], 8);
  1382.         $instance->addListener('kernel.finish_request', [=> function () {
  1383.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1384.         }, => 'onKernelFinishRequest'], 0);
  1385.         $instance->addListener('console.error', [=> function () {
  1386.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1387.         }, => 'onConsoleError'], 0);
  1388.         $instance->addListener('console.terminate', [=> function () {
  1389.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1390.         }, => 'onConsoleTerminate'], 0);
  1391.         $instance->addListener('kernel.finish_request', [=> function () {
  1392.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1393.         }, => 'resetAssets'], 0);
  1394.         $instance->addListener('kernel.controller', [=> function () {
  1395.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1396.         }, => 'onKernelController'], 0);
  1397.         $instance->addListener('kernel.controller', [=> function () {
  1398.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1399.         }, => 'onKernelController'], 0);
  1400.         $instance->addListener('kernel.controller', [=> function () {
  1401.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1402.         }, => 'onKernelController'], -128);
  1403.         $instance->addListener('kernel.view', [=> function () {
  1404.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1405.         }, => 'onKernelView'], 0);
  1406.         $instance->addListener('kernel.controller', [=> function () {
  1407.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1408.         }, => 'onKernelController'], 0);
  1409.         $instance->addListener('kernel.response', [=> function () {
  1410.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1411.         }, => 'onKernelResponse'], 0);
  1412.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1413.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1414.         }, => 'onKernelControllerArguments'], 0);
  1415.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1416.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1417.         }, => 'onKernelControllerArguments'], 0);
  1418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1419.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1420.         }, => 'onLogout'], 0);
  1421.         return $instance;
  1422.     }
  1423.     /**
  1424.      * Gets the public 'http_kernel' shared service.
  1425.      *
  1426.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1427.      */
  1428.     protected function getHttpKernelService()
  1429.     {
  1430.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1431.         if (isset($this->services['http_kernel'])) {
  1432.             return $this->services['http_kernel'];
  1433.         }
  1434.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1435.         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 () {
  1436.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1437.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1438.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1439.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1440.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1441.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1442.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1443.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1444.         }, 8)), $b));
  1445.     }
  1446.     /**
  1447.      * Gets the public 'request_stack' shared service.
  1448.      *
  1449.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1450.      */
  1451.     protected function getRequestStackService()
  1452.     {
  1453.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1454.     }
  1455.     /**
  1456.      * Gets the public 'router' shared service.
  1457.      *
  1458.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1459.      */
  1460.     protected function getRouterService()
  1461.     {
  1462.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1463.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1464.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1465.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1466.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1467.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1468.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1469.         ], [
  1470.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1471.         ]))->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');
  1472.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1473.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1474.         return $instance;
  1475.     }
  1476.     /**
  1477.      * Gets the public 'routing.loader' shared service.
  1478.      *
  1479.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1480.      */
  1481.     protected function getRouting_LoaderService()
  1482.     {
  1483.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1497.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1501.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1507.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1508.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1509.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1510.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1511.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1512.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1513.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1514.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1515.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1516.             'kernel' => ['services''kernel''getKernelService'false],
  1517.         ], [
  1518.             'kernel' => 'App\\Kernel',
  1519.         ]), 'dev'));
  1520.         $a->addLoader($c);
  1521.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1522.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1523.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1524.     }
  1525.     /**
  1526.      * Gets the public 'services_resetter' shared service.
  1527.      *
  1528.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1529.      */
  1530.     protected function getServicesResetterService()
  1531.     {
  1532.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1533.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1534.             if (isset($this->services['cache.app'])) {
  1535.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1536.             }
  1537.             if (isset($this->services['cache.system'])) {
  1538.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1539.             }
  1540.             if (isset($this->privates['cache.validator'])) {
  1541.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1542.             }
  1543.             if (isset($this->privates['cache.serializer'])) {
  1544.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1545.             }
  1546.             if (isset($this->privates['cache.annotations'])) {
  1547.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1548.             }
  1549.             if (isset($this->privates['cache.property_info'])) {
  1550.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1551.             }
  1552.             if (isset($this->privates['.debug.http_client'])) {
  1553.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1554.             }
  1555.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1556.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1557.             }
  1558.             if (isset($this->privates['debug.stopwatch'])) {
  1559.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1560.             }
  1561.             if (isset($this->services['event_dispatcher'])) {
  1562.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1563.             }
  1564.             if (isset($this->privates['session_listener'])) {
  1565.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1566.             }
  1567.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1568.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1569.             }
  1570.             if (isset($this->services['cache.validator_expression_language'])) {
  1571.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1572.             }
  1573.             if (isset($this->services['.container.private.profiler'])) {
  1574.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1575.             }
  1576.             if (isset($this->services['.container.private.validator'])) {
  1577.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1578.             }
  1579.             if (isset($this->privates['twig.form.engine'])) {
  1580.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1581.             }
  1582.             if (isset($this->privates['monolog.handler.main'])) {
  1583.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1584.             }
  1585.             if (isset($this->privates['monolog.handler.console'])) {
  1586.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1587.             }
  1588.             if (isset($this->services['doctrine'])) {
  1589.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1590.             }
  1591.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  1592.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1593.             }
  1594.             if (isset($this->privates['form.type.entity'])) {
  1595.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1596.             }
  1597.             if (isset($this->services['.container.private.security.token_storage'])) {
  1598.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1599.             }
  1600.             if (isset($this->privates['cache.security_expression_language'])) {
  1601.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1602.             }
  1603.             if (isset($this->privates['debug.security.firewall'])) {
  1604.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1605.             }
  1606.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1607.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1608.             }
  1609.             if (isset($this->privates['cache.webpack_encore'])) {
  1610.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1611.             }
  1612.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1613.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1614.             }
  1615.             if (isset($this->privates['.debug.http_client'])) {
  1616.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1617.             }
  1618.         }, function () {
  1619.             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['doctrine.debug_data_holder'])) + (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['debug.security.firewall'])) + (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']));
  1620.         }), ['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'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1621.     }
  1622.     /**
  1623.      * Gets the public 'translator' shared service.
  1624.      *
  1625.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1626.      */
  1627.     protected function getTranslatorService()
  1628.     {
  1629.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1630.     }
  1631.     /**
  1632.      * Gets the public 'var_dumper.cloner' shared service.
  1633.      *
  1634.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1635.      */
  1636.     protected function getVarDumper_ClonerService()
  1637.     {
  1638.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1639.         $instance->setMaxItems(2500);
  1640.         $instance->setMinDepth(1);
  1641.         $instance->setMaxString(-1);
  1642.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1643.         return $instance;
  1644.     }
  1645.     /**
  1646.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1647.      *
  1648.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1649.      */
  1650.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1651.     {
  1652.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1653.         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()));
  1654.     }
  1655.     /**
  1656.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1657.      *
  1658.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1659.      */
  1660.     protected function getWebProfiler_Controller_ProfilerService()
  1661.     {
  1662.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1663.         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));
  1664.     }
  1665.     /**
  1666.      * Gets the public 'web_profiler.controller.router' shared service.
  1667.      *
  1668.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1669.      */
  1670.     protected function getWebProfiler_Controller_RouterService()
  1671.     {
  1672.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1673.         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 () {
  1674.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1675.         }, 1));
  1676.     }
  1677.     /**
  1678.      * Gets the private '.console.command.about.lazy' shared service.
  1679.      *
  1680.      * @return \Symfony\Component\Console\Command\LazyCommand
  1681.      */
  1682.     protected function get_Console_Command_About_LazyService()
  1683.     {
  1684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1686.         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 {
  1687.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1688.         });
  1689.     }
  1690.     /**
  1691.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1692.      *
  1693.      * @return \Symfony\Component\Console\Command\LazyCommand
  1694.      */
  1695.     protected function get_Console_Command_AssetsInstall_LazyService()
  1696.     {
  1697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1699.         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 {
  1700.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1701.         });
  1702.     }
  1703.     /**
  1704.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1705.      *
  1706.      * @return \Symfony\Component\Console\Command\LazyCommand
  1707.      */
  1708.     protected function get_Console_Command_CacheClear_LazyService()
  1709.     {
  1710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1712.         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 {
  1713.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1714.         });
  1715.     }
  1716.     /**
  1717.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1718.      *
  1719.      * @return \Symfony\Component\Console\Command\LazyCommand
  1720.      */
  1721.     protected function get_Console_Command_CachePoolClear_LazyService()
  1722.     {
  1723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1725.         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 {
  1726.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1727.         });
  1728.     }
  1729.     /**
  1730.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1731.      *
  1732.      * @return \Symfony\Component\Console\Command\LazyCommand
  1733.      */
  1734.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1735.     {
  1736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1738.         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 {
  1739.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1740.         });
  1741.     }
  1742.     /**
  1743.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1744.      *
  1745.      * @return \Symfony\Component\Console\Command\LazyCommand
  1746.      */
  1747.     protected function get_Console_Command_CachePoolList_LazyService()
  1748.     {
  1749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1751.         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 {
  1752.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1753.         });
  1754.     }
  1755.     /**
  1756.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\Console\Command\LazyCommand
  1759.      */
  1760.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1761.     {
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1764.         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 {
  1765.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1766.         });
  1767.     }
  1768.     /**
  1769.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1770.      *
  1771.      * @return \Symfony\Component\Console\Command\LazyCommand
  1772.      */
  1773.     protected function get_Console_Command_CacheWarmup_LazyService()
  1774.     {
  1775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1777.         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 {
  1778.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1779.         });
  1780.     }
  1781.     /**
  1782.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1783.      *
  1784.      * @return \Symfony\Component\Console\Command\LazyCommand
  1785.      */
  1786.     protected function get_Console_Command_ConfigDebug_LazyService()
  1787.     {
  1788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1790.         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 {
  1791.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1792.         });
  1793.     }
  1794.     /**
  1795.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1796.      *
  1797.      * @return \Symfony\Component\Console\Command\LazyCommand
  1798.      */
  1799.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1800.     {
  1801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1803.         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 {
  1804.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1805.         });
  1806.     }
  1807.     /**
  1808.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1809.      *
  1810.      * @return \Symfony\Component\Console\Command\LazyCommand
  1811.      */
  1812.     protected function get_Console_Command_ContainerDebug_LazyService()
  1813.     {
  1814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1816.         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 {
  1817.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1818.         });
  1819.     }
  1820.     /**
  1821.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1822.      *
  1823.      * @return \Symfony\Component\Console\Command\LazyCommand
  1824.      */
  1825.     protected function get_Console_Command_ContainerLint_LazyService()
  1826.     {
  1827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1829.         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 {
  1830.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1831.         });
  1832.     }
  1833.     /**
  1834.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1835.      *
  1836.      * @return \Symfony\Component\Console\Command\LazyCommand
  1837.      */
  1838.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1839.     {
  1840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1842.         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 {
  1843.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1844.         });
  1845.     }
  1846.     /**
  1847.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\Console\Command\LazyCommand
  1850.      */
  1851.     protected function get_Console_Command_DotenvDebug_LazyService()
  1852.     {
  1853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1855.         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 {
  1856.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1857.         });
  1858.     }
  1859.     /**
  1860.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1861.      *
  1862.      * @return \Symfony\Component\Console\Command\LazyCommand
  1863.      */
  1864.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1865.     {
  1866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1868.         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 {
  1869.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1870.         });
  1871.     }
  1872.     /**
  1873.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1874.      *
  1875.      * @return \Symfony\Component\Console\Command\LazyCommand
  1876.      */
  1877.     protected function get_Console_Command_FormDebug_LazyService()
  1878.     {
  1879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1881.         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 {
  1882.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1883.         });
  1884.     }
  1885.     /**
  1886.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\Console\Command\LazyCommand
  1889.      */
  1890.     protected function get_Console_Command_RouterDebug_LazyService()
  1891.     {
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1894.         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 {
  1895.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1896.         });
  1897.     }
  1898.     /**
  1899.      * Gets the private '.console.command.router_match.lazy' shared service.
  1900.      *
  1901.      * @return \Symfony\Component\Console\Command\LazyCommand
  1902.      */
  1903.     protected function get_Console_Command_RouterMatch_LazyService()
  1904.     {
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1907.         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 {
  1908.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  1909.         });
  1910.     }
  1911.     /**
  1912.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  1913.      *
  1914.      * @return \Symfony\Component\Console\Command\LazyCommand
  1915.      */
  1916.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1920.         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 {
  1921.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  1922.         });
  1923.     }
  1924.     /**
  1925.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\Console\Command\LazyCommand
  1928.      */
  1929.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  1930.     {
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1933.         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 {
  1934.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  1935.         });
  1936.     }
  1937.     /**
  1938.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  1939.      *
  1940.      * @return \Symfony\Component\Console\Command\LazyCommand
  1941.      */
  1942.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  1943.     {
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1946.         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 {
  1947.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  1948.         });
  1949.     }
  1950.     /**
  1951.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  1952.      *
  1953.      * @return \Symfony\Component\Console\Command\LazyCommand
  1954.      */
  1955.     protected function get_Console_Command_SecretsList_LazyService()
  1956.     {
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1959.         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 {
  1960.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  1961.         });
  1962.     }
  1963.     /**
  1964.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  1965.      *
  1966.      * @return \Symfony\Component\Console\Command\LazyCommand
  1967.      */
  1968.     protected function get_Console_Command_SecretsRemove_LazyService()
  1969.     {
  1970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1972.         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 {
  1973.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  1974.         });
  1975.     }
  1976.     /**
  1977.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  1978.      *
  1979.      * @return \Symfony\Component\Console\Command\LazyCommand
  1980.      */
  1981.     protected function get_Console_Command_SecretsSet_LazyService()
  1982.     {
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1985.         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 {
  1986.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  1987.         });
  1988.     }
  1989.     /**
  1990.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\Console\Command\LazyCommand
  1993.      */
  1994.     protected function get_Console_Command_TranslationDebug_LazyService()
  1995.     {
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1998.         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 {
  1999.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2000.         });
  2001.     }
  2002.     /**
  2003.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2004.      *
  2005.      * @return \Symfony\Component\Console\Command\LazyCommand
  2006.      */
  2007.     protected function get_Console_Command_TranslationExtract_LazyService()
  2008.     {
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2011.         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 {
  2012.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2013.         });
  2014.     }
  2015.     /**
  2016.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2017.      *
  2018.      * @return \Symfony\Component\Console\Command\LazyCommand
  2019.      */
  2020.     protected function get_Console_Command_TranslationPull_LazyService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2024.         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 {
  2025.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2026.         });
  2027.     }
  2028.     /**
  2029.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2030.      *
  2031.      * @return \Symfony\Component\Console\Command\LazyCommand
  2032.      */
  2033.     protected function get_Console_Command_TranslationPush_LazyService()
  2034.     {
  2035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2037.         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 {
  2038.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2039.         });
  2040.     }
  2041.     /**
  2042.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2043.      *
  2044.      * @return \Symfony\Component\Console\Command\LazyCommand
  2045.      */
  2046.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2047.     {
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2050.         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 {
  2051.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2052.         });
  2053.     }
  2054.     /**
  2055.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2056.      *
  2057.      * @return \Symfony\Component\Console\Command\LazyCommand
  2058.      */
  2059.     protected function get_Console_Command_XliffLint_LazyService()
  2060.     {
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2063.         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 {
  2064.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2065.         });
  2066.     }
  2067.     /**
  2068.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\Console\Command\LazyCommand
  2071.      */
  2072.     protected function get_Console_Command_YamlLint_LazyService()
  2073.     {
  2074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2076.         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 {
  2077.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2078.         });
  2079.     }
  2080.     /**
  2081.      * Gets the private '.debug.http_client' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2084.      */
  2085.     protected function get_Debug_HttpClientService()
  2086.     {
  2087.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2088.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2089.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2090.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2091.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2092.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2093.         $a->setLogger($b);
  2094.         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))));
  2095.     }
  2096.     /**
  2097.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2098.      *
  2099.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2100.      */
  2101.     protected function getLoaderInterfaceService()
  2102.     {
  2103.         $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".');
  2104.     }
  2105.     /**
  2106.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\Console\Command\LazyCommand
  2109.      */
  2110.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2111.     {
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2114.         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 {
  2115.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2116.         });
  2117.     }
  2118.     /**
  2119.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2120.      *
  2121.      * @return \Symfony\Component\Console\Command\LazyCommand
  2122.      */
  2123.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2124.     {
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2127.         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 {
  2128.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2129.         });
  2130.     }
  2131.     /**
  2132.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2133.      *
  2134.      * @return \Symfony\Component\Console\Command\LazyCommand
  2135.      */
  2136.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2137.     {
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2140.         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 {
  2141.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2142.         });
  2143.     }
  2144.     /**
  2145.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Console\Command\LazyCommand
  2148.      */
  2149.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2150.     {
  2151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2153.         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 {
  2154.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2155.         });
  2156.     }
  2157.     /**
  2158.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2159.      *
  2160.      * @return \Symfony\Component\Console\Command\LazyCommand
  2161.      */
  2162.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2163.     {
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2166.         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 {
  2167.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2168.         });
  2169.     }
  2170.     /**
  2171.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2172.      *
  2173.      * @return \Symfony\Component\Console\Command\LazyCommand
  2174.      */
  2175.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2176.     {
  2177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2179.         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 {
  2180.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2181.         });
  2182.     }
  2183.     /**
  2184.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2185.      *
  2186.      * @return \Symfony\Component\Console\Command\LazyCommand
  2187.      */
  2188.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2189.     {
  2190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2192.         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 {
  2193.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2194.         });
  2195.     }
  2196.     /**
  2197.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2198.      *
  2199.      * @return \Symfony\Component\Console\Command\LazyCommand
  2200.      */
  2201.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2202.     {
  2203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2205.         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 {
  2206.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2207.         });
  2208.     }
  2209.     /**
  2210.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2211.      *
  2212.      * @return \Symfony\Component\Console\Command\LazyCommand
  2213.      */
  2214.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2215.     {
  2216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2218.         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 {
  2219.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2220.         });
  2221.     }
  2222.     /**
  2223.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2224.      *
  2225.      * @return \Symfony\Component\Console\Command\LazyCommand
  2226.      */
  2227.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2228.     {
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2231.         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 {
  2232.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2233.         });
  2234.     }
  2235.     /**
  2236.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2237.      *
  2238.      * @return \Symfony\Component\Console\Command\LazyCommand
  2239.      */
  2240.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2244.         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 {
  2245.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2246.         });
  2247.     }
  2248.     /**
  2249.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\Console\Command\LazyCommand
  2252.      */
  2253.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2254.     {
  2255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2257.         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 {
  2258.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2259.         });
  2260.     }
  2261.     /**
  2262.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2263.      *
  2264.      * @return \Symfony\Component\Console\Command\LazyCommand
  2265.      */
  2266.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2267.     {
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2270.         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 {
  2271.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2272.         });
  2273.     }
  2274.     /**
  2275.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2276.      *
  2277.      * @return \Symfony\Component\Console\Command\LazyCommand
  2278.      */
  2279.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2283.         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 {
  2284.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2285.         });
  2286.     }
  2287.     /**
  2288.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2289.      *
  2290.      * @return \Symfony\Component\Console\Command\LazyCommand
  2291.      */
  2292.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2296.         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 {
  2297.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2298.         });
  2299.     }
  2300.     /**
  2301.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2302.      *
  2303.      * @return \Symfony\Component\Console\Command\LazyCommand
  2304.      */
  2305.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2306.     {
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2309.         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 {
  2310.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2311.         });
  2312.     }
  2313.     /**
  2314.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2315.      *
  2316.      * @return \Symfony\Component\Console\Command\LazyCommand
  2317.      */
  2318.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2319.     {
  2320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2322.         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 {
  2323.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2324.         });
  2325.     }
  2326.     /**
  2327.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\Console\Command\LazyCommand
  2330.      */
  2331.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2332.     {
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2335.         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 {
  2336.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2337.         });
  2338.     }
  2339.     /**
  2340.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\Console\Command\LazyCommand
  2343.      */
  2344.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2345.     {
  2346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2348.         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 {
  2349.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2350.         });
  2351.     }
  2352.     /**
  2353.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2354.      *
  2355.      * @return \Symfony\Component\Console\Command\LazyCommand
  2356.      */
  2357.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2358.     {
  2359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2361.         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 {
  2362.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2363.         });
  2364.     }
  2365.     /**
  2366.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Console\Command\LazyCommand
  2369.      */
  2370.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2371.     {
  2372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2374.         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 {
  2375.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2376.         });
  2377.     }
  2378.     /**
  2379.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\Console\Command\LazyCommand
  2382.      */
  2383.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2387.         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 {
  2388.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2389.         });
  2390.     }
  2391.     /**
  2392.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\Console\Command\LazyCommand
  2395.      */
  2396.     protected function get_Monolog_Command_ServerLog_LazyService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2400.         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 {
  2401.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2402.         });
  2403.     }
  2404.     /**
  2405.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2406.      *
  2407.      * @return \Symfony\Component\Console\Command\LazyCommand
  2408.      */
  2409.     protected function get_Security_Command_DebugFirewall_LazyService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2413.         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 {
  2414.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2415.         });
  2416.     }
  2417.     /**
  2418.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\Console\Command\LazyCommand
  2421.      */
  2422.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2423.     {
  2424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2426.         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 {
  2427.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2428.         });
  2429.     }
  2430.     /**
  2431.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2432.      *
  2433.      * @return \Symfony\Component\Console\Command\LazyCommand
  2434.      */
  2435.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2439.         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 {
  2440.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2441.         });
  2442.     }
  2443.     /**
  2444.      * Gets the private '.service_locator.4vZxmpg' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2447.      */
  2448.     protected function get_ServiceLocator_4vZxmpgService()
  2449.     {
  2450.         return $this->privates['.service_locator.4vZxmpg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2451.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2452.             'mailer' => ['privates''App\\Services\\APIMailer''getAPIMailerService'false],
  2453.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  2454.             'urlGenerator' => ['services''router''getRouterService'false],
  2455.         ], [
  2456.             'entityManager' => '?',
  2457.             'mailer' => 'App\\Services\\APIMailer',
  2458.             'parameterBag' => '?',
  2459.             'urlGenerator' => '?',
  2460.         ]);
  2461.     }
  2462.     /**
  2463.      * Gets the private '.service_locator.8IRUJ8y' shared service.
  2464.      *
  2465.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2466.      */
  2467.     protected function get_ServiceLocator_8IRUJ8yService()
  2468.     {
  2469.         return $this->privates['.service_locator.8IRUJ8y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2470.             'App\\Controller\\SecurityController::forgotPassword' => ['privates''.service_locator.4vZxmpg''get_ServiceLocator_4vZxmpgService'false],
  2471.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2472.             'App\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.rwbmSmX''get_ServiceLocator_RwbmSmXService'false],
  2473.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2474.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2475.             'App\\Controller\\SecurityController:forgotPassword' => ['privates''.service_locator.4vZxmpg''get_ServiceLocator_4vZxmpgService'false],
  2476.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2477.             'App\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.rwbmSmX''get_ServiceLocator_RwbmSmXService'false],
  2478.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2479.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2480.         ], [
  2481.             'App\\Controller\\SecurityController::forgotPassword' => '?',
  2482.             'App\\Controller\\SecurityController::login' => '?',
  2483.             'App\\Controller\\SecurityController::resetPassword' => '?',
  2484.             'kernel::loadRoutes' => '?',
  2485.             'kernel::registerContainerConfiguration' => '?',
  2486.             'App\\Controller\\SecurityController:forgotPassword' => '?',
  2487.             'App\\Controller\\SecurityController:login' => '?',
  2488.             'App\\Controller\\SecurityController:resetPassword' => '?',
  2489.             'kernel:loadRoutes' => '?',
  2490.             'kernel:registerContainerConfiguration' => '?',
  2491.         ]);
  2492.     }
  2493.     /**
  2494.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2495.      *
  2496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2497.      */
  2498.     protected function get_ServiceLocator_GNc8e5BService()
  2499.     {
  2500.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2501.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2502.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2503.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2504.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2505.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2506.             'router' => ['services''router''getRouterService'false],
  2507.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2508.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2509.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2510.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2511.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2512.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2513.         ], [
  2514.             'doctrine' => '?',
  2515.             'form.factory' => '?',
  2516.             'http_kernel' => '?',
  2517.             'parameter_bag' => '?',
  2518.             'request_stack' => '?',
  2519.             'router' => '?',
  2520.             'security.authorization_checker' => '?',
  2521.             'security.csrf.token_manager' => '?',
  2522.             'security.token_storage' => '?',
  2523.             'serializer' => '?',
  2524.             'session' => '.session.deprecated',
  2525.             'twig' => '?',
  2526.         ]);
  2527.     }
  2528.     /**
  2529.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2532.      */
  2533.     protected function get_ServiceLocator_KfbR3DYService()
  2534.     {
  2535.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2536.             '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".'],
  2537.         ], [
  2538.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2539.         ]);
  2540.     }
  2541.     /**
  2542.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  2543.      *
  2544.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2545.      */
  2546.     protected function get_ServiceLocator_UDgw6OlService()
  2547.     {
  2548.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2549.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2550.         ], [
  2551.             'authenticationUtils' => '?',
  2552.         ]);
  2553.     }
  2554.     /**
  2555.      * Gets the private '.service_locator.jlyTfzM' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2558.      */
  2559.     protected function get_ServiceLocator_JlyTfzMService()
  2560.     {
  2561.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2562.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2563.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2564.         ], [
  2565.             'event_dispatcher' => '?',
  2566.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2567.         ]);
  2568.     }
  2569.     /**
  2570.      * Gets the private '.service_locator.rwbmSmX' shared service.
  2571.      *
  2572.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2573.      */
  2574.     protected function get_ServiceLocator_RwbmSmXService()
  2575.     {
  2576.         return $this->privates['.service_locator.rwbmSmX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2577.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2578.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  2579.         ], [
  2580.             'entityManager' => '?',
  2581.             'passwordEncoder' => '?',
  2582.         ]);
  2583.     }
  2584.     /**
  2585.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2586.      *
  2587.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2588.      */
  2589.     protected function get_ServiceLocator_ZJyh7qSService()
  2590.     {
  2591.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2592.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2593.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2594.         ], [
  2595.             'security.firewall.map.context.dev' => '?',
  2596.             'security.firewall.map.context.main' => '?',
  2597.         ]);
  2598.     }
  2599.     /**
  2600.      * Gets the private '.session.deprecated' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2603.      */
  2604.     protected function get_Session_DeprecatedService()
  2605.     {
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2608.         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();
  2609.     }
  2610.     /**
  2611.      * Gets the private '.twig.command.debug.lazy' shared service.
  2612.      *
  2613.      * @return \Symfony\Component\Console\Command\LazyCommand
  2614.      */
  2615.     protected function get_Twig_Command_Debug_LazyService()
  2616.     {
  2617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2619.         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 {
  2620.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2621.         });
  2622.     }
  2623.     /**
  2624.      * Gets the private '.twig.command.lint.lazy' shared service.
  2625.      *
  2626.      * @return \Symfony\Component\Console\Command\LazyCommand
  2627.      */
  2628.     protected function get_Twig_Command_Lint_LazyService()
  2629.     {
  2630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2632.         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 {
  2633.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2634.         });
  2635.     }
  2636.     /**
  2637.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2638.      *
  2639.      * @return \Symfony\Component\Console\Command\LazyCommand
  2640.      */
  2641.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2642.     {
  2643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2645.         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 {
  2646.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2647.         });
  2648.     }
  2649.     /**
  2650.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  2651.      *
  2652.      * @return \App\Command\CreateUserCommand
  2653.      */
  2654.     protected function getCreateUserCommandService()
  2655.     {
  2656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2657.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  2658.         $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()));
  2659.         $instance->setName('app:create-user');
  2660.         return $instance;
  2661.     }
  2662.     /**
  2663.      * Gets the private 'App\Form\ImpressionType' shared autowired service.
  2664.      *
  2665.      * @return \App\Form\ImpressionType
  2666.      */
  2667.     protected function getImpressionTypeService()
  2668.     {
  2669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2670.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2671.         include_once \dirname(__DIR__4).'/src/Form/ImpressionType.php';
  2672.         return $this->privates['App\\Form\\ImpressionType'] = new \App\Form\ImpressionType();
  2673.     }
  2674.     /**
  2675.      * Gets the private 'App\Form\ResetPasswordType' shared autowired service.
  2676.      *
  2677.      * @return \App\Form\ResetPasswordType
  2678.      */
  2679.     protected function getResetPasswordTypeService()
  2680.     {
  2681.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2682.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2683.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordType.php';
  2684.         return $this->privates['App\\Form\\ResetPasswordType'] = new \App\Form\ResetPasswordType();
  2685.     }
  2686.     /**
  2687.      * Gets the private 'App\Repository\ImpressionRepository' shared autowired service.
  2688.      *
  2689.      * @return \App\Repository\ImpressionRepository
  2690.      */
  2691.     protected function getImpressionRepositoryService()
  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/src/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/LazyServiceEntityRepository.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2699.         include_once \dirname(__DIR__4).'/src/Repository/ImpressionRepository.php';
  2700.         return $this->privates['App\\Repository\\ImpressionRepository'] = new \App\Repository\ImpressionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2701.     }
  2702.     /**
  2703.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2704.      *
  2705.      * @return \App\Repository\UserRepository
  2706.      */
  2707.     protected function getUserRepositoryService()
  2708.     {
  2709.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2715.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2716.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2717.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2718.     }
  2719.     /**
  2720.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2721.      *
  2722.      * @return \App\Security\LoginFormAuthenticator
  2723.      */
  2724.     protected function getLoginFormAuthenticatorService()
  2725.     {
  2726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2732.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2733.         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()));
  2734.     }
  2735.     /**
  2736.      * Gets the private 'App\Services\APIMailer' shared autowired service.
  2737.      *
  2738.      * @return \App\Services\APIMailer
  2739.      */
  2740.     protected function getAPIMailerService()
  2741.     {
  2742.         include_once \dirname(__DIR__4).'/src/Services/APIMailer.php';
  2743.         return $this->privates['App\\Services\\APIMailer'] = new \App\Services\APIMailer(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2747.      *
  2748.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2749.      */
  2750.     protected function getManagerRegistryAwareConnectionProviderService()
  2751.     {
  2752.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2754.         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'));
  2755.     }
  2756.     /**
  2757.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2758.      *
  2759.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2760.      */
  2761.     protected function getRunSqlCommandService()
  2762.     {
  2763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2764.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2766.         $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()));
  2767.         $instance->setName('dbal:run-sql');
  2768.         return $instance;
  2769.     }
  2770.     /**
  2771.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2772.      *
  2773.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2774.      */
  2775.     protected function getResetAssetsEventListenerService()
  2776.     {
  2777.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2778.     }
  2779.     /**
  2780.      * Gets the private 'annotations.cache_adapter' shared service.
  2781.      *
  2782.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2783.      */
  2784.     protected function getAnnotations_CacheAdapterService()
  2785.     {
  2786.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2787.     }
  2788.     /**
  2789.      * Gets the private 'annotations.cache_warmer' shared service.
  2790.      *
  2791.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2792.      */
  2793.     protected function getAnnotations_CacheWarmerService()
  2794.     {
  2795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2798.         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);
  2799.     }
  2800.     /**
  2801.      * Gets the private 'annotations.cached_reader' shared service.
  2802.      *
  2803.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2804.      */
  2805.     protected function getAnnotations_CachedReaderService()
  2806.     {
  2807.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2808.     }
  2809.     /**
  2810.      * Gets the private 'annotations.reader' shared service.
  2811.      *
  2812.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2813.      */
  2814.     protected function getAnnotations_ReaderService()
  2815.     {
  2816.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2817.         $instance->addGlobalIgnoredName('required'NULL);
  2818.         return $instance;
  2819.     }
  2820.     /**
  2821.      * Gets the private 'assets.packages' shared service.
  2822.      *
  2823.      * @return \Symfony\Component\Asset\Packages
  2824.      */
  2825.     protected function getAssets_PackagesService()
  2826.     {
  2827.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2828.         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 () {
  2829.             return new \EmptyIterator();
  2830.         }, 0));
  2831.     }
  2832.     /**
  2833.      * Gets the private 'cache.annotations' shared service.
  2834.      *
  2835.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2836.      */
  2837.     protected function getCache_AnnotationsService()
  2838.     {
  2839.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('COBad1l7DB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2840.     }
  2841.     /**
  2842.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2843.      *
  2844.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2845.      */
  2846.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2847.     {
  2848.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2849.     }
  2850.     /**
  2851.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2852.      *
  2853.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2854.      */
  2855.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2856.     {
  2857.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2858.     }
  2859.     /**
  2860.      * Gets the private 'cache.property_info' shared service.
  2861.      *
  2862.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2863.      */
  2864.     protected function getCache_PropertyInfoService()
  2865.     {
  2866.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5TNkKC8LHj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2867.     }
  2868.     /**
  2869.      * Gets the private 'cache.security_expression_language' shared service.
  2870.      *
  2871.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2872.      */
  2873.     protected function getCache_SecurityExpressionLanguageService()
  2874.     {
  2875.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AaC9BL0AiS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2876.     }
  2877.     /**
  2878.      * Gets the private 'cache.serializer' shared service.
  2879.      *
  2880.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2881.      */
  2882.     protected function getCache_SerializerService()
  2883.     {
  2884.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yFG8ECINB-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2885.     }
  2886.     /**
  2887.      * Gets the private 'cache.validator' shared service.
  2888.      *
  2889.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2890.      */
  2891.     protected function getCache_ValidatorService()
  2892.     {
  2893.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0YcZZkw1lj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2894.     }
  2895.     /**
  2896.      * Gets the private 'cache.webpack_encore' shared service.
  2897.      *
  2898.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2899.      */
  2900.     protected function getCache_WebpackEncoreService()
  2901.     {
  2902.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k+JCfBsjpj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2903.     }
  2904.     /**
  2905.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  2906.      *
  2907.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  2908.      */
  2909.     protected function getCachePoolClearer_CacheWarmerService()
  2910.     {
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  2913.         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']);
  2914.     }
  2915.     /**
  2916.      * Gets the private 'config_builder.warmer' shared service.
  2917.      *
  2918.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  2919.      */
  2920.     protected function getConfigBuilder_WarmerService()
  2921.     {
  2922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  2924.         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()));
  2925.     }
  2926.     /**
  2927.      * Gets the private 'config_cache_factory' shared service.
  2928.      *
  2929.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2930.      */
  2931.     protected function getConfigCacheFactoryService()
  2932.     {
  2933.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2934.             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)));
  2935.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2936.         }, 2));
  2937.     }
  2938.     /**
  2939.      * Gets the private 'console.command.about' shared service.
  2940.      *
  2941.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2942.      */
  2943.     protected function getConsole_Command_AboutService()
  2944.     {
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2947.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2948.         $instance->setName('about');
  2949.         $instance->setDescription('Display information about the current project');
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the private 'console.command.assets_install' shared service.
  2954.      *
  2955.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2956.      */
  2957.     protected function getConsole_Command_AssetsInstallService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2962.         $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));
  2963.         $instance->setName('assets:install');
  2964.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  2965.         return $instance;
  2966.     }
  2967.     /**
  2968.      * Gets the private 'console.command.cache_clear' shared service.
  2969.      *
  2970.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2971.      */
  2972.     protected function getConsole_Command_CacheClearService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2977.         $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())));
  2978.         $instance->setName('cache:clear');
  2979.         $instance->setDescription('Clear the cache');
  2980.         return $instance;
  2981.     }
  2982.     /**
  2983.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2984.      *
  2985.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2986.      */
  2987.     protected function getConsole_Command_CachePoolClearService()
  2988.     {
  2989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2991.         $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']);
  2992.         $instance->setName('cache:pool:clear');
  2993.         $instance->setDescription('Clear cache pools');
  2994.         return $instance;
  2995.     }
  2996.     /**
  2997.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2998.      *
  2999.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3000.      */
  3001.     protected function getConsole_Command_CachePoolDeleteService()
  3002.     {
  3003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3005.         $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']);
  3006.         $instance->setName('cache:pool:delete');
  3007.         $instance->setDescription('Delete an item from a cache pool');
  3008.         return $instance;
  3009.     }
  3010.     /**
  3011.      * Gets the private 'console.command.cache_pool_list' shared service.
  3012.      *
  3013.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3014.      */
  3015.     protected function getConsole_Command_CachePoolListService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3019.         $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']);
  3020.         $instance->setName('cache:pool:list');
  3021.         $instance->setDescription('List available cache pools');
  3022.         return $instance;
  3023.     }
  3024.     /**
  3025.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3026.      *
  3027.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3028.      */
  3029.     protected function getConsole_Command_CachePoolPruneService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3033.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3034.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3035.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3036.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3037.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3038.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3039.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3040.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3041.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3042.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3043.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3044.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3045.         }, 11));
  3046.         $instance->setName('cache:pool:prune');
  3047.         $instance->setDescription('Prune cache pools');
  3048.         return $instance;
  3049.     }
  3050.     /**
  3051.      * Gets the private 'console.command.cache_warmup' shared service.
  3052.      *
  3053.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3054.      */
  3055.     protected function getConsole_Command_CacheWarmupService()
  3056.     {
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3059.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3060.         $instance->setName('cache:warmup');
  3061.         $instance->setDescription('Warm up an empty cache');
  3062.         return $instance;
  3063.     }
  3064.     /**
  3065.      * Gets the private 'console.command.config_debug' shared service.
  3066.      *
  3067.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3068.      */
  3069.     protected function getConsole_Command_ConfigDebugService()
  3070.     {
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3076.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3077.         $instance->setName('debug:config');
  3078.         $instance->setDescription('Dump the current configuration for an extension');
  3079.         return $instance;
  3080.     }
  3081.     /**
  3082.      * Gets the private 'console.command.config_dump_reference' shared service.
  3083.      *
  3084.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3085.      */
  3086.     protected function getConsole_Command_ConfigDumpReferenceService()
  3087.     {
  3088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3093.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3094.         $instance->setName('config:dump-reference');
  3095.         $instance->setDescription('Dump the default configuration for an extension');
  3096.         return $instance;
  3097.     }
  3098.     /**
  3099.      * Gets the private 'console.command.container_debug' shared service.
  3100.      *
  3101.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3102.      */
  3103.     protected function getConsole_Command_ContainerDebugService()
  3104.     {
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3108.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3109.         $instance->setName('debug:container');
  3110.         $instance->setDescription('Display current services for an application');
  3111.         return $instance;
  3112.     }
  3113.     /**
  3114.      * Gets the private 'console.command.container_lint' shared service.
  3115.      *
  3116.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3117.      */
  3118.     protected function getConsole_Command_ContainerLintService()
  3119.     {
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3122.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3123.         $instance->setName('lint:container');
  3124.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3125.         return $instance;
  3126.     }
  3127.     /**
  3128.      * Gets the private 'console.command.debug_autowiring' shared service.
  3129.      *
  3130.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3131.      */
  3132.     protected function getConsole_Command_DebugAutowiringService()
  3133.     {
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3138.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3139.         $instance->setName('debug:autowiring');
  3140.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3141.         return $instance;
  3142.     }
  3143.     /**
  3144.      * Gets the private 'console.command.dotenv_debug' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3147.      */
  3148.     protected function getConsole_Command_DotenvDebugService()
  3149.     {
  3150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3152.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  3153.         $instance->setName('debug:dotenv');
  3154.         $instance->setDescription('Lists all dotenv files with variables and values');
  3155.         return $instance;
  3156.     }
  3157.     /**
  3158.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3159.      *
  3160.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3161.      */
  3162.     protected function getConsole_Command_EventDispatcherDebugService()
  3163.     {
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3166.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  3167.         $instance->setName('debug:event-dispatcher');
  3168.         $instance->setDescription('Display configured listeners for an application');
  3169.         return $instance;
  3170.     }
  3171.     /**
  3172.      * Gets the private 'console.command.form_debug' shared service.
  3173.      *
  3174.      * @return \Symfony\Component\Form\Command\DebugCommand
  3175.      */
  3176.     protected function getConsole_Command_FormDebugService()
  3177.     {
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3180.         $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'=> 'App\\Form\\ResetPasswordType'=> '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()));
  3181.         $instance->setName('debug:form');
  3182.         $instance->setDescription('Display form type information');
  3183.         return $instance;
  3184.     }
  3185.     /**
  3186.      * Gets the private 'console.command.router_debug' shared service.
  3187.      *
  3188.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3189.      */
  3190.     protected function getConsole_Command_RouterDebugService()
  3191.     {
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3195.         $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()));
  3196.         $instance->setName('debug:router');
  3197.         $instance->setDescription('Display current routes for an application');
  3198.         return $instance;
  3199.     }
  3200.     /**
  3201.      * Gets the private 'console.command.router_match' shared service.
  3202.      *
  3203.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3204.      */
  3205.     protected function getConsole_Command_RouterMatchService()
  3206.     {
  3207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3209.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3210.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3211.         }, 1));
  3212.         $instance->setName('router:match');
  3213.         $instance->setDescription('Help debug routes by simulating a path info match');
  3214.         return $instance;
  3215.     }
  3216.     /**
  3217.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3218.      *
  3219.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3220.      */
  3221.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3227.         $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')))));
  3228.         $instance->setName('secrets:decrypt-to-local');
  3229.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3230.         return $instance;
  3231.     }
  3232.     /**
  3233.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3234.      *
  3235.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3236.      */
  3237.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3238.     {
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3243.         $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')))));
  3244.         $instance->setName('secrets:encrypt-from-local');
  3245.         $instance->setDescription('Encrypt all local secrets to the vault');
  3246.         return $instance;
  3247.     }
  3248.     /**
  3249.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3250.      *
  3251.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3252.      */
  3253.     protected function getConsole_Command_SecretsGenerateKeyService()
  3254.     {
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3259.         $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')))));
  3260.         $instance->setName('secrets:generate-keys');
  3261.         $instance->setDescription('Generate new encryption keys');
  3262.         return $instance;
  3263.     }
  3264.     /**
  3265.      * Gets the private 'console.command.secrets_list' shared service.
  3266.      *
  3267.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3268.      */
  3269.     protected function getConsole_Command_SecretsListService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3275.         $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')))));
  3276.         $instance->setName('secrets:list');
  3277.         $instance->setDescription('List all secrets');
  3278.         return $instance;
  3279.     }
  3280.     /**
  3281.      * Gets the private 'console.command.secrets_remove' shared service.
  3282.      *
  3283.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3284.      */
  3285.     protected function getConsole_Command_SecretsRemoveService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3291.         $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')))));
  3292.         $instance->setName('secrets:remove');
  3293.         $instance->setDescription('Remove a secret from the vault');
  3294.         return $instance;
  3295.     }
  3296.     /**
  3297.      * Gets the private 'console.command.secrets_set' shared service.
  3298.      *
  3299.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3300.      */
  3301.     protected function getConsole_Command_SecretsSetService()
  3302.     {
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3305.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3307.         $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')))));
  3308.         $instance->setName('secrets:set');
  3309.         $instance->setDescription('Set a secret in the vault');
  3310.         return $instance;
  3311.     }
  3312.     /**
  3313.      * Gets the private 'console.command.translation_debug' shared service.
  3314.      *
  3315.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3316.      */
  3317.     protected function getConsole_Command_TranslationDebugService()
  3318.     {
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3321.         $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')], []);
  3322.         $instance->setName('debug:translation');
  3323.         $instance->setDescription('Display translation messages information');
  3324.         return $instance;
  3325.     }
  3326.     /**
  3327.      * Gets the private 'console.command.translation_extract' shared service.
  3328.      *
  3329.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3330.      */
  3331.     protected function getConsole_Command_TranslationExtractService()
  3332.     {
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3335.         $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')], []);
  3336.         $instance->setName('translation:extract');
  3337.         $instance->setAliases([=> 'translation:update']);
  3338.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3339.         return $instance;
  3340.     }
  3341.     /**
  3342.      * Gets the private 'console.command.translation_pull' shared service.
  3343.      *
  3344.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3345.      */
  3346.     protected function getConsole_Command_TranslationPullService()
  3347.     {
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3351.         $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', [], []);
  3352.         $instance->setName('translation:pull');
  3353.         $instance->setDescription('Pull translations from a given provider.');
  3354.         return $instance;
  3355.     }
  3356.     /**
  3357.      * Gets the private 'console.command.translation_push' shared service.
  3358.      *
  3359.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3360.      */
  3361.     protected function getConsole_Command_TranslationPushService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3366.         $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()), [], []);
  3367.         $instance->setName('translation:push');
  3368.         $instance->setDescription('Push translations to a given provider.');
  3369.         return $instance;
  3370.     }
  3371.     /**
  3372.      * Gets the private 'console.command.validator_debug' shared service.
  3373.      *
  3374.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3375.      */
  3376.     protected function getConsole_Command_ValidatorDebugService()
  3377.     {
  3378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3380.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3381.         $instance->setName('debug:validator');
  3382.         $instance->setDescription('Display validation constraints for classes');
  3383.         return $instance;
  3384.     }
  3385.     /**
  3386.      * Gets the private 'console.command.xliff_lint' shared service.
  3387.      *
  3388.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3389.      */
  3390.     protected function getConsole_Command_XliffLintService()
  3391.     {
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3394.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3395.         $instance->setName('lint:xliff');
  3396.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3397.         return $instance;
  3398.     }
  3399.     /**
  3400.      * Gets the private 'console.command.yaml_lint' shared service.
  3401.      *
  3402.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3403.      */
  3404.     protected function getConsole_Command_YamlLintService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3409.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3410.         $instance->setName('lint:yaml');
  3411.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3412.         return $instance;
  3413.     }
  3414.     /**
  3415.      * Gets the private 'console.error_listener' shared service.
  3416.      *
  3417.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3418.      */
  3419.     protected function getConsole_ErrorListenerService()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3422.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3423.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3424.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3425.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3426.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3427.     }
  3428.     /**
  3429.      * Gets the private 'container.env_var_processor' shared service.
  3430.      *
  3431.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3432.      */
  3433.     protected function getContainer_EnvVarProcessorService()
  3434.     {
  3435.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3437.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3438.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3439.         }, 1));
  3440.     }
  3441.     /**
  3442.      * Gets the private 'container.getenv' shared service.
  3443.      *
  3444.      * @return \Closure
  3445.      */
  3446.     protected function getContainer_GetenvService()
  3447.     {
  3448.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3449.     }
  3450.     /**
  3451.      * Gets the private 'data_collector.form' shared service.
  3452.      *
  3453.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3454.      */
  3455.     protected function getDataCollector_FormService()
  3456.     {
  3457.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3458.     }
  3459.     /**
  3460.      * Gets the private 'data_collector.request' shared service.
  3461.      *
  3462.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3463.      */
  3464.     protected function getDataCollector_RequestService()
  3465.     {
  3466.         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())));
  3467.     }
  3468.     /**
  3469.      * Gets the private 'data_collector.request.session_collector' shared service.
  3470.      *
  3471.      * @return \Closure
  3472.      */
  3473.     protected function getDataCollector_Request_SessionCollectorService()
  3474.     {
  3475.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3476.     }
  3477.     /**
  3478.      * Gets the private 'debug.argument_resolver.default' shared service.
  3479.      *
  3480.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3481.      */
  3482.     protected function getDebug_ArgumentResolver_DefaultService()
  3483.     {
  3484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3485.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3487.         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))));
  3488.     }
  3489.     /**
  3490.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3491.      *
  3492.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3493.      */
  3494.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3495.     {
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3499.         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.8IRUJ8y'] ?? $this->get_ServiceLocator_8IRUJ8yService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3500.     }
  3501.     /**
  3502.      * Gets the private 'debug.argument_resolver.request' shared service.
  3503.      *
  3504.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3505.      */
  3506.     protected function getDebug_ArgumentResolver_RequestService()
  3507.     {
  3508.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3511.         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))));
  3512.     }
  3513.     /**
  3514.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3515.      *
  3516.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3517.      */
  3518.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3519.     {
  3520.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3523.         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))));
  3524.     }
  3525.     /**
  3526.      * Gets the private 'debug.argument_resolver.service' shared service.
  3527.      *
  3528.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3529.      */
  3530.     protected function getDebug_ArgumentResolver_ServiceService()
  3531.     {
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3533.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3535.         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.8IRUJ8y'] ?? $this->get_ServiceLocator_8IRUJ8yService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3536.     }
  3537.     /**
  3538.      * Gets the private 'debug.argument_resolver.session' shared service.
  3539.      *
  3540.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3541.      */
  3542.     protected function getDebug_ArgumentResolver_SessionService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3546.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3547.         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))));
  3548.     }
  3549.     /**
  3550.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3551.      *
  3552.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3553.      */
  3554.     protected function getDebug_ArgumentResolver_VariadicService()
  3555.     {
  3556.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3559.         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))));
  3560.     }
  3561.     /**
  3562.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3563.      *
  3564.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3565.      */
  3566.     protected function getDebug_DebugHandlersListenerService()
  3567.     {
  3568.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3569.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3570.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3571.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3572.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3573.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3574.     }
  3575.     /**
  3576.      * Gets the private 'debug.dump_listener' shared service.
  3577.      *
  3578.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3579.      */
  3580.     protected function getDebug_DumpListenerService()
  3581.     {
  3582.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3584.         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()));
  3585.     }
  3586.     /**
  3587.      * Gets the private 'debug.file_link_formatter' shared service.
  3588.      *
  3589.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3590.      */
  3591.     protected function getDebug_FileLinkFormatterService()
  3592.     {
  3593.         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 () {
  3594.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3595.         });
  3596.     }
  3597.     /**
  3598.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3599.      *
  3600.      * @return \string
  3601.      */
  3602.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3603.     {
  3604.         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');
  3605.     }
  3606.     /**
  3607.      * Gets the private 'debug.log_processor' shared service.
  3608.      *
  3609.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3610.      */
  3611.     protected function getDebug_LogProcessorService()
  3612.     {
  3613.         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())));
  3614.     }
  3615.     /**
  3616.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3617.      *
  3618.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3619.      */
  3620.     protected function getDebug_Security_Access_DecisionManagerService()
  3621.     {
  3622.         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 () {
  3623.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3624.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  3625.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3626.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3627.     }
  3628.     /**
  3629.      * Gets the private 'debug.security.firewall' shared service.
  3630.      *
  3631.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3632.      */
  3633.     protected function getDebug_Security_FirewallService()
  3634.     {
  3635.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3636.         if (isset($this->privates['debug.security.firewall'])) {
  3637.             return $this->privates['debug.security.firewall'];
  3638.         }
  3639.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3640.         if (isset($this->privates['debug.security.firewall'])) {
  3641.             return $this->privates['debug.security.firewall'];
  3642.         }
  3643.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3644.     }
  3645.     /**
  3646.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3647.      *
  3648.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3649.      */
  3650.     protected function getDebug_Security_UserValueResolverService()
  3651.     {
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3655.         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))));
  3656.     }
  3657.     /**
  3658.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3659.      *
  3660.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3661.      */
  3662.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3663.     {
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3668.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3669.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  3670.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  3671.         }
  3672.         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);
  3673.     }
  3674.     /**
  3675.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3676.      *
  3677.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3678.      */
  3679.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3680.     {
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3685.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3686.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  3687.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  3688.         }
  3689.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  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.         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);
  3694.     }
  3695.     /**
  3696.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  3697.      *
  3698.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3699.      */
  3700.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  3701.     {
  3702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  3707.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3708.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  3709.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  3710.         }
  3711.         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);
  3712.     }
  3713.     /**
  3714.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3715.      *
  3716.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3717.      */
  3718.     protected function getDebug_Security_Voter_VoteListenerService()
  3719.     {
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3721.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  3722.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  3723.             return $this->privates['debug.security.voter.vote_listener'];
  3724.         }
  3725.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  3726.     }
  3727.     /**
  3728.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3729.      *
  3730.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  3731.      */
  3732.     protected function getDoctrine_CacheClearMetadataCommandService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3738.         $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()));
  3739.         $instance->setName('doctrine:cache:clear-metadata');
  3740.         return $instance;
  3741.     }
  3742.     /**
  3743.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3744.      *
  3745.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  3746.      */
  3747.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3748.     {
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  3753.         $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()));
  3754.         $instance->setName('doctrine:cache:clear-query');
  3755.         return $instance;
  3756.     }
  3757.     /**
  3758.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3759.      *
  3760.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  3761.      */
  3762.     protected function getDoctrine_CacheClearResultCommandService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  3768.         $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()));
  3769.         $instance->setName('doctrine:cache:clear-result');
  3770.         return $instance;
  3771.     }
  3772.     /**
  3773.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3774.      *
  3775.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  3776.      */
  3777.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3778.     {
  3779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3798.         $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()));
  3799.         $instance->setName('doctrine:cache:clear-entity-region');
  3800.         return $instance;
  3801.     }
  3802.     /**
  3803.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3804.      *
  3805.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  3806.      */
  3807.     protected function getDoctrine_ClearQueryRegionCommandService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3813.         $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()));
  3814.         $instance->setName('doctrine:cache:clear-query-region');
  3815.         return $instance;
  3816.     }
  3817.     /**
  3818.      * Gets the private 'doctrine.database_create_command' shared service.
  3819.      *
  3820.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3821.      */
  3822.     protected function getDoctrine_DatabaseCreateCommandService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3827.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3828.         $instance->setName('doctrine:database:create');
  3829.         return $instance;
  3830.     }
  3831.     /**
  3832.      * Gets the private 'doctrine.database_drop_command' shared service.
  3833.      *
  3834.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3835.      */
  3836.     protected function getDoctrine_DatabaseDropCommandService()
  3837.     {
  3838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3841.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3842.         $instance->setName('doctrine:database:drop');
  3843.         return $instance;
  3844.     }
  3845.     /**
  3846.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3847.      *
  3848.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3849.      */
  3850.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3851.     {
  3852.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3853.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  3854.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  3855.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  3856.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  3857.         ], [
  3858.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3859.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3860.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3861.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3862.         ]), [=> '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']]);
  3863.     }
  3864.     /**
  3865.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3866.      *
  3867.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  3868.      */
  3869.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3870.     {
  3871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3875.         $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()));
  3876.         $instance->setName('doctrine:ensure-production-settings');
  3877.         return $instance;
  3878.     }
  3879.     /**
  3880.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  3881.      *
  3882.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  3883.      */
  3884.     protected function getDoctrine_FixturesLoadCommandService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3887.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/CommandCompatibility.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyBridgeLoader.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3899.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  3900.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserFixtures.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  3903.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  3904.         $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' => []]]);
  3905.         $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()]);
  3906.         $instance->setName('doctrine:fixtures:load');
  3907.         return $instance;
  3908.     }
  3909.     /**
  3910.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3911.      *
  3912.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  3913.      */
  3914.     protected function getDoctrine_MappingConvertCommandService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  3920.         $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()));
  3921.         $instance->setName('doctrine:mapping:convert');
  3922.         return $instance;
  3923.     }
  3924.     /**
  3925.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3926.      *
  3927.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3928.      */
  3929.     protected function getDoctrine_MappingImportCommandService()
  3930.     {
  3931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3932.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3933.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3934.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3935.         $instance->setName('doctrine:mapping:import');
  3936.         return $instance;
  3937.     }
  3938.     /**
  3939.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3940.      *
  3941.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  3942.      */
  3943.     protected function getDoctrine_MappingInfoCommandService()
  3944.     {
  3945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  3949.         $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()));
  3950.         $instance->setName('doctrine:mapping:info');
  3951.         return $instance;
  3952.     }
  3953.     /**
  3954.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  3955.      *
  3956.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  3957.      */
  3958.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  3959.     {
  3960.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  3962.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  3963.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  3964.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  3965.         }
  3966.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  3967.     }
  3968.     /**
  3969.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3970.      *
  3971.      * @return \Doctrine\Migrations\DependencyFactory
  3972.      */
  3973.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3974.     {
  3975.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3980.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3981.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  3983.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3984.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3985.         $a->setAllOrNothing(false);
  3986.         $a->setCheckDatabasePlatform(true);
  3987.         $a->setTransactional(true);
  3988.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3989.         $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()));
  3990.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3991.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  3992.         });
  3993.         return $instance;
  3994.     }
  3995.     /**
  3996.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  3997.      *
  3998.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  3999.      */
  4000.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4001.     {
  4002.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4004.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4005.     }
  4006.     /**
  4007.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4008.      *
  4009.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4010.      */
  4011.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4012.     {
  4013.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')], false);
  4014.     }
  4015.     /**
  4016.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4017.      *
  4018.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4019.      */
  4020.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4021.     {
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4023.         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()));
  4024.     }
  4025.     /**
  4026.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4027.      *
  4028.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4029.      */
  4030.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4031.     {
  4032.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4033.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4034.     }
  4035.     /**
  4036.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4037.      *
  4038.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4039.      */
  4040.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4041.     {
  4042.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4044.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4045.     }
  4046.     /**
  4047.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4048.      *
  4049.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4050.      */
  4051.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4052.     {
  4053.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4055.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4056.             return new \EmptyIterator();
  4057.         }, 0));
  4058.     }
  4059.     /**
  4060.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4061.      *
  4062.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4063.      */
  4064.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4068.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4069.     }
  4070.     /**
  4071.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4072.      *
  4073.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4074.      */
  4075.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4076.     {
  4077.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4079.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4080.     }
  4081.     /**
  4082.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4083.      *
  4084.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4085.      */
  4086.     protected function getDoctrine_Orm_Validator_UniqueService()
  4087.     {
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4091.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4092.     }
  4093.     /**
  4094.      * Gets the private 'doctrine.query_dql_command' shared service.
  4095.      *
  4096.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  4097.      */
  4098.     protected function getDoctrine_QueryDqlCommandService()
  4099.     {
  4100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4104.         $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()));
  4105.         $instance->setName('doctrine:query:dql');
  4106.         return $instance;
  4107.     }
  4108.     /**
  4109.      * Gets the private 'doctrine.query_sql_command' shared service.
  4110.      *
  4111.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4112.      */
  4113.     protected function getDoctrine_QuerySqlCommandService()
  4114.     {
  4115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4119.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4120.         $instance->setName('doctrine:query:sql');
  4121.         return $instance;
  4122.     }
  4123.     /**
  4124.      * Gets the private 'doctrine.schema_create_command' shared service.
  4125.      *
  4126.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  4127.      */
  4128.     protected function getDoctrine_SchemaCreateCommandService()
  4129.     {
  4130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4135.         $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()));
  4136.         $instance->setName('doctrine:schema:create');
  4137.         return $instance;
  4138.     }
  4139.     /**
  4140.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4141.      *
  4142.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  4143.      */
  4144.     protected function getDoctrine_SchemaDropCommandService()
  4145.     {
  4146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4151.         $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()));
  4152.         $instance->setName('doctrine:schema:drop');
  4153.         return $instance;
  4154.     }
  4155.     /**
  4156.      * Gets the private 'doctrine.schema_update_command' shared service.
  4157.      *
  4158.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  4159.      */
  4160.     protected function getDoctrine_SchemaUpdateCommandService()
  4161.     {
  4162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4167.         $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()));
  4168.         $instance->setName('doctrine:schema:update');
  4169.         return $instance;
  4170.     }
  4171.     /**
  4172.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4173.      *
  4174.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  4175.      */
  4176.     protected function getDoctrine_SchemaValidateCommandService()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4182.         $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()));
  4183.         $instance->setName('doctrine:schema:validate');
  4184.         return $instance;
  4185.     }
  4186.     /**
  4187.      * Gets the private 'doctrine.ulid_generator' shared service.
  4188.      *
  4189.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4190.      */
  4191.     protected function getDoctrine_UlidGeneratorService()
  4192.     {
  4193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4195.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4196.     }
  4197.     /**
  4198.      * Gets the private 'doctrine.uuid_generator' shared service.
  4199.      *
  4200.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4201.      */
  4202.     protected function getDoctrine_UuidGeneratorService()
  4203.     {
  4204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4206.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4207.     }
  4208.     /**
  4209.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4210.      *
  4211.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4212.      */
  4213.     protected function getDoctrineMigrations_CurrentCommandService()
  4214.     {
  4215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4218.         $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');
  4219.         $instance->setName('doctrine:migrations:current');
  4220.         return $instance;
  4221.     }
  4222.     /**
  4223.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4224.      *
  4225.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4226.      */
  4227.     protected function getDoctrineMigrations_DiffCommandService()
  4228.     {
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4232.         $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');
  4233.         $instance->setName('doctrine:migrations:diff');
  4234.         return $instance;
  4235.     }
  4236.     /**
  4237.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4238.      *
  4239.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4240.      */
  4241.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4246.         $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');
  4247.         $instance->setName('doctrine:migrations:dump-schema');
  4248.         return $instance;
  4249.     }
  4250.     /**
  4251.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4252.      *
  4253.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4254.      */
  4255.     protected function getDoctrineMigrations_ExecuteCommandService()
  4256.     {
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4260.         $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');
  4261.         $instance->setName('doctrine:migrations:execute');
  4262.         return $instance;
  4263.     }
  4264.     /**
  4265.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4266.      *
  4267.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4268.      */
  4269.     protected function getDoctrineMigrations_GenerateCommandService()
  4270.     {
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4274.         $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');
  4275.         $instance->setName('doctrine:migrations:generate');
  4276.         return $instance;
  4277.     }
  4278.     /**
  4279.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4280.      *
  4281.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4282.      */
  4283.     protected function getDoctrineMigrations_LatestCommandService()
  4284.     {
  4285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4288.         $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');
  4289.         $instance->setName('doctrine:migrations:latest');
  4290.         return $instance;
  4291.     }
  4292.     /**
  4293.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4294.      *
  4295.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4296.      */
  4297.     protected function getDoctrineMigrations_MigrateCommandService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4302.         $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');
  4303.         $instance->setName('doctrine:migrations:migrate');
  4304.         return $instance;
  4305.     }
  4306.     /**
  4307.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4308.      *
  4309.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4310.      */
  4311.     protected function getDoctrineMigrations_RollupCommandService()
  4312.     {
  4313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4316.         $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');
  4317.         $instance->setName('doctrine:migrations:rollup');
  4318.         return $instance;
  4319.     }
  4320.     /**
  4321.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4322.      *
  4323.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4324.      */
  4325.     protected function getDoctrineMigrations_StatusCommandService()
  4326.     {
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4330.         $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');
  4331.         $instance->setName('doctrine:migrations:status');
  4332.         return $instance;
  4333.     }
  4334.     /**
  4335.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4336.      *
  4337.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4338.      */
  4339.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4340.     {
  4341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4344.         $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');
  4345.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4346.         return $instance;
  4347.     }
  4348.     /**
  4349.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4350.      *
  4351.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4352.      */
  4353.     protected function getDoctrineMigrations_UpToDateCommandService()
  4354.     {
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4358.         $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');
  4359.         $instance->setName('doctrine:migrations:up-to-date');
  4360.         return $instance;
  4361.     }
  4362.     /**
  4363.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4364.      *
  4365.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4366.      */
  4367.     protected function getDoctrineMigrations_VersionCommandService()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4372.         $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');
  4373.         $instance->setName('doctrine:migrations:version');
  4374.         return $instance;
  4375.     }
  4376.     /**
  4377.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4378.      *
  4379.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4380.      */
  4381.     protected function getDoctrineMigrations_VersionsCommandService()
  4382.     {
  4383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4386.         $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');
  4387.         $instance->setName('doctrine:migrations:list');
  4388.         return $instance;
  4389.     }
  4390.     /**
  4391.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4392.      *
  4393.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4394.      */
  4395.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4396.     {
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4399.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4400.         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()));
  4401.     }
  4402.     /**
  4403.      * Gets the private 'exception_listener' shared service.
  4404.      *
  4405.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4406.      */
  4407.     protected function getExceptionListenerService()
  4408.     {
  4409.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4410.     }
  4411.     /**
  4412.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4413.      *
  4414.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4415.      */
  4416.     protected function getForm_ChoiceListFactory_CachedService()
  4417.     {
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4422.         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())));
  4423.     }
  4424.     /**
  4425.      * Gets the private 'form.registry' shared service.
  4426.      *
  4427.      * @return \Symfony\Component\Form\FormRegistry
  4428.      */
  4429.     protected function getForm_RegistryService()
  4430.     {
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4438.         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, [
  4439.             'App\\Form\\ImpressionType' => ['privates''App\\Form\\ImpressionType''getImpressionTypeService'false],
  4440.             'App\\Form\\ResetPasswordType' => ['privates''App\\Form\\ResetPasswordType''getResetPasswordTypeService'false],
  4441.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4442.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4443.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4444.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4445.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4446.         ], [
  4447.             'App\\Form\\ImpressionType' => '?',
  4448.             'App\\Form\\ResetPasswordType' => '?',
  4449.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4450.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4451.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4452.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4453.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4454.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4455.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4456.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4457.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4458.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4459.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4460.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4461.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4462.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4463.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4464.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4465.         }, 1)], new RewindableGenerator(function () {
  4466.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4467.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4468.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4469.     }
  4470.     /**
  4471.      * Gets the private 'form.server_params' shared service.
  4472.      *
  4473.      * @return \Symfony\Component\Form\Util\ServerParams
  4474.      */
  4475.     protected function getForm_ServerParamsService()
  4476.     {
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4478.         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())));
  4479.     }
  4480.     /**
  4481.      * Gets the private 'form.type.choice' shared service.
  4482.      *
  4483.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4484.      */
  4485.     protected function getForm_Type_ChoiceService()
  4486.     {
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4490.         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()));
  4491.     }
  4492.     /**
  4493.      * Gets the private 'form.type.color' shared service.
  4494.      *
  4495.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4496.      */
  4497.     protected function getForm_Type_ColorService()
  4498.     {
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4502.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4503.     }
  4504.     /**
  4505.      * Gets the private 'form.type.entity' shared service.
  4506.      *
  4507.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4508.      */
  4509.     protected function getForm_Type_EntityService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4515.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4516.     }
  4517.     /**
  4518.      * Gets the private 'form.type.form' shared service.
  4519.      *
  4520.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4521.      */
  4522.     protected function getForm_Type_FormService()
  4523.     {
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4528.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4529.     }
  4530.     /**
  4531.      * Gets the private 'form.type_extension.csrf' shared service.
  4532.      *
  4533.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4534.      */
  4535.     protected function getForm_TypeExtension_CsrfService()
  4536.     {
  4537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4540.         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()));
  4541.     }
  4542.     /**
  4543.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4544.      *
  4545.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4546.      */
  4547.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4548.     {
  4549.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4552.         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()));
  4553.     }
  4554.     /**
  4555.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4556.      *
  4557.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4558.      */
  4559.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4560.     {
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4566.         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())));
  4567.     }
  4568.     /**
  4569.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4570.      *
  4571.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4572.      */
  4573.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4574.     {
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4578.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4579.     }
  4580.     /**
  4581.      * Gets the private 'form.type_extension.form.validator' shared service.
  4582.      *
  4583.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4584.      */
  4585.     protected function getForm_TypeExtension_Form_ValidatorService()
  4586.     {
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4591.         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()));
  4592.     }
  4593.     /**
  4594.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4595.      *
  4596.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4597.      */
  4598.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4603.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4604.     }
  4605.     /**
  4606.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4607.      *
  4608.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4609.      */
  4610.     protected function getForm_TypeGuesser_DoctrineService()
  4611.     {
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4614.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4615.     }
  4616.     /**
  4617.      * Gets the private 'form.type_guesser.validator' shared service.
  4618.      *
  4619.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4620.      */
  4621.     protected function getForm_TypeGuesser_ValidatorService()
  4622.     {
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4625.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4626.     }
  4627.     /**
  4628.      * Gets the private 'fragment.renderer.inline' shared service.
  4629.      *
  4630.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4631.      */
  4632.     protected function getFragment_Renderer_InlineService()
  4633.     {
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4637.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  4638.         if (isset($this->privates['fragment.renderer.inline'])) {
  4639.             return $this->privates['fragment.renderer.inline'];
  4640.         }
  4641.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4642.         if (isset($this->privates['fragment.renderer.inline'])) {
  4643.             return $this->privates['fragment.renderer.inline'];
  4644.         }
  4645.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  4646.         $instance->setFragmentPath('/_fragment');
  4647.         return $instance;
  4648.     }
  4649.     /**
  4650.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4651.      *
  4652.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4653.      */
  4654.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4655.     {
  4656.         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())));
  4657.     }
  4658.     /**
  4659.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4660.      *
  4661.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4662.      */
  4663.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4664.     {
  4665.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4666.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4667.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4668.         }
  4669.         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);
  4670.     }
  4671.     /**
  4672.      * Gets the private 'locale_aware_listener' shared service.
  4673.      *
  4674.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4675.      */
  4676.     protected function getLocaleAwareListenerService()
  4677.     {
  4678.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4679.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4680.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4681.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4682.     }
  4683.     /**
  4684.      * Gets the private 'locale_listener' shared service.
  4685.      *
  4686.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4687.      */
  4688.     protected function getLocaleListenerService()
  4689.     {
  4690.         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, []);
  4691.     }
  4692.     /**
  4693.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4694.      *
  4695.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4696.      */
  4697.     protected function getMaker_AutoCommand_MakeAuthService()
  4698.     {
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4706.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4707.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4708.         $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);
  4709.         $instance->setName('make:auth');
  4710.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4711.         return $instance;
  4712.     }
  4713.     /**
  4714.      * Gets the private 'maker.auto_command.make_command' shared service.
  4715.      *
  4716.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4717.      */
  4718.     protected function getMaker_AutoCommand_MakeCommandService()
  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/MakeCommand.php';
  4725.         $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()));
  4726.         $instance->setName('make:command');
  4727.         $instance->setDescription('Creates a new console command class');
  4728.         return $instance;
  4729.     }
  4730.     /**
  4731.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4732.      *
  4733.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4734.      */
  4735.     protected function getMaker_AutoCommand_MakeControllerService()
  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/MakeController.php';
  4742.         $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()));
  4743.         $instance->setName('make:controller');
  4744.         $instance->setDescription('Creates a new controller class');
  4745.         return $instance;
  4746.     }
  4747.     /**
  4748.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4749.      *
  4750.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4751.      */
  4752.     protected function getMaker_AutoCommand_MakeCrudService()
  4753.     {
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4759.         $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()));
  4760.         $instance->setName('make:crud');
  4761.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4762.         return $instance;
  4763.     }
  4764.     /**
  4765.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4766.      *
  4767.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4768.      */
  4769.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4770.     {
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4776.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4777.         $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()));
  4778.         $instance->setName('make:docker:database');
  4779.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4780.         return $instance;
  4781.     }
  4782.     /**
  4783.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4784.      *
  4785.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4786.      */
  4787.     protected function getMaker_AutoCommand_MakeEntityService()
  4788.     {
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4795.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4796.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4797.         $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);
  4798.         $instance->setName('make:entity');
  4799.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4800.         return $instance;
  4801.     }
  4802.     /**
  4803.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4804.      *
  4805.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4806.      */
  4807.     protected function getMaker_AutoCommand_MakeFixturesService()
  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/MakeFixtures.php';
  4814.         $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()));
  4815.         $instance->setName('make:fixtures');
  4816.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4817.         return $instance;
  4818.     }
  4819.     /**
  4820.      * Gets the private 'maker.auto_command.make_form' shared service.
  4821.      *
  4822.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4823.      */
  4824.     protected function getMaker_AutoCommand_MakeFormService()
  4825.     {
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4831.         $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()));
  4832.         $instance->setName('make:form');
  4833.         $instance->setDescription('Creates a new form class');
  4834.         return $instance;
  4835.     }
  4836.     /**
  4837.      * Gets the private 'maker.auto_command.make_message' shared service.
  4838.      *
  4839.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4840.      */
  4841.     protected function getMaker_AutoCommand_MakeMessageService()
  4842.     {
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4848.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4849.         $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()));
  4850.         $instance->setName('make:message');
  4851.         $instance->setDescription('Creates a new message and handler');
  4852.         return $instance;
  4853.     }
  4854.     /**
  4855.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4856.      *
  4857.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4858.      */
  4859.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4860.     {
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4866.         $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()));
  4867.         $instance->setName('make:messenger-middleware');
  4868.         $instance->setDescription('Creates a new messenger middleware');
  4869.         return $instance;
  4870.     }
  4871.     /**
  4872.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4873.      *
  4874.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4875.      */
  4876.     protected function getMaker_AutoCommand_MakeMigrationService()
  4877.     {
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4884.         $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()));
  4885.         $instance->setName('make:migration');
  4886.         $instance->setDescription('Creates a new migration based on database changes');
  4887.         return $instance;
  4888.     }
  4889.     /**
  4890.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4891.      *
  4892.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4893.      */
  4894.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4895.     {
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4901.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4902.         $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()));
  4903.         $instance->setName('make:registration-form');
  4904.         $instance->setDescription('Creates a new registration form system');
  4905.         return $instance;
  4906.     }
  4907.     /**
  4908.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4909.      *
  4910.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4911.      */
  4912.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4913.     {
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4919.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4920.         $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()));
  4921.         $instance->setName('make:reset-password');
  4922.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4923.         return $instance;
  4924.     }
  4925.     /**
  4926.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4927.      *
  4928.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4929.      */
  4930.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  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/MakeSerializerEncoder.php';
  4937.         $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()));
  4938.         $instance->setName('make:serializer:encoder');
  4939.         $instance->setDescription('Creates a new serializer encoder class');
  4940.         return $instance;
  4941.     }
  4942.     /**
  4943.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4944.      *
  4945.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4946.      */
  4947.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  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/MakeSerializerNormalizer.php';
  4954.         $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()));
  4955.         $instance->setName('make:serializer:normalizer');
  4956.         $instance->setDescription('Creates a new serializer normalizer class');
  4957.         return $instance;
  4958.     }
  4959.     /**
  4960.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  4961.      *
  4962.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4963.      */
  4964.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  4965.     {
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  4971.         $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()));
  4972.         $instance->setName('make:stimulus-controller');
  4973.         $instance->setDescription('Creates a new Stimulus controller');
  4974.         return $instance;
  4975.     }
  4976.     /**
  4977.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4978.      *
  4979.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4980.      */
  4981.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4982.     {
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4989.         $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()));
  4990.         $instance->setName('make:subscriber');
  4991.         $instance->setDescription('Creates a new event subscriber class');
  4992.         return $instance;
  4993.     }
  4994.     /**
  4995.      * Gets the private 'maker.auto_command.make_test' shared service.
  4996.      *
  4997.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4998.      */
  4999.     protected function getMaker_AutoCommand_MakeTestService()
  5000.     {
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5007.         $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()));
  5008.         $instance->setName('make:test');
  5009.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5010.         $instance->setDescription('Creates a new test class');
  5011.         return $instance;
  5012.     }
  5013.     /**
  5014.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5015.      *
  5016.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5017.      */
  5018.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5019.     {
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5025.         $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()));
  5026.         $instance->setName('make:twig-extension');
  5027.         $instance->setDescription('Creates a new Twig extension class');
  5028.         return $instance;
  5029.     }
  5030.     /**
  5031.      * Gets the private 'maker.auto_command.make_user' shared service.
  5032.      *
  5033.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5034.      */
  5035.     protected function getMaker_AutoCommand_MakeUserService()
  5036.     {
  5037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5044.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5045.         $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()));
  5046.         $instance->setName('make:user');
  5047.         $instance->setDescription('Creates a new security user class');
  5048.         return $instance;
  5049.     }
  5050.     /**
  5051.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5052.      *
  5053.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5054.      */
  5055.     protected function getMaker_AutoCommand_MakeValidatorService()
  5056.     {
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5062.         $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()));
  5063.         $instance->setName('make:validator');
  5064.         $instance->setDescription('Creates a new validator and constraint class');
  5065.         return $instance;
  5066.     }
  5067.     /**
  5068.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5069.      *
  5070.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5071.      */
  5072.     protected function getMaker_AutoCommand_MakeVoterService()
  5073.     {
  5074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5079.         $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()));
  5080.         $instance->setName('make:voter');
  5081.         $instance->setDescription('Creates a new security voter class');
  5082.         return $instance;
  5083.     }
  5084.     /**
  5085.      * Gets the private 'maker.doctrine_helper' shared service.
  5086.      *
  5087.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5088.      */
  5089.     protected function getMaker_DoctrineHelperService()
  5090.     {
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5092.         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())]]]);
  5093.     }
  5094.     /**
  5095.      * Gets the private 'maker.entity_class_generator' shared service.
  5096.      *
  5097.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5098.      */
  5099.     protected function getMaker_EntityClassGeneratorService()
  5100.     {
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5102.         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()));
  5103.     }
  5104.     /**
  5105.      * Gets the private 'maker.file_manager' shared service.
  5106.      *
  5107.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5108.      */
  5109.     protected function getMaker_FileManagerService()
  5110.     {
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5116.         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'));
  5117.     }
  5118.     /**
  5119.      * Gets the private 'maker.generator' shared service.
  5120.      *
  5121.      * @return \Symfony\Bundle\MakerBundle\Generator
  5122.      */
  5123.     protected function getMaker_GeneratorService()
  5124.     {
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5127.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5128.         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));
  5129.     }
  5130.     /**
  5131.      * Gets the private 'maker.php_compat_util' shared service.
  5132.      *
  5133.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5134.      */
  5135.     protected function getMaker_PhpCompatUtilService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5138.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5139.     }
  5140.     /**
  5141.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5142.      *
  5143.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5144.      */
  5145.     protected function getMaker_Renderer_FormTypeRendererService()
  5146.     {
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5148.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5149.     }
  5150.     /**
  5151.      * Gets the private 'mime_types' shared service.
  5152.      *
  5153.      * @return \Symfony\Component\Mime\MimeTypes
  5154.      */
  5155.     protected function getMimeTypesService()
  5156.     {
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5160.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5161.         $instance->setDefault($instance);
  5162.         return $instance;
  5163.     }
  5164.     /**
  5165.      * Gets the private 'monolog.command.server_log' shared service.
  5166.      *
  5167.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5168.      */
  5169.     protected function getMonolog_Command_ServerLogService()
  5170.     {
  5171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5173.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5174.         $instance->setName('server:log');
  5175.         $instance->setDescription('Start a log server that displays logs in real time');
  5176.         return $instance;
  5177.     }
  5178.     /**
  5179.      * Gets the private 'monolog.handler.console' shared service.
  5180.      *
  5181.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5182.      */
  5183.     protected function getMonolog_Handler_ConsoleService()
  5184.     {
  5185.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5186.     }
  5187.     /**
  5188.      * Gets the private 'monolog.handler.main' shared service.
  5189.      *
  5190.      * @return \Monolog\Handler\StreamHandler
  5191.      */
  5192.     protected function getMonolog_Handler_MainService()
  5193.     {
  5194.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  5195.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5196.         return $instance;
  5197.     }
  5198.     /**
  5199.      * Gets the private 'monolog.logger' shared service.
  5200.      *
  5201.      * @return \Symfony\Bridge\Monolog\Logger
  5202.      */
  5203.     protected function getMonolog_LoggerService()
  5204.     {
  5205.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5206.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5207.         $instance->useMicrosecondTimestamps(true);
  5208.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5209.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5210.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5211.         return $instance;
  5212.     }
  5213.     /**
  5214.      * Gets the private 'monolog.logger.cache' shared service.
  5215.      *
  5216.      * @return \Symfony\Bridge\Monolog\Logger
  5217.      */
  5218.     protected function getMonolog_Logger_CacheService()
  5219.     {
  5220.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5221.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5222.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5223.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5224.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5225.         return $instance;
  5226.     }
  5227.     /**
  5228.      * Gets the private 'monolog.logger.request' shared service.
  5229.      *
  5230.      * @return \Symfony\Bridge\Monolog\Logger
  5231.      */
  5232.     protected function getMonolog_Logger_RequestService()
  5233.     {
  5234.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5235.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5236.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5237.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5238.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5239.         return $instance;
  5240.     }
  5241.     /**
  5242.      * Gets the private 'monolog.logger.security' shared service.
  5243.      *
  5244.      * @return \Symfony\Bridge\Monolog\Logger
  5245.      */
  5246.     protected function getMonolog_Logger_SecurityService()
  5247.     {
  5248.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5249.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5250.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5251.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5252.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5253.         return $instance;
  5254.     }
  5255.     /**
  5256.      * Gets the private 'parameter_bag' shared service.
  5257.      *
  5258.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5259.      */
  5260.     protected function getParameterBagService()
  5261.     {
  5262.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5263.     }
  5264.     /**
  5265.      * Gets the private 'profiler_listener' shared service.
  5266.      *
  5267.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5268.      */
  5269.     protected function getProfilerListenerService()
  5270.     {
  5271.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5272.         if (isset($this->privates['profiler_listener'])) {
  5273.             return $this->privates['profiler_listener'];
  5274.         }
  5275.         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);
  5276.     }
  5277.     /**
  5278.      * Gets the private 'property_accessor' shared service.
  5279.      *
  5280.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5281.      */
  5282.     protected function getPropertyAccessorService()
  5283.     {
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5290.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5291.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5292.     }
  5293.     /**
  5294.      * Gets the private 'property_info' shared service.
  5295.      *
  5296.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5297.      */
  5298.     protected function getPropertyInfoService()
  5299.     {
  5300.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5301.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5302.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5303.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5304.         }, 3), new RewindableGenerator(function () {
  5305.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5306.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5307.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5308.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5309.         }, 4), new RewindableGenerator(function () {
  5310.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5311.         }, 1), new RewindableGenerator(function () {
  5312.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5313.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5314.         }, 2), new RewindableGenerator(function () {
  5315.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5316.         }, 1));
  5317.     }
  5318.     /**
  5319.      * Gets the private 'property_info.serializer_extractor' shared service.
  5320.      *
  5321.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5322.      */
  5323.     protected function getPropertyInfo_SerializerExtractorService()
  5324.     {
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5326.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5327.     }
  5328.     /**
  5329.      * Gets the private 'router.cache_warmer' shared service.
  5330.      *
  5331.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5332.      */
  5333.     protected function getRouter_CacheWarmerService()
  5334.     {
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5337.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5338.             'router' => ['services''router''getRouterService'false],
  5339.         ], [
  5340.             'router' => '?',
  5341.         ]))->withContext('router.cache_warmer'$this));
  5342.     }
  5343.     /**
  5344.      * Gets the private 'router.expression_language_provider' shared service.
  5345.      *
  5346.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5347.      */
  5348.     protected function getRouter_ExpressionLanguageProviderService()
  5349.     {
  5350.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5351.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5352.         ], [
  5353.             'env' => 'Closure',
  5354.         ]));
  5355.     }
  5356.     /**
  5357.      * Gets the private 'router.request_context' shared service.
  5358.      *
  5359.      * @return \Symfony\Component\Routing\RequestContext
  5360.      */
  5361.     protected function getRouter_RequestContextService()
  5362.     {
  5363.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5364.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5365.         return $instance;
  5366.     }
  5367.     /**
  5368.      * Gets the private 'router_listener' shared service.
  5369.      *
  5370.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5371.      */
  5372.     protected function getRouterListenerService()
  5373.     {
  5374.         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);
  5375.     }
  5376.     /**
  5377.      * Gets the private 'secrets.vault' shared service.
  5378.      *
  5379.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5380.      */
  5381.     protected function getSecrets_VaultService()
  5382.     {
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5387.         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'));
  5388.     }
  5389.     /**
  5390.      * Gets the private 'security.access_listener' shared service.
  5391.      *
  5392.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5393.      */
  5394.     protected function getSecurity_AccessListenerService()
  5395.     {
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5399.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5400.         if (isset($this->privates['security.access_listener'])) {
  5401.             return $this->privates['security.access_listener'];
  5402.         }
  5403.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5404.         if (isset($this->privates['security.access_listener'])) {
  5405.             return $this->privates['security.access_listener'];
  5406.         }
  5407.         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);
  5408.     }
  5409.     /**
  5410.      * Gets the private 'security.access_map' shared service.
  5411.      *
  5412.      * @return \Symfony\Component\Security\Http\AccessMap
  5413.      */
  5414.     protected function getSecurity_AccessMapService()
  5415.     {
  5416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5420.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5421.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5422.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  5423.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [=> 'ROLE_USER'], NULL);
  5424.         return $instance;
  5425.     }
  5426.     /**
  5427.      * Gets the private 'security.authentication.guard_handler' shared service.
  5428.      *
  5429.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  5430.      *
  5431.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  5432.      */
  5433.     protected function getSecurity_Authentication_GuardHandlerService()
  5434.     {
  5435.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5438.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5439.         if (isset($this->privates['security.authentication.guard_handler'])) {
  5440.             return $this->privates['security.authentication.guard_handler'];
  5441.         }
  5442.         $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, []);
  5443.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5444.         return $instance;
  5445.     }
  5446.     /**
  5447.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5448.      *
  5449.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5450.      *
  5451.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  5452.      */
  5453.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5454.     {
  5455.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5456.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5457.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  5458.             return $this->privates['security.authentication.listener.anonymous.main'];
  5459.         }
  5460.         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);
  5461.     }
  5462.     /**
  5463.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5464.      *
  5465.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5466.      *
  5467.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  5468.      */
  5469.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5470.     {
  5471.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  5472.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  5473.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  5474.             return $this->privates['security.authentication.listener.guard.main'];
  5475.         }
  5476.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5477.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  5478.             return $this->privates['security.authentication.listener.guard.main'];
  5479.         }
  5480.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  5481.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5482.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5483.     }
  5484.     /**
  5485.      * Gets the private 'security.authentication.manager' shared service.
  5486.      *
  5487.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5488.      *
  5489.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  5490.      */
  5491.     protected function getSecurity_Authentication_ManagerService()
  5492.     {
  5493.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  5494.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5495.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5496.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  5497.         }, 2), true);
  5498.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5499.         return $instance;
  5500.     }
  5501.     /**
  5502.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  5503.      *
  5504.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  5505.      *
  5506.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  5507.      */
  5508.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  5509.     {
  5510.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  5511.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  5512.     }
  5513.     /**
  5514.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5515.      *
  5516.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5517.      *
  5518.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  5519.      */
  5520.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5521.     {
  5522.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  5527.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5528.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5529.         }, 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())));
  5530.     }
  5531.     /**
  5532.      * Gets the private 'security.authentication_utils' shared service.
  5533.      *
  5534.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  5535.      */
  5536.     protected function getSecurity_AuthenticationUtilsService()
  5537.     {
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  5539.         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())));
  5540.     }
  5541.     /**
  5542.      * Gets the private 'security.channel_listener' shared service.
  5543.      *
  5544.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5545.      */
  5546.     protected function getSecurity_ChannelListenerService()
  5547.     {
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5551.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5552.         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());
  5553.     }
  5554.     /**
  5555.      * Gets the private 'security.command.debug_firewall' shared service.
  5556.      *
  5557.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  5558.      */
  5559.     protected function getSecurity_Command_DebugFirewallService()
  5560.     {
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  5563.         $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);
  5564.         $instance->setName('debug:firewall');
  5565.         $instance->setDescription('Display information about your security firewall(s)');
  5566.         return $instance;
  5567.     }
  5568.     /**
  5569.      * Gets the private 'security.command.user_password_encoder' shared service.
  5570.      *
  5571.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5572.      *
  5573.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  5574.      */
  5575.     protected function getSecurity_Command_UserPasswordEncoderService()
  5576.     {
  5577.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  5578.         $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']);
  5579.         $instance->setName('security:encode-password');
  5580.         $instance->setDescription('Encode a password');
  5581.         return $instance;
  5582.     }
  5583.     /**
  5584.      * Gets the private 'security.command.user_password_hash' shared service.
  5585.      *
  5586.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  5587.      */
  5588.     protected function getSecurity_Command_UserPasswordHashService()
  5589.     {
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  5592.         $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']);
  5593.         $instance->setName('security:hash-password');
  5594.         $instance->setDescription('Hash a user password');
  5595.         return $instance;
  5596.     }
  5597.     /**
  5598.      * Gets the private 'security.context_listener.0' shared service.
  5599.      *
  5600.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5601.      */
  5602.     protected function getSecurity_ContextListener_0Service()
  5603.     {
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5607.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5608.         if (isset($this->privates['security.context_listener.0'])) {
  5609.             return $this->privates['security.context_listener.0'];
  5610.         }
  5611.         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 () {
  5612.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5613.         }, 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']);
  5614.     }
  5615.     /**
  5616.      * Gets the private 'security.csrf.token_storage' shared service.
  5617.      *
  5618.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5619.      */
  5620.     protected function getSecurity_Csrf_TokenStorageService()
  5621.     {
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5625.         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())));
  5626.     }
  5627.     /**
  5628.      * Gets the private 'security.encoder_factory.generic' shared service.
  5629.      *
  5630.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5631.      *
  5632.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  5633.      */
  5634.     protected function getSecurity_EncoderFactory_GenericService()
  5635.     {
  5636.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  5637.         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']]]);
  5638.     }
  5639.     /**
  5640.      * Gets the private 'security.event_dispatcher.main' shared service.
  5641.      *
  5642.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5643.      */
  5644.     protected function getSecurity_EventDispatcher_MainService()
  5645.     {
  5646.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5647.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5648.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  5649.         }, => 'onLogout'], 64);
  5650.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5651.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5652.         }, => 'onLogout'], 0);
  5653.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5654.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5655.         }, => 'onLogout'], 0);
  5656.         return $instance;
  5657.     }
  5658.     /**
  5659.      * Gets the private 'security.firewall.map' shared service.
  5660.      *
  5661.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5662.      */
  5663.     protected function getSecurity_Firewall_MapService()
  5664.     {
  5665.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  5666.         if (isset($this->privates['security.firewall.map'])) {
  5667.             return $this->privates['security.firewall.map'];
  5668.         }
  5669.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5670.             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)/')));
  5671.             yield 'security.firewall.map.context.main' => NULL;
  5672.         }, 2));
  5673.     }
  5674.     /**
  5675.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5676.      *
  5677.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5678.      */
  5679.     protected function getSecurity_Firewall_Map_Context_DevService()
  5680.     {
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5683.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5684.             return new \EmptyIterator();
  5685.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  5686.     }
  5687.     /**
  5688.      * Gets the private 'security.firewall.map.context.main' shared service.
  5689.      *
  5690.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5691.      */
  5692.     protected function getSecurity_Firewall_Map_Context_MainService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5701.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  5702.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5703.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5704.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5705.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5706.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5707.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5708.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5709.         }, 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));
  5710.     }
  5711.     /**
  5712.      * Gets the private 'security.http_utils' shared service.
  5713.      *
  5714.      * @return \Symfony\Component\Security\Http\HttpUtils
  5715.      */
  5716.     protected function getSecurity_HttpUtilsService()
  5717.     {
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5719.         $a = ($this->services['router'] ?? $this->getRouterService());
  5720.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5721.     }
  5722.     /**
  5723.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  5724.      *
  5725.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  5726.      */
  5727.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  5728.     {
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  5730.         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()));
  5731.     }
  5732.     /**
  5733.      * Gets the private 'security.logout.listener.default.main' shared service.
  5734.      *
  5735.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  5736.      */
  5737.     protected function getSecurity_Logout_Listener_Default_MainService()
  5738.     {
  5739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  5740.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  5741.     }
  5742.     /**
  5743.      * Gets the private 'security.logout_url_generator' shared service.
  5744.      *
  5745.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5746.      */
  5747.     protected function getSecurity_LogoutUrlGeneratorService()
  5748.     {
  5749.         $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()));
  5750.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5751.         return $instance;
  5752.     }
  5753.     /**
  5754.      * Gets the private 'security.password_hasher_factory' shared service.
  5755.      *
  5756.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  5757.      */
  5758.     protected function getSecurity_PasswordHasherFactoryService()
  5759.     {
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  5762.         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']]]);
  5763.     }
  5764.     /**
  5765.      * Gets the private 'security.role_hierarchy' shared service.
  5766.      *
  5767.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5768.      */
  5769.     protected function getSecurity_RoleHierarchyService()
  5770.     {
  5771.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5772.     }
  5773.     /**
  5774.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5775.      *
  5776.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5777.      */
  5778.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5783.         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);
  5784.     }
  5785.     /**
  5786.      * Gets the private 'security.validator.user_password' shared service.
  5787.      *
  5788.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5789.      */
  5790.     protected function getSecurity_Validator_UserPasswordService()
  5791.     {
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5795.         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()));
  5796.     }
  5797.     /**
  5798.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5799.      *
  5800.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5801.      */
  5802.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5803.     {
  5804.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5805.     }
  5806.     /**
  5807.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5808.      *
  5809.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5810.      */
  5811.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5812.     {
  5813.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5814.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5815.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5816.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5817.     }
  5818.     /**
  5819.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5820.      *
  5821.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5822.      */
  5823.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5824.     {
  5825.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5826.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  5827.             return $this->privates['sensio_framework_extra.security.listener'];
  5828.         }
  5829.         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()));
  5830.     }
  5831.     /**
  5832.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5833.      *
  5834.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5835.      */
  5836.     protected function getSensioFrameworkExtra_View_ListenerService()
  5837.     {
  5838.         $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))));
  5839.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5840.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5841.         ], [
  5842.             'twig' => '?',
  5843.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5844.         return $instance;
  5845.     }
  5846.     /**
  5847.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5848.      *
  5849.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5850.      */
  5851.     protected function getSerializer_Mapping_CacheWarmerService()
  5852.     {
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5858.         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'));
  5859.     }
  5860.     /**
  5861.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5862.      *
  5863.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5864.      */
  5865.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5866.     {
  5867.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5868.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5873.         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()))]));
  5874.     }
  5875.     /**
  5876.      * Gets the private 'session.factory' shared service.
  5877.      *
  5878.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  5879.      */
  5880.     protected function getSession_FactoryService()
  5881.     {
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  5884.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5885.         if (isset($this->privates['session.factory'])) {
  5886.             return $this->privates['session.factory'];
  5887.         }
  5888.         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']);
  5889.     }
  5890.     /**
  5891.      * Gets the private 'session.storage.factory.service' shared service.
  5892.      *
  5893.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  5894.      *
  5895.      * @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.
  5896.      */
  5897.     protected function getSession_Storage_Factory_ServiceService()
  5898.     {
  5899.         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.');
  5900.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  5901.     }
  5902.     /**
  5903.      * Gets the private 'session.storage.metadata_bag' shared service.
  5904.      *
  5905.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  5906.      *
  5907.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  5908.      */
  5909.     protected function getSession_Storage_MetadataBagService()
  5910.     {
  5911.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  5912.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  5913.     }
  5914.     /**
  5915.      * Gets the private 'session.storage.native' shared service.
  5916.      *
  5917.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5918.      *
  5919.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  5920.      */
  5921.     protected function getSession_Storage_NativeService()
  5922.     {
  5923.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  5926.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  5927.     }
  5928.     /**
  5929.      * Gets the private 'session_listener' shared service.
  5930.      *
  5931.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5932.      */
  5933.     protected function getSessionListenerService()
  5934.     {
  5935.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5936.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  5937.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5938.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5939.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  5940.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  5941.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  5942.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5943.         ], [
  5944.             'initialized_session' => '?',
  5945.             'logger' => '?',
  5946.             'request_stack' => '?',
  5947.             'session' => '?',
  5948.             'session_collector' => '?',
  5949.             'session_factory' => '?',
  5950.             'session_storage' => '?',
  5951.         ]), true$this->parameters['session.storage.options']);
  5952.     }
  5953.     /**
  5954.      * Gets the private 'translation.extractor' shared service.
  5955.      *
  5956.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5957.      */
  5958.     protected function getTranslation_ExtractorService()
  5959.     {
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5965.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5966.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5967.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  5968.         return $instance;
  5969.     }
  5970.     /**
  5971.      * Gets the private 'translation.loader.csv' shared service.
  5972.      *
  5973.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5974.      */
  5975.     protected function getTranslation_Loader_CsvService()
  5976.     {
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5981.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5982.     }
  5983.     /**
  5984.      * Gets the private 'translation.loader.dat' shared service.
  5985.      *
  5986.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5987.      */
  5988.     protected function getTranslation_Loader_DatService()
  5989.     {
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5993.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5994.     }
  5995.     /**
  5996.      * Gets the private 'translation.loader.ini' shared service.
  5997.      *
  5998.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5999.      */
  6000.     protected function getTranslation_Loader_IniService()
  6001.     {
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6006.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6007.     }
  6008.     /**
  6009.      * Gets the private 'translation.loader.json' shared service.
  6010.      *
  6011.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6012.      */
  6013.     protected function getTranslation_Loader_JsonService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6019.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6020.     }
  6021.     /**
  6022.      * Gets the private 'translation.loader.mo' shared service.
  6023.      *
  6024.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6025.      */
  6026.     protected function getTranslation_Loader_MoService()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6032.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6033.     }
  6034.     /**
  6035.      * Gets the private 'translation.loader.php' shared service.
  6036.      *
  6037.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6038.      */
  6039.     protected function getTranslation_Loader_PhpService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6045.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6046.     }
  6047.     /**
  6048.      * Gets the private 'translation.loader.po' shared service.
  6049.      *
  6050.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6051.      */
  6052.     protected function getTranslation_Loader_PoService()
  6053.     {
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6058.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6059.     }
  6060.     /**
  6061.      * Gets the private 'translation.loader.qt' shared service.
  6062.      *
  6063.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6064.      */
  6065.     protected function getTranslation_Loader_QtService()
  6066.     {
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6069.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6070.     }
  6071.     /**
  6072.      * Gets the private 'translation.loader.res' shared service.
  6073.      *
  6074.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6075.      */
  6076.     protected function getTranslation_Loader_ResService()
  6077.     {
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6080.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6081.     }
  6082.     /**
  6083.      * Gets the private 'translation.loader.xliff' shared service.
  6084.      *
  6085.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6086.      */
  6087.     protected function getTranslation_Loader_XliffService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6091.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6092.     }
  6093.     /**
  6094.      * Gets the private 'translation.loader.yml' shared service.
  6095.      *
  6096.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6097.      */
  6098.     protected function getTranslation_Loader_YmlService()
  6099.     {
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6104.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6105.     }
  6106.     /**
  6107.      * Gets the private 'translation.provider_collection' shared service.
  6108.      *
  6109.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6110.      */
  6111.     protected function getTranslation_ProviderCollectionService()
  6112.     {
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6115.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6116.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6117.         }, 1), []))->fromConfig([]);
  6118.     }
  6119.     /**
  6120.      * Gets the private 'translation.reader' shared service.
  6121.      *
  6122.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6123.      */
  6124.     protected function getTranslation_ReaderService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6142.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6143.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6144.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6145.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6146.         $instance->addLoader('yaml'$a);
  6147.         $instance->addLoader('yml'$a);
  6148.         $instance->addLoader('xlf'$b);
  6149.         $instance->addLoader('xliff'$b);
  6150.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6151.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6152.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6153.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6154.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6155.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6156.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6157.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6158.         return $instance;
  6159.     }
  6160.     /**
  6161.      * Gets the private 'translation.warmer' shared service.
  6162.      *
  6163.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6164.      */
  6165.     protected function getTranslation_WarmerService()
  6166.     {
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6169.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6170.             'translator' => ['services''translator''getTranslatorService'false],
  6171.         ], [
  6172.             'translator' => '?',
  6173.         ]))->withContext('translation.warmer'$this));
  6174.     }
  6175.     /**
  6176.      * Gets the private 'translation.writer' shared service.
  6177.      *
  6178.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6179.      */
  6180.     protected function getTranslation_WriterService()
  6181.     {
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6196.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6197.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6198.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6199.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6200.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6201.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6202.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6203.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6204.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6205.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6206.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6207.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6208.         return $instance;
  6209.     }
  6210.     /**
  6211.      * Gets the private 'translator.default' shared service.
  6212.      *
  6213.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6214.      */
  6215.     protected function getTranslator_DefaultService()
  6216.     {
  6217.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6218.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6219.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6220.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6221.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6222.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6223.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6224.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6225.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6226.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6227.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6228.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6229.         ], [
  6230.             'translation.loader.csv' => '?',
  6231.             'translation.loader.dat' => '?',
  6232.             'translation.loader.ini' => '?',
  6233.             'translation.loader.json' => '?',
  6234.             'translation.loader.mo' => '?',
  6235.             'translation.loader.php' => '?',
  6236.             'translation.loader.po' => '?',
  6237.             'translation.loader.qt' => '?',
  6238.             'translation.loader.res' => '?',
  6239.             'translation.loader.xliff' => '?',
  6240.             'translation.loader.yml' => '?',
  6241.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/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']]], []);
  6242.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6243.         $instance->setFallbackLocales([=> 'en']);
  6244.         return $instance;
  6245.     }
  6246.     /**
  6247.      * Gets the private 'twig.command.debug' shared service.
  6248.      *
  6249.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6250.      */
  6251.     protected function getTwig_Command_DebugService()
  6252.     {
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6255.         $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()));
  6256.         $instance->setName('debug:twig');
  6257.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6258.         return $instance;
  6259.     }
  6260.     /**
  6261.      * Gets the private 'twig.command.lint' shared service.
  6262.      *
  6263.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6264.      */
  6265.     protected function getTwig_Command_LintService()
  6266.     {
  6267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6268.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6270.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6271.         $instance->setName('lint:twig');
  6272.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6273.         return $instance;
  6274.     }
  6275.     /**
  6276.      * Gets the private 'twig.form.engine' shared service.
  6277.      *
  6278.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6279.      */
  6280.     protected function getTwig_Form_EngineService()
  6281.     {
  6282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6285.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6286.         if (isset($this->privates['twig.form.engine'])) {
  6287.             return $this->privates['twig.form.engine'];
  6288.         }
  6289.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  6290.     }
  6291.     /**
  6292.      * Gets the private 'twig.form.renderer' shared service.
  6293.      *
  6294.      * @return \Symfony\Component\Form\FormRenderer
  6295.      */
  6296.     protected function getTwig_Form_RendererService()
  6297.     {
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6300.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  6301.         if (isset($this->privates['twig.form.renderer'])) {
  6302.             return $this->privates['twig.form.renderer'];
  6303.         }
  6304.         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()));
  6305.     }
  6306.     /**
  6307.      * Gets the private 'twig.mailer.message_listener' shared service.
  6308.      *
  6309.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6310.      */
  6311.     protected function getTwig_Mailer_MessageListenerService()
  6312.     {
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6316.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6317.         if (isset($this->privates['twig.mailer.message_listener'])) {
  6318.             return $this->privates['twig.mailer.message_listener'];
  6319.         }
  6320.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  6321.     }
  6322.     /**
  6323.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6324.      *
  6325.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6326.      */
  6327.     protected function getTwig_Runtime_HttpkernelService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  6335.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6336.         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, [
  6337.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6338.         ], [
  6339.             'inline' => '?',
  6340.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  6341.     }
  6342.     /**
  6343.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6344.      *
  6345.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6346.      */
  6347.     protected function getTwig_Runtime_SecurityCsrfService()
  6348.     {
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6350.         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()));
  6351.     }
  6352.     /**
  6353.      * Gets the private 'twig.runtime.serializer' shared service.
  6354.      *
  6355.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  6356.      */
  6357.     protected function getTwig_Runtime_SerializerService()
  6358.     {
  6359.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  6361.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6362.     }
  6363.     /**
  6364.      * Gets the private 'twig.template_cache_warmer' shared service.
  6365.      *
  6366.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6367.      */
  6368.     protected function getTwig_TemplateCacheWarmerService()
  6369.     {
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6373.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6374.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6375.         ], [
  6376.             'twig' => '?',
  6377.         ]))->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')));
  6378.     }
  6379.     /**
  6380.      * Gets the private 'validator.builder' shared service.
  6381.      *
  6382.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6383.      */
  6384.     protected function getValidator_BuilderService()
  6385.     {
  6386.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6387.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6388.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6389.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6390.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6391.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6392.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6393.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6394.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6395.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6396.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6397.         ], [
  6398.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6399.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6400.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6401.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6402.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6403.             'doctrine.orm.validator.unique' => '?',
  6404.             'security.validator.user_password' => '?',
  6405.             'validator.expression' => '?',
  6406.         ])));
  6407.         if ($this->has('translator')) {
  6408.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6409.         }
  6410.         $instance->setTranslationDomain('validators');
  6411.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6412.         $instance->enableAnnotationMapping(true);
  6413.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6414.         $instance->addMethodMapping('loadValidatorMetadata');
  6415.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6416.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6417.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6418.         return $instance;
  6419.     }
  6420.     /**
  6421.      * Gets the private 'validator.email' shared service.
  6422.      *
  6423.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6424.      */
  6425.     protected function getValidator_EmailService()
  6426.     {
  6427.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6430.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6431.     }
  6432.     /**
  6433.      * Gets the private 'validator.expression' shared service.
  6434.      *
  6435.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6436.      */
  6437.     protected function getValidator_ExpressionService()
  6438.     {
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6442.         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())));
  6443.     }
  6444.     /**
  6445.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6446.      *
  6447.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6448.      */
  6449.     protected function getValidator_Mapping_CacheWarmerService()
  6450.     {
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6454.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6455.     }
  6456.     /**
  6457.      * Gets the private 'validator.not_compromised_password' shared service.
  6458.      *
  6459.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6460.      */
  6461.     protected function getValidator_NotCompromisedPasswordService()
  6462.     {
  6463.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6466.         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);
  6467.     }
  6468.     /**
  6469.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6470.      *
  6471.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6472.      */
  6473.     protected function getVarDumper_Command_ServerDumpService()
  6474.     {
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6481.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6482.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6483.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6484.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6486.         $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()))]);
  6487.         $instance->setName('server:dump');
  6488.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  6489.         return $instance;
  6490.     }
  6491.     /**
  6492.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6493.      *
  6494.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6495.      */
  6496.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6497.     {
  6498.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6499.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6500.         return $instance;
  6501.     }
  6502.     /**
  6503.      * Gets the private 'var_dumper.html_dumper' shared service.
  6504.      *
  6505.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6506.      */
  6507.     protected function getVarDumper_HtmlDumperService()
  6508.     {
  6509.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6510.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6511.         return $instance;
  6512.     }
  6513.     /**
  6514.      * Gets the private 'var_dumper.server_connection' shared service.
  6515.      *
  6516.      * @return \Symfony\Component\VarDumper\Server\Connection
  6517.      */
  6518.     protected function getVarDumper_ServerConnectionService()
  6519.     {
  6520.         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()]);
  6521.     }
  6522.     /**
  6523.      * Gets the private 'web_profiler.csp.handler' shared service.
  6524.      *
  6525.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6526.      */
  6527.     protected function getWebProfiler_Csp_HandlerService()
  6528.     {
  6529.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6530.     }
  6531.     /**
  6532.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6533.      *
  6534.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6535.      */
  6536.     protected function getWebProfiler_DebugToolbarService()
  6537.     {
  6538.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6539.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6540.             return $this->privates['web_profiler.debug_toolbar'];
  6541.         }
  6542.         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()));
  6543.     }
  6544.     /**
  6545.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  6546.      *
  6547.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  6548.      */
  6549.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  6550.     {
  6551.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  6552.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  6554.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  6555.     }
  6556.     /**
  6557.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6558.      *
  6559.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6560.      */
  6561.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6562.     {
  6563.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6564.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  6565.         ], [
  6566.             '_default' => '?',
  6567.         ]), '_default');
  6568.     }
  6569.     /**
  6570.      * Gets the private 'webpack_encore.exception_listener' shared service.
  6571.      *
  6572.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  6573.      */
  6574.     protected function getWebpackEncore_ExceptionListenerService()
  6575.     {
  6576.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  6577.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6578.     }
  6579.     /**
  6580.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  6581.      *
  6582.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  6583.      */
  6584.     protected function getWebpackEncore_TagRendererService()
  6585.     {
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  6587.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6588.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  6589.             return $this->privates['webpack_encore.tag_renderer'];
  6590.         }
  6591.         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);
  6592.     }
  6593.     /**
  6594.      * Gets the public 'cache_clearer' alias.
  6595.      *
  6596.      * @return object The ".container.private.cache_clearer" service.
  6597.      */
  6598.     protected function getCacheClearerService()
  6599.     {
  6600.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6601.         return $this->get('.container.private.cache_clearer');
  6602.     }
  6603.     /**
  6604.      * Gets the public 'filesystem' alias.
  6605.      *
  6606.      * @return object The ".container.private.filesystem" service.
  6607.      */
  6608.     protected function getFilesystemService()
  6609.     {
  6610.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6611.         return $this->get('.container.private.filesystem');
  6612.     }
  6613.     /**
  6614.      * Gets the public 'serializer' alias.
  6615.      *
  6616.      * @return object The ".container.private.serializer" service.
  6617.      */
  6618.     protected function getSerializerService()
  6619.     {
  6620.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6621.         return $this->get('.container.private.serializer');
  6622.     }
  6623.     /**
  6624.      * Gets the public 'security.csrf.token_manager' alias.
  6625.      *
  6626.      * @return object The ".container.private.security.csrf.token_manager" service.
  6627.      */
  6628.     protected function getSecurity_Csrf_TokenManagerService()
  6629.     {
  6630.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6631.         return $this->get('.container.private.security.csrf.token_manager');
  6632.     }
  6633.     /**
  6634.      * Gets the public 'form.factory' alias.
  6635.      *
  6636.      * @return object The ".container.private.form.factory" service.
  6637.      */
  6638.     protected function getForm_FactoryService()
  6639.     {
  6640.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6641.         return $this->get('.container.private.form.factory');
  6642.     }
  6643.     /**
  6644.      * Gets the public 'form.type.file' alias.
  6645.      *
  6646.      * @return object The ".container.private.form.type.file" service.
  6647.      */
  6648.     protected function getForm_Type_FileService()
  6649.     {
  6650.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6651.         return $this->get('.container.private.form.type.file');
  6652.     }
  6653.     /**
  6654.      * Gets the public 'profiler' alias.
  6655.      *
  6656.      * @return object The ".container.private.profiler" service.
  6657.      */
  6658.     protected function getProfilerService()
  6659.     {
  6660.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6661.         return $this->get('.container.private.profiler');
  6662.     }
  6663.     /**
  6664.      * Gets the public 'twig' alias.
  6665.      *
  6666.      * @return object The ".container.private.twig" service.
  6667.      */
  6668.     protected function getTwigService()
  6669.     {
  6670.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6671.         return $this->get('.container.private.twig');
  6672.     }
  6673.     /**
  6674.      * Gets the public 'security.authorization_checker' alias.
  6675.      *
  6676.      * @return object The ".container.private.security.authorization_checker" service.
  6677.      */
  6678.     protected function getSecurity_AuthorizationCheckerService()
  6679.     {
  6680.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6681.         return $this->get('.container.private.security.authorization_checker');
  6682.     }
  6683.     /**
  6684.      * Gets the public 'security.token_storage' alias.
  6685.      *
  6686.      * @return object The ".container.private.security.token_storage" service.
  6687.      */
  6688.     protected function getSecurity_TokenStorageService()
  6689.     {
  6690.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6691.         return $this->get('.container.private.security.token_storage');
  6692.     }
  6693.     /**
  6694.      * Gets the public 'security.password_encoder' alias.
  6695.      *
  6696.      * @return object The ".container.private.security.password_encoder" service.
  6697.      */
  6698.     protected function getSecurity_PasswordEncoderService()
  6699.     {
  6700.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6701.         return $this->get('.container.private.security.password_encoder');
  6702.     }
  6703.     /**
  6704.      * Gets the public 'session' alias.
  6705.      *
  6706.      * @return object The ".container.private.session" service.
  6707.      */
  6708.     protected function getSessionService()
  6709.     {
  6710.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6711.         return $this->get('.container.private.session');
  6712.     }
  6713.     /**
  6714.      * Gets the public 'validator' alias.
  6715.      *
  6716.      * @return object The ".container.private.validator" service.
  6717.      */
  6718.     protected function getValidatorService()
  6719.     {
  6720.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6721.         return $this->get('.container.private.validator');
  6722.     }
  6723.     /**
  6724.      * @return array|bool|float|int|string|\UnitEnum|null
  6725.      */
  6726.     public function getParameter(string $name)
  6727.     {
  6728.         if (isset($this->buildParameters[$name])) {
  6729.             return $this->buildParameters[$name];
  6730.         }
  6731.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6732.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6733.         }
  6734.         if (isset($this->loadedDynamicParameters[$name])) {
  6735.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6736.         }
  6737.         return $this->parameters[$name];
  6738.     }
  6739.     public function hasParameter(string $name): bool
  6740.     {
  6741.         if (isset($this->buildParameters[$name])) {
  6742.             return true;
  6743.         }
  6744.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6745.     }
  6746.     public function setParameter(string $name$value): void
  6747.     {
  6748.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6749.     }
  6750.     public function getParameterBag(): ParameterBagInterface
  6751.     {
  6752.         if (null === $this->parameterBag) {
  6753.             $parameters $this->parameters;
  6754.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6755.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6756.             }
  6757.             foreach ($this->buildParameters as $name => $value) {
  6758.                 $parameters[$name] = $value;
  6759.             }
  6760.             $this->parameterBag = new FrozenParameterBag($parameters);
  6761.         }
  6762.         return $this->parameterBag;
  6763.     }
  6764.     private $loadedDynamicParameters = [
  6765.         'kernel.runtime_environment' => false,
  6766.         'kernel.build_dir' => false,
  6767.         'kernel.cache_dir' => false,
  6768.         'email_reset_password' => false,
  6769.         'kernel.secret' => false,
  6770.         'debug.container.dump' => false,
  6771.         'serializer.mapping.cache.file' => false,
  6772.         'validator.mapping.cache.file' => false,
  6773.         'profiler.storage.dsn' => false,
  6774.         'doctrine.orm.proxy_dir' => false,
  6775.     ];
  6776.     private $dynamicParameters = [];
  6777.     private function getDynamicParameter(string $name)
  6778.     {
  6779.         switch ($name) {
  6780.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6781.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6782.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6783.             case 'email_reset_password'$value = [
  6784.                 'id' => $this->getEnv('TEMPLATE_RESET_PASSWORD'),
  6785.                 'emailTo' => '#email#',
  6786.                 'attributes' => [
  6787.                     'RESET_LINK' => '#link#',
  6788.                 ],
  6789.             ]; break;
  6790.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6791.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6792.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6793.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6794.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6795.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6796.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6797.         }
  6798.         $this->loadedDynamicParameters[$name] = true;
  6799.         return $this->dynamicParameters[$name] = $value;
  6800.     }
  6801.     protected function getDefaultParameters(): array
  6802.     {
  6803.         return [
  6804.             'kernel.project_dir' => \dirname(__DIR__4),
  6805.             'kernel.environment' => 'dev',
  6806.             'kernel.debug' => true,
  6807.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6808.             'kernel.bundles' => [
  6809.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6810.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6811.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6812.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6813.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6814.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6815.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6816.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6817.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6818.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6819.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6820.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6821.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6822.             ],
  6823.             'kernel.bundles_metadata' => [
  6824.                 'FrameworkBundle' => [
  6825.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6826.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6827.                 ],
  6828.                 'TwigBundle' => [
  6829.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6830.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6831.                 ],
  6832.                 'TwigExtraBundle' => [
  6833.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6834.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6835.                 ],
  6836.                 'WebProfilerBundle' => [
  6837.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6838.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6839.                 ],
  6840.                 'MonologBundle' => [
  6841.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6842.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6843.                 ],
  6844.                 'DebugBundle' => [
  6845.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6846.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6847.                 ],
  6848.                 'DoctrineBundle' => [
  6849.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6850.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6851.                 ],
  6852.                 'DoctrineMigrationsBundle' => [
  6853.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6854.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6855.                 ],
  6856.                 'SecurityBundle' => [
  6857.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6858.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6859.                 ],
  6860.                 'MakerBundle' => [
  6861.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6862.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6863.                 ],
  6864.                 'WebpackEncoreBundle' => [
  6865.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6866.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6867.                 ],
  6868.                 'DoctrineFixturesBundle' => [
  6869.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6870.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6871.                 ],
  6872.                 'SensioFrameworkExtraBundle' => [
  6873.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6874.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6875.                 ],
  6876.             ],
  6877.             'kernel.charset' => 'UTF-8',
  6878.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6879.             'container.dumper.inline_class_loader' => true,
  6880.             'container.dumper.inline_factories' => true,
  6881.             'event_dispatcher.event_aliases' => [
  6882.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6883.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6884.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6885.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6886.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6887.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6888.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6889.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6890.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6891.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6892.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6893.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6894.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6895.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6896.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6897.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6898.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6899.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6900.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6901.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6902.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6903.             ],
  6904.             'fragment.renderer.hinclude.global_template' => NULL,
  6905.             'fragment.path' => '/_fragment',
  6906.             'kernel.http_method_override' => true,
  6907.             'kernel.trusted_hosts' => [
  6908.             ],
  6909.             'kernel.default_locale' => 'en',
  6910.             'kernel.enabled_locales' => [
  6911.             ],
  6912.             'kernel.error_controller' => 'error_controller',
  6913.             'debug.file_link_format' => NULL,
  6914.             'asset.request_context.base_path' => NULL,
  6915.             'asset.request_context.secure' => NULL,
  6916.             'translator.logging' => false,
  6917.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6918.             'debug.error_handler.throw_at' => -1,
  6919.             'router.request_context.host' => 'localhost',
  6920.             'router.request_context.scheme' => 'http',
  6921.             'router.request_context.base_url' => '',
  6922.             'router.resource' => 'kernel::loadRoutes',
  6923.             'request_listener.http_port' => 80,
  6924.             'request_listener.https_port' => 443,
  6925.             'session.metadata.storage_key' => '_sf2_meta',
  6926.             'session.storage.options' => [
  6927.                 'cache_limiter' => '0',
  6928.                 'cookie_secure' => 'auto',
  6929.                 'cookie_httponly' => true,
  6930.                 'cookie_samesite' => 'lax',
  6931.                 'gc_probability' => 1,
  6932.             ],
  6933.             'session.save_path' => NULL,
  6934.             'session.metadata.update_threshold' => 0,
  6935.             'form.type_extension.csrf.enabled' => true,
  6936.             'form.type_extension.csrf.field_name' => '_token',
  6937.             'validator.translation_domain' => 'validators',
  6938.             'profiler_listener.only_exceptions' => false,
  6939.             'profiler_listener.only_main_requests' => false,
  6940.             'twig.form.resources' => [
  6941.                 => 'form_div_layout.html.twig',
  6942.             ],
  6943.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6944.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6945.             'web_profiler.debug_toolbar.mode' => 2,
  6946.             'monolog.use_microseconds' => true,
  6947.             'monolog.swift_mailer.handlers' => [
  6948.             ],
  6949.             'monolog.handlers_to_channels' => [
  6950.                 'monolog.handler.console' => [
  6951.                     'type' => 'exclusive',
  6952.                     'elements' => [
  6953.                         => 'event',
  6954.                         => 'doctrine',
  6955.                         => 'console',
  6956.                     ],
  6957.                 ],
  6958.                 'monolog.handler.main' => [
  6959.                     'type' => 'exclusive',
  6960.                     'elements' => [
  6961.                         => 'event',
  6962.                     ],
  6963.                 ],
  6964.             ],
  6965.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6966.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6967.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6968.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6969.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6970.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6971.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6972.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6973.             'doctrine.entity_managers' => [
  6974.                 'default' => 'doctrine.orm.default_entity_manager',
  6975.             ],
  6976.             'doctrine.default_entity_manager' => 'default',
  6977.             'doctrine.dbal.connection_factory.types' => [
  6978.             ],
  6979.             'doctrine.connections' => [
  6980.                 'default' => 'doctrine.dbal.default_connection',
  6981.             ],
  6982.             'doctrine.default_connection' => 'default',
  6983.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6984.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6985.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6986.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6987.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6988.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6989.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6990.             'doctrine.orm.cache.memcache_port' => 11211,
  6991.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6992.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6993.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6994.             'doctrine.orm.cache.memcached_port' => 11211,
  6995.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6996.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6997.             'doctrine.orm.cache.redis_host' => 'localhost',
  6998.             'doctrine.orm.cache.redis_port' => 6379,
  6999.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7000.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7001.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7002.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7003.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7004.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7005.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7006.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7007.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7008.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7009.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7010.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7011.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7012.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7013.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7014.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7015.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7016.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7017.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7018.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7019.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7020.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7021.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7022.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7023.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7024.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7025.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7026.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7027.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7028.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7029.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7030.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7031.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7032.             'doctrine.migrations.preferred_em' => NULL,
  7033.             'doctrine.migrations.preferred_connection' => NULL,
  7034.             'security.role_hierarchy.roles' => [
  7035.                 'ROLE_ADMIN' => [
  7036.                     => 'ROLE_USER',
  7037.                 ],
  7038.             ],
  7039.             'security.access.denied_url' => NULL,
  7040.             'security.authentication.manager.erase_credentials' => true,
  7041.             'security.authentication.session_strategy.strategy' => 'migrate',
  7042.             'security.access.always_authenticate_before_granting' => false,
  7043.             'security.authentication.hide_user_not_found' => true,
  7044.             'security.firewalls' => [
  7045.                 => 'dev',
  7046.                 => 'main',
  7047.             ],
  7048.             'security.main._indexed_authenticators' => [
  7049.             ],
  7050.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7051.             'data_collector.templates' => [
  7052.                 'data_collector.request' => [
  7053.                     => 'request',
  7054.                     => '@WebProfiler/Collector/request.html.twig',
  7055.                 ],
  7056.                 'data_collector.time' => [
  7057.                     => 'time',
  7058.                     => '@WebProfiler/Collector/time.html.twig',
  7059.                 ],
  7060.                 'data_collector.memory' => [
  7061.                     => 'memory',
  7062.                     => '@WebProfiler/Collector/memory.html.twig',
  7063.                 ],
  7064.                 'data_collector.validator' => [
  7065.                     => 'validator',
  7066.                     => '@WebProfiler/Collector/validator.html.twig',
  7067.                 ],
  7068.                 'data_collector.ajax' => [
  7069.                     => 'ajax',
  7070.                     => '@WebProfiler/Collector/ajax.html.twig',
  7071.                 ],
  7072.                 'data_collector.form' => [
  7073.                     => 'form',
  7074.                     => '@WebProfiler/Collector/form.html.twig',
  7075.                 ],
  7076.                 'data_collector.exception' => [
  7077.                     => 'exception',
  7078.                     => '@WebProfiler/Collector/exception.html.twig',
  7079.                 ],
  7080.                 'data_collector.logger' => [
  7081.                     => 'logger',
  7082.                     => '@WebProfiler/Collector/logger.html.twig',
  7083.                 ],
  7084.                 'data_collector.events' => [
  7085.                     => 'events',
  7086.                     => '@WebProfiler/Collector/events.html.twig',
  7087.                 ],
  7088.                 'data_collector.router' => [
  7089.                     => 'router',
  7090.                     => '@WebProfiler/Collector/router.html.twig',
  7091.                 ],
  7092.                 'data_collector.cache' => [
  7093.                     => 'cache',
  7094.                     => '@WebProfiler/Collector/cache.html.twig',
  7095.                 ],
  7096.                 'data_collector.translation' => [
  7097.                     => 'translation',
  7098.                     => '@WebProfiler/Collector/translation.html.twig',
  7099.                 ],
  7100.                 'data_collector.security' => [
  7101.                     => 'security',
  7102.                     => '@Security/Collector/security.html.twig',
  7103.                 ],
  7104.                 'data_collector.twig' => [
  7105.                     => 'twig',
  7106.                     => '@WebProfiler/Collector/twig.html.twig',
  7107.                 ],
  7108.                 'data_collector.http_client' => [
  7109.                     => 'http_client',
  7110.                     => '@WebProfiler/Collector/http_client.html.twig',
  7111.                 ],
  7112.                 'data_collector.doctrine' => [
  7113.                     => 'db',
  7114.                     => '@Doctrine/Collector/db.html.twig',
  7115.                 ],
  7116.                 'data_collector.dump' => [
  7117.                     => 'dump',
  7118.                     => '@Debug/Profiler/dump.html.twig',
  7119.                 ],
  7120.                 'mailer.data_collector' => [
  7121.                     => 'mailer',
  7122.                     => '@WebProfiler/Collector/mailer.html.twig',
  7123.                 ],
  7124.                 'notifier.data_collector' => [
  7125.                     => 'notifier',
  7126.                     => '@WebProfiler/Collector/notifier.html.twig',
  7127.                 ],
  7128.                 'data_collector.config' => [
  7129.                     => 'config',
  7130.                     => '@WebProfiler/Collector/config.html.twig',
  7131.                 ],
  7132.             ],
  7133.             'console.command.ids' => [
  7134.             ],
  7135.         ];
  7136.     }
  7137.     protected function throw($message)
  7138.     {
  7139.         throw new RuntimeException($message);
  7140.     }
  7141. }